r26783 - in /trunk/libcgi-session-serialize-yaml-perl/debian: changelog clean compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Nov 12 19:47:24 UTC 2008


Author: gregoa
Date: Wed Nov 12 19:47:21 2008
New Revision: 26783

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26783
Log:
* debian/copyright: switch to new format.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/control:
  - remove build dependency on libmodule-build-perl, debhelper 7 prefers
    MakeMaker

Added:
    trunk/libcgi-session-serialize-yaml-perl/debian/clean
Modified:
    trunk/libcgi-session-serialize-yaml-perl/debian/changelog
    trunk/libcgi-session-serialize-yaml-perl/debian/compat
    trunk/libcgi-session-serialize-yaml-perl/debian/control
    trunk/libcgi-session-serialize-yaml-perl/debian/copyright
    trunk/libcgi-session-serialize-yaml-perl/debian/rules

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/changelog?rev=26783&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/changelog (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/changelog Wed Nov 12 19:47:21 2008
@@ -8,8 +8,14 @@
   [ gregor herrmann ]
   * Remove empty debian/patches/{,series} and build dependency on quilt.
   * Don't install README any more (text version of the POD documentation).
-  * debian/control: slightly rephrase short description and add module name to
-    long description.
+  * debian/copyright: switch to new format.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/control:
+    - slightly rephrase short description and add module name to
+      long description
+    - remove build dependency on libmodule-build-perl, debhelper 7 prefers
+      MakeMaker
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Fri, 07 Nov 2008 13:27:19 -0430
 

Added: trunk/libcgi-session-serialize-yaml-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/clean?rev=26783&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/clean (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/clean Wed Nov 12 19:47:21 2008
@@ -1,0 +1,2 @@
+t/sessiondata/cgisess.db
+t/sessiondata/cgisess.db.lck

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/compat?rev=26783&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/compat (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/compat Wed Nov 12 19:47:21 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/control?rev=26783&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/control (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/control Wed Nov 12 19:47:21 2008
@@ -1,7 +1,7 @@
 Source: libcgi-session-serialize-yaml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl,
   libcgi-session-perl (>= 4.30), libyaml-syck-perl, libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libcgi-session-serialize-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/copyright?rev=26783&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/copyright (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/copyright Wed Nov 12 19:47:21 2008
@@ -1,24 +1,30 @@
-This is the debian package for the CGI-Session-Serialize-yaml module.
-It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ron Savage <ron at savage.net.au>
+Upstream-Source: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/
+Upstream-Name: CGI-Session-Serialize-yaml
 
-It was downloaded from http://search.cpan.org/dist/CGI-Session-Serialize-yaml/
+Files: *
+Copyright:
+ Copyright (c) 2001-2008 Sherzod Ruzmetov. All rights reserved.
+ Copyright (c)      2008 Ron Savage. All rights reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Author:
-  Sherzod Ruzmetov <sherzodr at cpan.org>
-  Ron Savage <ron at savage.net.au>
+Files: debian/*
+Copyright: 2008, Vincent Danjean <vdanjean at debian.org> 
+License: Artistic | GPL-1+
 
-Copying:
-  Copyright (c) 2001-2008 Sherzod Ruzmetov. All rights reserved.
-  Copyright (c)      2008 Ron Savage. All rights reserved.
+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:
-  This library is free software. You can modify and or distribute it 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'.
-
-The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
-is licensed under the same terms as the software itself (see above).
+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/libcgi-session-serialize-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/rules?rev=26783&op=diff
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/rules (original)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/rules Wed Nov 12 19:47:21 2008
@@ -1,64 +1,25 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build 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 Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-	$(RM) -f t/sessiondata/cgisess.db t/sessiondata/cgisess.db.lck
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	dh install --before dh_installchangelogs
+	dh_installchangelogs Changes.txt
+	dh install --remaining
 	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.txt
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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