r43309 - in /trunk/libdevel-findref-perl/debian: changelog control rules

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Mon Aug 31 00:05:55 UTC 2009


Author: nhandler-guest
Date: Mon Aug 31 00:05:42 2009
New Revision: 43309

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43309
Log:
* New upstream release
* debian/rules:
  - Switch to short version
* debian/control:
  - Add libcommon-sense-perl to Build-Depends-Indep

Modified:
    trunk/libdevel-findref-perl/debian/changelog
    trunk/libdevel-findref-perl/debian/control
    trunk/libdevel-findref-perl/debian/rules

Modified: trunk/libdevel-findref-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/changelog?rev=43309&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/changelog (original)
+++ trunk/libdevel-findref-perl/debian/changelog Mon Aug 31 00:05:42 2009
@@ -1,18 +1,6 @@
-libdevel-findref-perl (1.422-1) UNRELEASED; urgency=low
-
-  * (NOT RELEASED YET) New upstream release
-
- -- Live session user <ubuntu at ubuntu>  Sun, 30 Aug 2009 23:47:50 +0000
-
-libdevel-findref-perl (1.421-1) UNRELEASED; urgency=low
-
-  IGNORE-VERSION: 1.421-1
-  No release necessary - wait until the GV stuff is tested
-  Only a document change in 1.42-1
+libdevel-findref-perl (1.422-1) unstable; urgency=low
 
   [ Jonathan Yu ]
-  * New upstream release
-    + Add untested feature to allow possible anonymous GVs
   * Updated watch to mangle the version properly
   * Added Nathan Handler to copyright for debian/*
   * Standards-Version 3.8.3 (no changes)
@@ -22,7 +10,14 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Jonathan Yu <frequency at cpan.org>  Sat, 29 Aug 2009 05:00:59 -0400
+  [ Nathan Handler ]
+  * New upstream release
+  * debian/rules:
+    - Switch to short version
+  * debian/control:
+    - Add libcommon-sense-perl to Build-Depends-Indep
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 30 Aug 2009 23:54:20 +0000
 
 libdevel-findref-perl (1.41-1) unstable; urgency=low
 

Modified: trunk/libdevel-findref-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/control?rev=43309&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/control (original)
+++ trunk/libdevel-findref-perl/debian/control Mon Aug 31 00:05:42 2009
@@ -2,6 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: perl, debhelper (>= 7)
+Build-Depends-Indep: libcommon-sense-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>,
  Nathan Handler <nhandler at ubuntu.com>

Modified: trunk/libdevel-findref-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-findref-perl/debian/rules?rev=43309&op=diff
==============================================================================
--- trunk/libdevel-findref-perl/debian/rules (original)
+++ trunk/libdevel-findref-perl/debian/rules Mon Aug 31 00:05:42 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: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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