r67244 - in /trunk/libthread-serialize-perl/debian: changelog libthread-serialize-perl.docs rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Mon Jan 10 16:05:59 UTC 2011


Author: periapt-guest
Date: Mon Jan 10 16:05:36 2011
New Revision: 67244

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67244
Log:
* Refreshed debian/rules
* Stopped installing empty TODO and useless README

Removed:
    trunk/libthread-serialize-perl/debian/libthread-serialize-perl.docs
Modified:
    trunk/libthread-serialize-perl/debian/changelog
    trunk/libthread-serialize-perl/debian/rules

Modified: trunk/libthread-serialize-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/debian/changelog?rev=67244&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/debian/changelog (original)
+++ trunk/libthread-serialize-perl/debian/changelog Mon Jan 10 16:05:36 2011
@@ -1,8 +1,4 @@
 libthread-serialize-perl (0.11-1) UNRELEASED; urgency=low
-
-  TODO:
-  - minimize d/rules
-  - probably remove README from d/.docs
 
   [ gregor herrmann ]
   * debian/control:
@@ -20,6 +16,8 @@
   * Simplified dependencies
   * Added debian/source/format
   * Refreshed copyright
+  * Refreshed debian/rules
+  * Stopped installing empty TODO and useless README
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 10 Jan 2011 02:42:44 +0000
 

Modified: trunk/libthread-serialize-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libthread-serialize-perl/debian/rules?rev=67244&op=diff
==============================================================================
--- trunk/libthread-serialize-perl/debian/rules (original)
+++ trunk/libthread-serialize-perl/debian/rules Mon Jan 10 16:05:36 2011
@@ -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