r19502 - in /trunk/libclass-std-perl/debian: changelog control patches/ rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue May 6 13:16:33 UTC 2008


Author: dmn
Date: Tue May  6 13:16:32 2008
New Revision: 19502

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19502
Log:
drop unneeded man-line-too-long.patch; URLs cannot be broken

Removed:
    trunk/libclass-std-perl/debian/patches/
Modified:
    trunk/libclass-std-perl/debian/changelog
    trunk/libclass-std-perl/debian/control
    trunk/libclass-std-perl/debian/rules

Modified: trunk/libclass-std-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/changelog?rev=19502&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/changelog (original)
+++ trunk/libclass-std-perl/debian/changelog Tue May  6 13:16:32 2008
@@ -16,8 +16,6 @@
     + install examples in demo/
   * Bump Standards-Version to 3.7.3 (no changes)
   * move libversion-perl to B-D-I
-  * add man_line_too_long.patch splitting long lines in man
-    + add quilt to build-dependencies and debian/rules
 
  -- Damyan Ivanov <dmn at debian.org>  Tue, 06 May 2008 12:45:57 +0300
 

Modified: trunk/libclass-std-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/control?rev=19502&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/control (original)
+++ trunk/libclass-std-perl/debian/control Tue May  6 13:16:32 2008
@@ -1,7 +1,7 @@
 Source: libclass-std-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt (>= 0.40)
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.8-7), libversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>

Modified: trunk/libclass-std-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-std-perl/debian/rules?rev=19502&op=diff
==============================================================================
--- trunk/libclass-std-perl/debian/rules (original)
+++ trunk/libclass-std-perl/debian/rules Tue May  6 13:16:32 2008
@@ -10,8 +10,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -21,7 +19,7 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
@@ -29,7 +27,7 @@
 	$(PERL) Build test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




More information about the Pkg-perl-cvs-commits mailing list