r25919 - in /trunk/liblockfile-simple-perl: META.yml README Simple.pm debian/changelog debian/compat debian/control debian/copyright debian/rules

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Oct 10 17:36:22 UTC 2008


Author: rmayorga-guest
Date: Fri Oct 10 17:36:19 2008
New Revision: 25919

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25919
Log:
* New upstream release
* debian/copyright - Upstream Added GPL license
* debian/control
  + Set standards-version to 3.8.0 (no changes neede)
  + debhelper and compat level set to 7
  + Add ${misc:Depends} to Depends field
  + add /myself to uploaders
* debian/rules - use dh7 template from dh-make-perl

Modified:
    trunk/liblockfile-simple-perl/META.yml
    trunk/liblockfile-simple-perl/README
    trunk/liblockfile-simple-perl/Simple.pm
    trunk/liblockfile-simple-perl/debian/changelog
    trunk/liblockfile-simple-perl/debian/compat
    trunk/liblockfile-simple-perl/debian/control
    trunk/liblockfile-simple-perl/debian/copyright
    trunk/liblockfile-simple-perl/debian/rules

Modified: trunk/liblockfile-simple-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/META.yml?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/META.yml (original)
+++ trunk/liblockfile-simple-perl/META.yml Fri Oct 10 17:36:19 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         LockFile-Simple
-version:      0.206
+version:      0.207
 version_from: Simple.pm
 installdirs:  site
 requires:

Modified: trunk/liblockfile-simple-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/README?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/README (original)
+++ trunk/liblockfile-simple-perl/README Fri Oct 10 17:36:19 2008
@@ -6,9 +6,11 @@
 
 
 ------------------------------------------------------------------------
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, a copy of which can be
-    found with perl.
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the Perl Artistic License or the GNU
+    General Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your option)
+    any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/liblockfile-simple-perl/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/Simple.pm?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/Simple.pm (original)
+++ trunk/liblockfile-simple-perl/Simple.pm Fri Oct 10 17:36:19 2008
@@ -1,4 +1,4 @@
-;# $Id
+;# $Id$
 ;#
 ;#  @COPYRIGHT@
 ;#
@@ -77,7 +77,7 @@
 @ISA = qw(Exporter);
 @EXPORT = ();
 @EXPORT_OK = qw(lock trylock unlock);
-$VERSION = '0.206';
+$VERSION = '0.207';
 
 my $LOCKER = undef;			# Default locking object
 

Modified: trunk/liblockfile-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/changelog?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/changelog (original)
+++ trunk/liblockfile-simple-perl/debian/changelog Fri Oct 10 17:36:19 2008
@@ -1,3 +1,16 @@
+liblockfile-simple-perl (0.207-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright - Upstream Added GPL license
+  * debian/control
+    + Set standards-version to 3.8.0 (no changes neede)
+    + debhelper and compat level set to 7
+    + Add ${misc:Depends} to Depends field
+    + add /myself to uploaders
+  * debian/rules - use dh7 template from dh-make-perl
+
+ -- Rene Mayorga <rmayorga at debian.org.sv>  Fri, 10 Oct 2008 11:13:44 -0600
+
 liblockfile-simple-perl (0.206-1) unstable; urgency=low
 
   [ gregor gerrmann ]

Modified: trunk/liblockfile-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/compat?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/compat (original)
+++ trunk/liblockfile-simple-perl/debian/compat Fri Oct 10 17:36:19 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/liblockfile-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/control?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/control (original)
+++ trunk/liblockfile-simple-perl/debian/control Fri Oct 10 17:36:19 2008
@@ -2,17 +2,18 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 5)
+Uploaders: Jay Bonci <jaybonci at debian.org>, Damyan Ivanov <dmn at debian.org>,
+ Rene Mayorga <rmayorga at debian.org.sv>
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), liblog-agent-perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/LockFile-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblockfile-simple-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/
 
 Package: liblockfile-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, liblog-agent-perl
+Depends: ${perl:Depends}, ${misc:Depends}, liblog-agent-perl
 Description: Simple advisory file locking
  The LockFile::Simple extension provides simple file locking, of
  the advisory kind, i.e. it requires cooperation between applications

Modified: trunk/liblockfile-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/copyright?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/copyright (original)
+++ trunk/liblockfile-simple-perl/debian/copyright Fri Oct 10 17:36:19 2008
@@ -6,9 +6,11 @@
 Files: *
 Copyright: Copyright (c) 2000,2007, Johan Vromans
            Copyright (c) 1998-1999, Raphael Manfredi
-License: Artistic
+License: Artistic | GPL-2+ 
  This program is free software; you can redistribute it and/or modify it under
- the terms of the Artistic License, a copy of which can be found with perl.
+ the terms of the Artistic License or the GNU General Public License as 
+ published by the Free Software  Foundation; either version 2 of the 
+ License, or (at your option) any later version.
  .
  This program is distributed in the hope that it will be useful, but WITHOUT
  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
@@ -24,3 +26,5 @@
 
 On Debian systems the full text of the Artistic license can be found at
 /usr/share/common-licenses/Artistic
+And the complete text of the latest version of the GNU General Public License 
+can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/liblockfile-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblockfile-simple-perl/debian/rules?rev=25919&op=diff
==============================================================================
--- trunk/liblockfile-simple-perl/debian/rules (original)
+++ trunk/liblockfile-simple-perl/debian/rules Fri Oct 10 17:36:19 2008
@@ -1,76 +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 $(TMP) 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: install
-	dh_testdir
-	dh_testroot
-	dh_installexamples
-	dh_installdocs README
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	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 install
+.PHONY: binary binary-arch binary-indep install clean build




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