r27227 - in /trunk/libbusiness-isbn-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 23 15:04:03 UTC 2008


Author: gregoa
Date: Sun Nov 23 15:04:00 2008
New Revision: 27227

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27227
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}; drop cdbs.
* debian/copyright: refresh formatting.

Modified:
    trunk/libbusiness-isbn-perl/debian/changelog
    trunk/libbusiness-isbn-perl/debian/compat
    trunk/libbusiness-isbn-perl/debian/control
    trunk/libbusiness-isbn-perl/debian/copyright
    trunk/libbusiness-isbn-perl/debian/rules

Modified: trunk/libbusiness-isbn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-perl/debian/changelog?rev=27227&op=diff
==============================================================================
--- trunk/libbusiness-isbn-perl/debian/changelog (original)
+++ trunk/libbusiness-isbn-perl/debian/changelog Sun Nov 23 15:04:00 2008
@@ -11,6 +11,9 @@
     - bump (build) dependency on libbusiness-isbn-data-perl to >= 20081020
     - change my email address
     - mention module name in short description
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}; drop cdbs.
+  * debian/copyright: refresh formatting.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 01:18:22 -0430
 

Modified: trunk/libbusiness-isbn-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-perl/debian/compat?rev=27227&op=diff
==============================================================================
--- trunk/libbusiness-isbn-perl/debian/compat (original)
+++ trunk/libbusiness-isbn-perl/debian/compat Sun Nov 23 15:04:00 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libbusiness-isbn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-perl/debian/control?rev=27227&op=diff
==============================================================================
--- trunk/libbusiness-isbn-perl/debian/control (original)
+++ trunk/libbusiness-isbn-perl/debian/control Sun Nov 23 15:04:00 2008
@@ -1,7 +1,7 @@
 Source: libbusiness-isbn-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), cdbs (>= 0.4.27)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.8-7), libwww-perl,
  libbusiness-isbn-data-perl (>= 20081020),
  libtest-pod-coverage-perl, libtest-pod-perl, libgd-barcode-perl

Modified: trunk/libbusiness-isbn-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-perl/debian/copyright?rev=27227&op=diff
==============================================================================
--- trunk/libbusiness-isbn-perl/debian/copyright (original)
+++ trunk/libbusiness-isbn-perl/debian/copyright Sun Nov 23 15:04:00 2008
@@ -1,32 +1,30 @@
-Upstream source location: http://search.cpan.org/dist/Business-ISBN/
-
-The upstream author is: brian d foy, <bdfoy at cpan.org>.
-
-Credits:
- Thanks to Mark W. Eichin "<eichin at thok.org>" for suggestions
- and discussions on EAN support.
- .      
- Thanks to Andy Lester "<andy at petdance.com>" for lots of bug
- fixes and testing.
- .             
- Ed Summers "<esummers at cpan.org>" has volunteered to
- help with this module.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: brian d foy <bdfoy at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Business-ISBN/
+Upstream-Name: Business-ISBN
 
 Files: *
-Copyright: Copyright (C) 2001-2007 brian d foy
-License: GPL-1+ | Artistic
- You may redistribute this under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+Copyright: 2001-2007, brian d foy <bdfoy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright:
- Copyright (C) 2007,      Vincent Danjean <vdanjean at debian.org>
- Copyright (C) 2007-2008, gregor herrmann <gregor+debian at comodo.priv.at>
-License: GPL-1+ | Artistic
- The packaging work is licensed under the same licenses as the software
- itself (see above).
+ 2007,      Vincent Danjean <vdanjean at debian.org>
+ 2007-2008, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
 
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libbusiness-isbn-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libbusiness-isbn-perl/debian/rules?rev=27227&op=diff
==============================================================================
--- trunk/libbusiness-isbn-perl/debian/rules (original)
+++ trunk/libbusiness-isbn-perl/debian/rules Sun Nov 23 15:04:00 2008
@@ -1,12 +1,23 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-binary-install/libbusiness-isbn-perl::
-	[ ! -d debian/libbusiness-isbn-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libbusiness-isbn-perl/usr/lib/perl5
+clean:
+	dh $@
 
-.PHONY: show-builddepends
-show-builddepends:
-	@echo "Build-Depends: $(CDBS_BUILD_DEPENDS)"
+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