r26648 - in /trunk/libtime-local-perl/debian: changelog compat control copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Nov 4 04:42:23 UTC 2008


Author: ghostbar-guest
Date: Tue Nov  4 04:42:20 2008
New Revision: 26648

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26648
Log:
Switched to debhelper v7, updated debian/{rules,control,compat}
Refreshed debian/copyright, deleted debian perl group as copyright holder added maintainers instead.

Modified:
    trunk/libtime-local-perl/debian/changelog
    trunk/libtime-local-perl/debian/compat
    trunk/libtime-local-perl/debian/control
    trunk/libtime-local-perl/debian/copyright
    trunk/libtime-local-perl/debian/rules

Modified: trunk/libtime-local-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/changelog?rev=26648&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/changelog (original)
+++ trunk/libtime-local-perl/debian/changelog Tue Nov  4 04:42:20 2008
@@ -1,12 +1,11 @@
 libtime-local-perl (1.1901-1) unstable; urgency=low
-
-  [ gregor herrmann ]
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
 
   [ Jose Luis Rivas ]
   * New upstream release
   * Updated formatting of debian/copyright.
   * debian/control: Bumped Standards-Version to 3.8.0 (no changes needed)
+  * Switched to debhelper v7, updated debian/{rules,control,compat}
+  * Deleted CDBS as Build-Depend
 
   [ gregor herrmann ]
   * debian/watch: add uversionmangle to cope with 2- and 4-digit minor

Modified: trunk/libtime-local-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/compat?rev=26648&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/compat (original)
+++ trunk/libtime-local-perl/debian/compat Tue Nov  4 04:42:20 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libtime-local-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/control?rev=26648&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/control (original)
+++ trunk/libtime-local-perl/debian/control Tue Nov  4 04:42:20 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>
 Build-Depends-Indep: perl
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Time-Local/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtime-local-perl/

Modified: trunk/libtime-local-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/copyright?rev=26648&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/copyright (original)
+++ trunk/libtime-local-perl/debian/copyright Tue Nov  4 04:42:20 2008
@@ -12,8 +12,10 @@
  the same terms as Perl itself.
 
 Files: debian/*
-Copyright: © 2007 Jose Luis Rivas <ghostbar38 at gmail.com>
-           © 2007-2008 Debian Perl Group <debian-perl at lists.debian.org>
+Copyright: © 2007-2008 Jose Luis Rivas <ghostbar38 at gmail.com>
+           © 2007 Gunnar Wolf <gwolf at debian.org>
+	   © 2007 Damyan Ivanov <dmn at debian.org>
+	   © 2008 gregor herrmann <gregoa at debian.org>
 License: GPL-1+ | Artistic
 
 Perl is distributed under your choice of the GNU General Public License or the

Modified: trunk/libtime-local-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-local-perl/debian/rules?rev=26648&op=diff
==============================================================================
--- trunk/libtime-local-perl/debian/rules (original)
+++ trunk/libtime-local-perl/debian/rules Tue Nov  4 04:42:20 2008
@@ -1,7 +1,23 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
 
-install/libtime-local-perl::
-	[ ! -d debian/libtime-local-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libtime-local-perl/usr/lib/perl5
+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