[med-svn] r1026 - in trunk/packages/perlprimer/trunk/debian: . patches
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Wed Dec 26 16:27:53 UTC 2007
Author: charles-guest
Date: 2007-12-26 16:27:53 +0000 (Wed, 26 Dec 2007)
New Revision: 1026
Removed:
trunk/packages/perlprimer/trunk/debian/patches/00list
trunk/packages/perlprimer/trunk/debian/patches/10-perlprimer.dpatch
Modified:
trunk/packages/perlprimer/trunk/debian/changelog
trunk/packages/perlprimer/trunk/debian/control
trunk/packages/perlprimer/trunk/debian/rules
Log:
swiching to quilt
Modified: trunk/packages/perlprimer/trunk/debian/changelog
===================================================================
--- trunk/packages/perlprimer/trunk/debian/changelog 2007-12-26 16:16:03 UTC (rev 1025)
+++ trunk/packages/perlprimer/trunk/debian/changelog 2007-12-26 16:27:53 UTC (rev 1026)
@@ -1,7 +1,7 @@
-perlprimer (1.1.14-2) unreleased; urgency=low
+perlprimer (1.1.14-3) unreleased; urgency=low
* Using dephelper 5 or greater.
- * Using dpatch and /usr/share/dpatch/dpatch.make.
+ * Using quilt and /usr/share/quilt/quilt.make.
* Add Subversion repository URL to debian/control.
* Modifying .desktop file: I think that perlprimer can not handle %U.
* Debian Menu transition: Apps/Science becomes Applications/Science/Biology
Modified: trunk/packages/perlprimer/trunk/debian/control
===================================================================
--- trunk/packages/perlprimer/trunk/debian/control 2007-12-26 16:16:03 UTC (rev 1025)
+++ trunk/packages/perlprimer/trunk/debian/control 2007-12-26 16:27:53 UTC (rev 1026)
@@ -4,7 +4,7 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
XS-DM-Upload-Allowed: Yes
Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <charles-debian-nospam at plessy.org>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 5), quilt
Standards-Version: 3.7.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/perlprimer/trunk/
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/perlprimer
@@ -32,4 +32,4 @@
Suggests: perlprimer
Description: Tutorial to perlprimer
An HTML tutorial explaining the use of the user interface and
- utilisation of online resources.
+utilisation of online resources.
Deleted: trunk/packages/perlprimer/trunk/debian/patches/00list
===================================================================
--- trunk/packages/perlprimer/trunk/debian/patches/00list 2007-12-26 16:16:03 UTC (rev 1025)
+++ trunk/packages/perlprimer/trunk/debian/patches/00list 2007-12-26 16:27:53 UTC (rev 1026)
@@ -1 +0,0 @@
-10-perlprimer.dpatch
Deleted: trunk/packages/perlprimer/trunk/debian/patches/10-perlprimer.dpatch
===================================================================
--- trunk/packages/perlprimer/trunk/debian/patches/10-perlprimer.dpatch 2007-12-26 16:16:03 UTC (rev 1025)
+++ trunk/packages/perlprimer/trunk/debian/patches/10-perlprimer.dpatch 2007-12-26 16:27:53 UTC (rev 1026)
@@ -1,37 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10-perlprimer.dpatch by Charles Plessy <charles-debian-nospam at plessy.org>
-## This patch is hereby released in the public domain.
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Updades FSF address, and adds a path to find the gcg.* file in Debian.
-
- at DPATCH@
-
---- 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*$/) {
Modified: trunk/packages/perlprimer/trunk/debian/rules
===================================================================
--- trunk/packages/perlprimer/trunk/debian/rules 2007-12-26 16:16:03 UTC (rev 1025)
+++ trunk/packages/perlprimer/trunk/debian/rules 2007-12-26 16:27:53 UTC (rev 1026)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
clean: clean-patched unpatch
More information about the debian-med-commit
mailing list