r26489 - in /trunk/libdevel-ebug-perl/debian: changelog compat control copyright patches/Makefile.PL.patch rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Nov 2 03:15:21 UTC 2008


Author: ghostbar-guest
Date: Sun Nov  2 03:15:18 2008
New Revision: 26489

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26489
Log:
* Updated copyright format
* bumped to 3.8.0 Standards-Version
* Added me as Uploader
* Updated Makefile.Pl.patch to accomplish the new Makefile.PL
* Switched to debhelper 7: updated debian/rules, debian/compat and debian/control debhelper dependency to >=7.
Ready to be released

Modified:
    trunk/libdevel-ebug-perl/debian/changelog
    trunk/libdevel-ebug-perl/debian/compat
    trunk/libdevel-ebug-perl/debian/control
    trunk/libdevel-ebug-perl/debian/copyright
    trunk/libdevel-ebug-perl/debian/patches/Makefile.PL.patch
    trunk/libdevel-ebug-perl/debian/rules

Modified: trunk/libdevel-ebug-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/changelog?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/changelog (original)
+++ trunk/libdevel-ebug-perl/debian/changelog Sun Nov  2 03:15:18 2008
@@ -1,4 +1,4 @@
-libdevel-ebug-perl (0.49-1) UNRELEASED; urgency=low
+libdevel-ebug-perl (0.49-1) unstable; urgency=low
 
   [ Martín Ferrari ]
   * Updating my email address
@@ -8,9 +8,18 @@
     Debian Policy since 3.8.0.
 
   [ Jose Luis Rivas ]
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * debian/copyright: Updated a little bit according to
+  wiki.debian.org/Proposals/CopyrightFormat
+  * debian/control: 
+   + bumped to 3.8.0, changes already applied.
+   + Added me as uploader.
+  * debian/patches/Makefile.PL.patch:
+   + Updated so apply to the new Makefile.PL
+  * Switched to debhelper v7, updated debian/rules, debian/compat and
+  debian/control debhelper dependency to >=7.
 
- -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 22:23:20 -0430
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 22:43:04 -0430
 
 libdevel-ebug-perl (0.48-3) unstable; urgency=low
 

Modified: trunk/libdevel-ebug-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/compat?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/compat (original)
+++ trunk/libdevel-ebug-perl/debian/compat Sun Nov  2 03:15:18 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libdevel-ebug-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/control?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/control (original)
+++ trunk/libdevel-ebug-perl/debian/control Sun Nov  2 03:15:18 2008
@@ -1,7 +1,7 @@
 Source: libdevel-ebug-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), cdbs, libmodule-build-perl, quilt
+Build-Depends: debhelper (>= 7), cdbs, libmodule-build-perl, quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libtest-expect-perl,
  libdevel-stacktrace-perl, libproc-background-perl, libstring-koremutake-perl,
  libclass-accessor-chained-perl, libmodule-pluggable-perl, libpadwalker-perl,
@@ -9,8 +9,9 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Makholm <peter at makholm.net>,
  Martín Ferrari <tincho at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.3
+ gregor herrmann <gregor+debian at comodo.priv.at>,
+ Jose Luis Rivas <ghostbar38 at gmail.com>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Devel-ebug/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-ebug-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/

Modified: trunk/libdevel-ebug-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/copyright?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/copyright (original)
+++ trunk/libdevel-ebug-perl/debian/copyright Sun Nov  2 03:15:18 2008
@@ -1,5 +1,6 @@
-Upstream source location: http://search.cpan.org/dist/Devel-ebug/
-Upstream author: Leon Brocard, "<acme at astray.com>"
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Source location: http://search.cpan.org/dist/Devel-ebug/
+Upstream-Author: Leon Brocard, "<acme at astray.com>"
 
 Files: *                
 Copyright: (C) 2005, Leon Brocard

Modified: trunk/libdevel-ebug-perl/debian/patches/Makefile.PL.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/patches/Makefile.PL.patch?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/patches/Makefile.PL.patch (original)
+++ trunk/libdevel-ebug-perl/debian/patches/Makefile.PL.patch Sun Nov  2 03:15:18 2008
@@ -3,7 +3,7 @@
 @@ -1,6 +1,30 @@
  # Note: this file was auto-generated by Module::Build::Compat version 0.03
 -    use Module::Build::Compat 0.02;
--    use lib '_build/lib';
+-    
 -    Module::Build::Compat->run_build_pl(args => \@ARGV);
 -    require Module::Build;
 -    Module::Build::Compat->write_makefile(build_class => 'Module::Build');

Modified: trunk/libdevel-ebug-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdevel-ebug-perl/debian/rules?rev=26489&op=diff
==============================================================================
--- trunk/libdevel-ebug-perl/debian/rules (original)
+++ trunk/libdevel-ebug-perl/debian/rules Sun Nov  2 03:15:18 2008
@@ -1,11 +1,23 @@
 #!/usr/bin/make -f
 
-export LC_ALL=C
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+clean:
+	dh $@
 
-binary-install/libdevel-ebug-perl::
-	[ ! -d $(CURDIR)/debian/libdevel-ebug-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libdevel-ebug-perl/usr/lib/perl5
+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