r35320 - in /trunk/libhtml-wikiconverter-perl/debian: changelog control rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed May 13 09:27:12 UTC 2009


Author: eloy
Date: Wed May 13 09:27:07 2009
New Revision: 35320

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35320
Log:
missing QUILT_STAMPFN depend in rules file

Modified:
    trunk/libhtml-wikiconverter-perl/debian/changelog
    trunk/libhtml-wikiconverter-perl/debian/control
    trunk/libhtml-wikiconverter-perl/debian/rules

Modified: trunk/libhtml-wikiconverter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-perl/debian/changelog?rev=35320&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-perl/debian/changelog (original)
+++ trunk/libhtml-wikiconverter-perl/debian/changelog Wed May 13 09:27:07 2009
@@ -1,8 +1,8 @@
 libhtml-wikiconverter-perl (0.68-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-  * Standards-Version: 3.8.1
-  * Added me
+  * New upstream release
+  * debian/control: update Standards-Version to 3.8.1, add me to Uploaders
+  * drop cdbs support, use debhelper 7 instead
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Tue, 12 May 2009 12:40:57 +0200
 
@@ -15,7 +15,7 @@
     (source stanza).
 
   [ Ryan Niebur ]
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
 
   [ Rene Mayorga ]
   * debian/control: update my email address.

Modified: trunk/libhtml-wikiconverter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-perl/debian/control?rev=35320&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-perl/debian/control (original)
+++ trunk/libhtml-wikiconverter-perl/debian/control Wed May 13 09:27:07 2009
@@ -27,4 +27,3 @@
  .
  This package contains the core modules. You will need at a dialect
  package too for this package to be of any real use.
- Build-conflicts: libwww-perl

Modified: trunk/libhtml-wikiconverter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-wikiconverter-perl/debian/rules?rev=35320&op=diff
==============================================================================
--- trunk/libhtml-wikiconverter-perl/debian/rules (original)
+++ trunk/libhtml-wikiconverter-perl/debian/rules Wed May 13 09:27:07 2009
@@ -3,7 +3,7 @@
 include /usr/share/quilt/quilt.make
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 




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