r31187 - in /trunk/libreadonly-xs-perl/debian: README.source changelog control patches/ rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 28 01:42:24 UTC 2009


Author: ryan52-guest
Date: Sat Feb 28 01:42:20 2009
New Revision: 31187

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31187
Log:
* remove README.source
* remove quilt stuff from debian/rules
* remove build dep on quilt
* remove debian/patches/

Removed:
    trunk/libreadonly-xs-perl/debian/README.source
    trunk/libreadonly-xs-perl/debian/patches/
Modified:
    trunk/libreadonly-xs-perl/debian/changelog
    trunk/libreadonly-xs-perl/debian/control
    trunk/libreadonly-xs-perl/debian/rules

Modified: trunk/libreadonly-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-xs-perl/debian/changelog?rev=31187&op=diff
==============================================================================
--- trunk/libreadonly-xs-perl/debian/changelog (original)
+++ trunk/libreadonly-xs-perl/debian/changelog Sat Feb 28 01:42:20 2009
@@ -10,8 +10,12 @@
 
   [ Ryan Niebur ]
   * New upstream release
+  * remove README.source
+  * remove quilt stuff from debian/rules
+  * remove build dep on quilt
+  * remove debian/patches/
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 27 Feb 2009 17:38:23 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 27 Feb 2009 17:41:50 -0800
 
 libreadonly-xs-perl (1.04-2) unstable; urgency=low
 

Modified: trunk/libreadonly-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-xs-perl/debian/control?rev=31187&op=diff
==============================================================================
--- trunk/libreadonly-xs-perl/debian/control (original)
+++ trunk/libreadonly-xs-perl/debian/control Sat Feb 28 01:42:20 2009
@@ -1,7 +1,7 @@
 Source: libreadonly-xs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.8-11.1), quilt
+Build-Depends: debhelper (>= 6), perl (>= 5.8.8-11.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3

Modified: trunk/libreadonly-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libreadonly-xs-perl/debian/rules?rev=31187&op=diff
==============================================================================
--- trunk/libreadonly-xs-perl/debian/rules (original)
+++ trunk/libreadonly-xs-perl/debian/rules Sat Feb 28 01:42:20 2009
@@ -6,8 +6,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.
@@ -31,7 +29,7 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -40,7 +38,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




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