r30321 - in /trunk/libxml-bare-perl/debian: changelog control copyright patches/ rules

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Jan 31 13:11:04 UTC 2009


Author: antonio-guest
Date: Sat Jan 31 13:11:01 2009
New Revision: 30321

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30321
Log:
removing patch to MANIFEST, quilt dependency, and removing spurious lines from changelog

Removed:
    trunk/libxml-bare-perl/debian/patches/
Modified:
    trunk/libxml-bare-perl/debian/changelog
    trunk/libxml-bare-perl/debian/control
    trunk/libxml-bare-perl/debian/copyright
    trunk/libxml-bare-perl/debian/rules

Modified: trunk/libxml-bare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/changelog?rev=30321&op=diff
==============================================================================
--- trunk/libxml-bare-perl/debian/changelog (original)
+++ trunk/libxml-bare-perl/debian/changelog Sat Jan 31 13:11:01 2009
@@ -1,9 +1,5 @@
 libxml-bare-perl (0.40-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #513538)
-  * added the basic debian/ structure generated with:
-    dh-make-perl --dh 7
-  * debian/rules
-    + removing bench/ directory from distribution
 
  -- Antonio Radici <antonio at dyne.org>  Thu, 29 Jan 2009 23:51:25 +0000

Modified: trunk/libxml-bare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/control?rev=30321&op=diff
==============================================================================
--- trunk/libxml-bare-perl/debian/control (original)
+++ trunk/libxml-bare-perl/debian/control Sat Jan 31 13:11:01 2009
@@ -1,7 +1,7 @@
 Source: libxml-bare-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), quilt
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
 Maintainer: Antonio Radici <antonio at dyne.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-Bare/

Modified: trunk/libxml-bare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/copyright?rev=30321&op=diff
==============================================================================
--- trunk/libxml-bare-perl/debian/copyright (original)
+++ trunk/libxml-bare-perl/debian/copyright Sat Jan 31 13:11:01 2009
@@ -3,6 +3,7 @@
 Upstream-Maintainer: David Helkowski <cpan at codechild.com>
 Upstream-Source: http://search.cpan.org/dist/XML-Bare/
 Upstream-Name: XML-Bare
+
 Files: *
 Copyright: 2008, David Helkowski <cpan at codechild.com>
 License: GPL-2+

Modified: trunk/libxml-bare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/rules?rev=30321&op=diff
==============================================================================
--- trunk/libxml-bare-perl/debian/rules (original)
+++ trunk/libxml-bare-perl/debian/rules Sat Jan 31 13:11:01 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