r30623 - in /trunk/libmouse-perl/debian: README.source changelog control patches/ rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Feb 12 14:50:15 UTC 2009


Author: bricas-guest
Date: Thu Feb 12 14:50:12 2009
New Revision: 30623

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30623
Log:
* debian/control: remove quilt
* debian/patches: removed
* debian/README.source: removed
* debian/rules: quilt rules removed

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

Modified: trunk/libmouse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/changelog?rev=30623&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/changelog (original)
+++ trunk/libmouse-perl/debian/changelog Thu Feb 12 14:50:12 2009
@@ -1,6 +1,10 @@
 libmouse-perl (0.16-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/control: remove quilt
+  * debian/patches: removed
+  * debian/README.source: removed
+  * debian/rules: quilt rules removed
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Thu, 12 Feb 2009 10:31:33 -0400
 

Modified: trunk/libmouse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/control?rev=30623&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/control (original)
+++ trunk/libmouse-perl/debian/control Thu Feb 12 14:50:12 2009
@@ -1,7 +1,7 @@
 Source: libmouse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.10-12), libmoose-perl (>= 0.59),
  libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libmouse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/rules?rev=30623&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/rules (original)
+++ trunk/libmouse-perl/debian/rules Thu Feb 12 14:50:12 2009
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp




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