r26573 - in /trunk/libconfig-json-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 2 17:59:57 UTC 2008


Author: gregoa
Date: Sun Nov  2 17:59:54 2008
New Revision: 26573

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

Modified:
    trunk/libconfig-json-perl/debian/changelog
    trunk/libconfig-json-perl/debian/compat
    trunk/libconfig-json-perl/debian/control
    trunk/libconfig-json-perl/debian/copyright
    trunk/libconfig-json-perl/debian/rules

Modified: trunk/libconfig-json-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/changelog?rev=26573&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/changelog (original)
+++ trunk/libconfig-json-perl/debian/changelog Sun Nov  2 17:59:54 2008
@@ -8,6 +8,11 @@
    + Standard-Versions 3.8.0 (no changes needed).
    + Added me as uploader.
 
+  [ gregor herrmann ]
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: refresh formatting.
+
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 16:15:33 -0430
 
 libconfig-json-perl (1.1.4-1) unstable; urgency=low

Modified: trunk/libconfig-json-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/compat?rev=26573&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/compat (original)
+++ trunk/libconfig-json-perl/debian/compat Sun Nov  2 17:59:54 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libconfig-json-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/control?rev=26573&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/control (original)
+++ trunk/libconfig-json-perl/debian/control Sun Nov  2 17:59:54 2008
@@ -1,7 +1,7 @@
 Source: libconfig-json-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0),
  libclass-insideout-perl, libjson-perl, libversion-perl, libtest-deep-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libconfig-json-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/copyright?rev=26573&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/copyright (original)
+++ trunk/libconfig-json-perl/debian/copyright Sun Nov  2 17:59:54 2008
@@ -1,27 +1,28 @@
-This package was debianized by Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-using dh-make-perl on Fri, 25 Jan 2008 08:59:15 -0430.
-
-Upstream source:
-    http://search.cpan.org/dist/Config-JSON/
-
-Upstream author:
-    JT Smith <jt at plainblack.com>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: JT Smith  <jt-at-plainblack-dot-com>
+Upstream-Source: http://search.cpan.org/dist/Config-JSON/
+Upstream-Name: Config-JSON
 
 Files: *
 Copyright: © 2006-2008, Plain Black Corporation http://www.plainblack.com/.
- All rights reserved.
 License: GPL-1+|Artistic
- This module is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
- .
- Perl is distributed under your choice of the GNU General Public License or the
- Artistic License.
- .
- The complete text of the GNU General Public License can be found in
- /usr/share/common-licenses/GPL and the Artistic License can be found in
- /usr/share/common-licenses/Artistic.don't want to get into legal troubles.
 
 Files: debian/*
-Copyright: © 2008 Debian Perl Group <debian-perl at lists.debian.org>
-License: GPL-1+|Artistic
- Packaging is licensed under the same terms as the software itself (see above).
+Copyright: © 2008, various members of the Debian Perl Group,
+ cf. debian/changelog
+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/libconfig-json-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/rules?rev=26573&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/rules (original)
+++ trunk/libconfig-json-perl/debian/rules Sun Nov  2 17:59:54 2008
@@ -1,75 +1,23 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs 
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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