r20327 - in /trunk/libhtml-format-perl/debian: changelog control patches/ rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Fri May 23 09:29:19 UTC 2008


Author: tincho
Date: Fri May 23 09:29:18 2008
New Revision: 20327

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20327
Log:
Scratch r20325, those files were incorrectly injected in svn

Removed:
    trunk/libhtml-format-perl/debian/patches/
Modified:
    trunk/libhtml-format-perl/debian/changelog
    trunk/libhtml-format-perl/debian/control
    trunk/libhtml-format-perl/debian/rules

Modified: trunk/libhtml-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/changelog?rev=20327&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/changelog (original)
+++ trunk/libhtml-format-perl/debian/changelog Fri May 23 09:29:18 2008
@@ -20,8 +20,7 @@
     - Improved short description.
   * debian/watch: added by-author URL, as there's a nameclash currently.
   * debian/rules: updated from templates again :).
-  * debian/rules, debian/control, debian/patches: tests were overwriting
-    existant files in source, included a patch that makes them idempotent.
+  * debian/rules: remove files created during tests.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:54:55 +0100
 

Modified: trunk/libhtml-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/control?rev=20327&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/control (original)
+++ trunk/libhtml-format-perl/debian/control Fri May 23 09:29:18 2008
@@ -3,7 +3,7 @@
 Uploaders: Jay Bonci <jaybonci at debian.org>, Martín Ferrari <tincho at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.6.0-16), libhtml-tree-perl (>= 3.15),
  libfont-afm-perl (>= 1.17)
 Standards-Version: 3.7.3

Modified: trunk/libhtml-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-format-perl/debian/rules?rev=20327&op=diff
==============================================================================
--- trunk/libhtml-format-perl/debian/rules (original)
+++ trunk/libhtml-format-perl/debian/rules Fri May 23 09:29:18 2008
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -13,14 +12,15 @@
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
+	rm -vf test.ps test.rtf
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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