r66250 - in /trunk/libdevel-globaldestruction-perl/debian: changelog compat control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Dec 24 23:00:53 UTC 2010


Author: jawnsy-guest
Date: Fri Dec 24 23:00:32 2010
New Revision: 66250

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66250
Log:
builds lintian clean, dch -r

Modified:
    trunk/libdevel-globaldestruction-perl/debian/changelog
    trunk/libdevel-globaldestruction-perl/debian/compat
    trunk/libdevel-globaldestruction-perl/debian/control
    trunk/libdevel-globaldestruction-perl/debian/rules

Modified: trunk/libdevel-globaldestruction-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-globaldestruction-perl/debian/changelog?rev=66250&op=diff
==============================================================================
--- trunk/libdevel-globaldestruction-perl/debian/changelog (original)
+++ trunk/libdevel-globaldestruction-perl/debian/changelog Fri Dec 24 23:00:32 2010
@@ -1,4 +1,4 @@
-libdevel-globaldestruction-perl (0.03-1) UNRELEASED; urgency=low
+libdevel-globaldestruction-perl (0.03-1) unstable; urgency=low
 
   [ Jonathan Yu ]
   * New upstream release
@@ -10,6 +10,8 @@
   * Standards-Version 3.9.1 (no changes)
   * Add myself to Uploaders and Copyright
   * Refresh copyright information
+  * Use new short debhelper rules format
+  * Bump d/compat level to 7
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -18,7 +20,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 17:47:26 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 18:17:23 -0500
 
 libdevel-globaldestruction-perl (0.02-1) unstable; urgency=low
 

Modified: trunk/libdevel-globaldestruction-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-globaldestruction-perl/debian/compat?rev=66250&op=diff
==============================================================================
--- trunk/libdevel-globaldestruction-perl/debian/compat (original)
+++ trunk/libdevel-globaldestruction-perl/debian/compat Fri Dec 24 23:00:32 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libdevel-globaldestruction-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-globaldestruction-perl/debian/control?rev=66250&op=diff
==============================================================================
--- trunk/libdevel-globaldestruction-perl/debian/control (original)
+++ trunk/libdevel-globaldestruction-perl/debian/control Fri Dec 24 23:00:32 2010
@@ -17,4 +17,6 @@
  libscope-guard-perl, libsub-exporter-perl
 Description: module to expose the flag that marks global destruction
  Devel::GlobalDestruction is a Perl module that exposes the PL_dirty flag
- to Perl as a subroutine named in_global_destruction.
+ to Perl as a subroutine named in_global_destruction. It is useful when
+ writing destructors, so that only non-process local resources are freed
+ while in global destruction.

Modified: trunk/libdevel-globaldestruction-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-globaldestruction-perl/debian/rules?rev=66250&op=diff
==============================================================================
--- trunk/libdevel-globaldestruction-perl/debian/rules (original)
+++ trunk/libdevel-globaldestruction-perl/debian/rules Fri Dec 24 23:00:32 2010
@@ -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