r33776 - in /trunk/libenv-ps1-perl/debian: changelog compat control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Apr 23 15:07:58 UTC 2009


Author: ryan52-guest
Date: Thu Apr 23 15:07:53 2009
New Revision: 33776

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33776
Log:
* machine readable copyright format
* debhelper 7
* Debian Policy 3.8.1

Modified:
    trunk/libenv-ps1-perl/debian/changelog
    trunk/libenv-ps1-perl/debian/compat
    trunk/libenv-ps1-perl/debian/control
    trunk/libenv-ps1-perl/debian/copyright
    trunk/libenv-ps1-perl/debian/rules

Modified: trunk/libenv-ps1-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/changelog?rev=33776&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/changelog (original)
+++ trunk/libenv-ps1-perl/debian/changelog Thu Apr 23 15:07:53 2009
@@ -10,8 +10,11 @@
     Uploaders.
   * debian/watch: use dist-based URL.
   * add myself to uploaders
+  * machine readable copyright format
+  * debhelper 7
+  * Debian Policy 3.8.1
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 23 Apr 2009 08:04:34 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 23 Apr 2009 08:07:05 -0700
 
 libenv-ps1-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libenv-ps1-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/compat?rev=33776&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/compat (original)
+++ trunk/libenv-ps1-perl/debian/compat Thu Apr 23 15:07:53 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libenv-ps1-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/control?rev=33776&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/control (original)
+++ trunk/libenv-ps1-perl/debian/control Thu Apr 23 15:07:53 2009
@@ -1,11 +1,11 @@
 Source: libenv-ps1-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.6.1
+Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Env-PS1/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libenv-ps1-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libenv-ps1-perl/

Modified: trunk/libenv-ps1-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/copyright?rev=33776&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/copyright (original)
+++ trunk/libenv-ps1-perl/debian/copyright Thu Apr 23 15:07:53 2009
@@ -1,13 +1,29 @@
-This is the debian package for the Env-PS1 module.
-It was created by Marc 'HE' Brockschmidt <he at debian.org> using dh-make-perl.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jaap Karssenberg <pardus at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Env-PS1/
+Upstream-Name: Env-PS1
 
-The upstream author are Jaap Karssenberg and Pardus [Larus] <pardus at cpan.org>.
+Files: *
+Copyright: 2004, Jaap Karssenberg <pardus at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright (c) 2004 Jaap G Karssenberg. All rights reserved.
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+Files: debian/*
+Copyright: 2004, Marc 'HE' Brockschmidt <he at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
-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'.
+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/libenv-ps1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libenv-ps1-perl/debian/rules?rev=33776&op=diff
==============================================================================
--- trunk/libenv-ps1-perl/debian/rules (original)
+++ trunk/libenv-ps1-perl/debian/rules Thu Apr 23 15:07:53 2009
@@ -1,73 +1,23 @@
 #!/usr/bin/make -f
-# 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
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	
-	# Add here commands to compile the package.
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
+	dh $@
 
-	# Add here commands to clean up after the build process.
-	-$(PERL) Build clean
-	rm -rf _build build-stamp Build
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-	dh_clean
+binary-arch:
 
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+binary-indep: install
+	dh $@
 
-	# Add here commands to install the package into debian/tmp.
-	$(PERL) Build test
-	$(PERL) Build install destdir=$(TMP)
+binary: binary-arch binary-indep
 
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb --destdir=$(DESTDIR)
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-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