r40907 - in /trunk/libcrypt-simple-perl/debian: changelog compat control copyright rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Tue Jul 28 12:48:47 UTC 2009


Author: ansgar-guest
Date: Tue Jul 28 12:48:40 2009
New Revision: 40907

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40907
Log:
* Refresh rules for debhelper 7.
* Drop (Build-)Depends on libmd5-perl. This module already uses Digest::MD5.
* Convert debian/copyright to proposed machine-readable format.
* debian/control: small change to description.
* Bump Standards-Version to 3.8.2 (no changes).
* Add myself to Uploaders.

Modified:
    trunk/libcrypt-simple-perl/debian/changelog
    trunk/libcrypt-simple-perl/debian/compat
    trunk/libcrypt-simple-perl/debian/control
    trunk/libcrypt-simple-perl/debian/copyright
    trunk/libcrypt-simple-perl/debian/rules

Modified: trunk/libcrypt-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/debian/changelog?rev=40907&op=diff
==============================================================================
--- trunk/libcrypt-simple-perl/debian/changelog (original)
+++ trunk/libcrypt-simple-perl/debian/changelog Tue Jul 28 12:48:40 2009
@@ -1,8 +1,17 @@
-libcrypt-simple-perl (0.06-6) UNRELEASED; urgency=low
+libcrypt-simple-perl (0.06-6) unstable; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:33:27 +0000
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Drop (Build-)Depends on libmd5-perl. This module already uses Digest::MD5.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/control: small change to description.
+  * Bump Standards-Version to 3.8.2 (no changes).
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Tue, 28 Jul 2009 14:45:34 +0200
 
 libcrypt-simple-perl (0.06-5) unstable; urgency=low
 

Modified: trunk/libcrypt-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/debian/compat?rev=40907&op=diff
==============================================================================
--- trunk/libcrypt-simple-perl/debian/compat (original)
+++ trunk/libcrypt-simple-perl/debian/compat Tue Jul 28 12:48:40 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libcrypt-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/debian/control?rev=40907&op=diff
==============================================================================
--- trunk/libcrypt-simple-perl/debian/control (original)
+++ trunk/libcrypt-simple-perl/debian/control Tue Jul 28 12:48:40 2009
@@ -2,17 +2,17 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-perl, libfreezethaw-perl
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.8.0
+Uploaders: Sandro Tosi <morph at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Crypt-Simple/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-simple-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-simple-perl/
 
 Package: libcrypt-simple-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-perl, libfreezethaw-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
 Description: Perl library to encrypt stuff simply
  Maybe you have a web application and you need to store some session
  data at the client side (in a cookie or hidden form fields) but you
@@ -20,9 +20,7 @@
  to save secret information to a text file.  Maybe you have better
  ideas of what to do with encrypted stuff!
  .
- This little module will convert all your data into nice base64 text
+ The Crypt::Simple module will convert all your data into nice base64 text
  that you can save in a text file, send in an email, store in a cookie
  or web page, or bounce around the Net. The data you encrypt can be as
  simple or as complicated as you like.
- .
- This library is Crypt::Simple .

Modified: trunk/libcrypt-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/debian/copyright?rev=40907&op=diff
==============================================================================
--- trunk/libcrypt-simple-perl/debian/copyright (original)
+++ trunk/libcrypt-simple-perl/debian/copyright Tue Jul 28 12:48:40 2009
@@ -1,28 +1,24 @@
-This package was debianized by Sandro Tosi <morph at debian.org> on
-Sun, 15 Jan 2006 15:03:01 +0100.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Marty Pauley <marty at kasei.com>
+Upstream-Source: http://search.cpan.org/dist/Crypt-Simple/
+Upstream-Name: Crypt-Simple
 
-It was downloaded from http://search.cpan.org/~kasei/Crypt-Simple-0.06/
+Files: *
+Copyright: © 2001, Kasei Limited
+License-Alias: Perl
+License: GPL-2+
 
-Upstream Author:
+Files: debian/*
+Copyright:
+ © 2006-2009, Sandro Tosi <morph at debian.org>
+ © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-2+
 
-    Marty Pauley <marty at kasei.com>
-
-Copyright:
-
-    Copyright (C) 2001 Kasei Limited
-
-License:
-
-    This program is free software; you can redistribute it and/or modify it under
-    the terms of the GNU General Public License; 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
-    FOR A PARTICULAR PURPOSE.
-
-On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL-2'
-
-The Debian packaging is Copyright (C) 2006-2009, Sandro Tosi <morph at debian.org>
-and is licensed under the same license as the software itself.
+License: GPL-2+
+    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 2, 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/libcrypt-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/debian/rules?rev=40907&op=diff
==============================================================================
--- trunk/libcrypt-simple-perl/debian/rules (original)
+++ trunk/libcrypt-simple-perl/debian/rules Tue Jul 28 12:48:40 2009
@@ -1,69 +1,3 @@
 #!/usr/bin/make -f
-# 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
-
-	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
-
-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
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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