The following commit has been merged in the master branch:
commit b212da5f7e1bf0ee5041f0e42e3ec308196f10b4
Author: Charles Plessy <[email protected]>
Date:   Fri Nov 25 08:41:50 2011 +0900

    Removed 10-perlprimer.diff, applied upstream, and whole patch system.

diff --git a/debian/control b/debian/control
index 26362f2..dbd5412 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ DM-Upload-Allowed: yes
 Uploaders: Steffen Moeller <[email protected]>,
  Charles Plessy <[email protected]>,
  Andreas Tille <[email protected]>
-Build-Depends: debhelper (>= 8), quilt, cdbs
+Build-Depends: debhelper (>= 8), cdbs
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.debian.org/?p=debian-med/perlprimer.git
 Vcs-Git: git://git.debian.org/git/debian-med/perlprimer.git
diff --git a/debian/patches/10-perlprimer.diff 
b/debian/patches/10-perlprimer.diff
deleted file mode 100644
index 8f87fe2..0000000
--- a/debian/patches/10-perlprimer.diff
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Updates the FSF address, and adds search paths for gcg.* files.
- ‘gcg.* files’ are data files containing a list of restriction enzyme cutting
- sites.
-Author: Probably Steffen
-Forwared: 
http://sourceforge.net/tracker/index.php?func=detail&aid=1965789&group_id=93181&atid=603360
---- perlprimer/perlprimer.pl   2006-11-19 22:20:44.000000000 +0900
-+++ perlprimer/perlprimer.pl.debian    2006-11-19 22:20:28.000000000 +0900
-@@ -18,7 +18,7 @@
- # 
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
--# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 
-+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
- # USA
- 
- use strict;
-@@ -3840,7 +3840,15 @@
-               # search for the file in the program directory
-               @gcg_paths = glob("$program_directory"."gcg.*");
-       }
--      
-+      unless (@gcg_paths) {
-+              # search for the file where it should be
-+              @gcg_paths = glob("/usr/share/perlprimer/"."gcg.*");
-+      }
-+      unless (@gcg_paths) {
-+              # search for the file in the current directory
-+              @gcg_paths = glob("./"."gcg.*");
-+      }
-+
-       my $gcg_path;
-       foreach (@gcg_paths) {
-               if (/.*gcg\.\d*$/) {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0242174..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-10-perlprimer.diff
diff --git a/debian/rules b/debian/rules
index c22115b..587dd38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 binary-fixup/perlprimer::

-- 
Graphical design of primers for PCR

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to