r41592 - in /trunk/libhtml-formattext-withlinks-perl/debian: changelog control rules

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Mon Aug 10 14:05:50 UTC 2009


Author: diocles-guest
Date: Mon Aug 10 14:05:18 2009
New Revision: 41592

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41592
Log:
  * debian/rules: Switch to short format rules file.
  * debian/control:
    + Remove libmodule-build-perl from Build-Dependencies.
    + Update Standards-Version to 3.8.2. (No changes needed.)

Modified:
    trunk/libhtml-formattext-withlinks-perl/debian/changelog
    trunk/libhtml-formattext-withlinks-perl/debian/control
    trunk/libhtml-formattext-withlinks-perl/debian/rules

Modified: trunk/libhtml-formattext-withlinks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formattext-withlinks-perl/debian/changelog?rev=41592&op=diff
==============================================================================
--- trunk/libhtml-formattext-withlinks-perl/debian/changelog (original)
+++ trunk/libhtml-formattext-withlinks-perl/debian/changelog Mon Aug 10 14:05:18 2009
@@ -2,6 +2,10 @@
 
   [ Tim Retout ]
   * debian/copyright: Fix 'at your opinion' typo.
+  * debian/rules: Switch to short format rules file.
+  * debian/control:
+    + Remove libmodule-build-perl from Build-Dependencies.
+    + Update Standards-Version to 3.8.2. (No changes needed.)
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libhtml-formattext-withlinks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formattext-withlinks-perl/debian/control?rev=41592&op=diff
==============================================================================
--- trunk/libhtml-formattext-withlinks-perl/debian/control (original)
+++ trunk/libhtml-formattext-withlinks-perl/debian/control Mon Aug 10 14:05:18 2009
@@ -1,11 +1,11 @@
 Source: libhtml-formattext-withlinks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.10-12), liburi-perl, libhtml-tree-perl, libhtml-format-perl, libtest-mockobject-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Tim Retout <tim at retout.co.uk>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/HTML-FormatText-WithLinks/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-formattext-withlinks-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-formattext-withlinks-perl/

Modified: trunk/libhtml-formattext-withlinks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-formattext-withlinks-perl/debian/rules?rev=41592&op=diff
==============================================================================
--- trunk/libhtml-formattext-withlinks-perl/debian/rules (original)
+++ trunk/libhtml-formattext-withlinks-perl/debian/rules Mon Aug 10 14:05:18 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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