r16925 - in /trunk/libcrypt-simple-perl/debian: ./ changelog compat control copyright rules watch

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Mar 8 18:17:23 UTC 2008


Author: morph-guest
Date: Sat Mar  8 18:17:23 2008
New Revision: 16925

URL: http://svn.debian.org/wsvn/?sc=1&rev=16925
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcrypt-simple-perl/debian/
    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   (with props)
    trunk/libcrypt-simple-perl/debian/watch

Added: trunk/libcrypt-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/changelog?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/changelog (added)
+++ trunk/libcrypt-simple-perl/debian/changelog Sat Mar  8 18:17:23 2008
@@ -1,0 +1,45 @@
+libcrypt-simple-perl (0.06-4) unstable; urgency=low
+
+  * debian/rules
+    - fix for FTBFS with Perl 5.10.0 (Closes: #467724)
+  * debian/control
+    - set Debian Perl Group as maintainer
+    - set me in Uploaders
+    - added Vcs-{Svn,Browser} fields
+    - update Homepage field to team standards
+  * debian/watch
+    - version set to 3
+    - updated url to scan to team standards
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 08 Mar 2008 18:36:27 +0100
+
+libcrypt-simple-perl (0.06-3) unstable; urgency=low
+
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - moved Homepage from binary to source stanza
+    - bump dependency for debhelper to >=5 version
+  * debian/compat
+    - bump to 5
+  * debian/copyright
+    - clearly separated upstream author, copyright and license
+  * debian/rules
+    - cleanup, remove unused dh scripts
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Fri, 21 Dec 2007 20:19:16 +0100
+
+libcrypt-simple-perl (0.06-2) unstable; urgency=low
+
+  * debian/control
+    - moved debhelper to Build-Depends (as per
+      http://lists.debian.org/debian-devel-announce/2006/06/msg00010.html)
+    - update Standards-Version to 3.7.2: no changes
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sat,  8 Jul 2006 16:48:09 +0200
+
+libcrypt-simple-perl (0.06-1) unstable; urgency=low
+
+  * Initial release Closes: #345069
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 15 Jan 2006 15:03:01 +0100
+

Added: trunk/libcrypt-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/compat?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/compat (added)
+++ trunk/libcrypt-simple-perl/debian/compat Sat Mar  8 18:17:23 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libcrypt-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/control?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/control (added)
+++ trunk/libcrypt-simple-perl/debian/control Sat Mar  8 18:17:23 2008
@@ -1,0 +1,28 @@
+Source: libcrypt-simple-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <matrixhasu at gmail.com>
+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.7.3
+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/wsvn/pkg-perl/trunk/libcrypt-simple-perl/
+
+Package: libcrypt-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-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
+ don't want the user to be able  to mess with the data. Maybe you want
+ 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
+ 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 .

Added: trunk/libcrypt-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/copyright?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/copyright (added)
+++ trunk/libcrypt-simple-perl/debian/copyright Sat Mar  8 18:17:23 2008
@@ -1,0 +1,25 @@
+This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+Sun, 15 Jan 2006 15:03:01 +0100.
+
+It was downloaded from http://search.cpan.org/~kasei/Crypt-Simple-0.06/
+
+Upstream Author:
+
+    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'

Added: trunk/libcrypt-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/rules?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/rules (added)
+++ trunk/libcrypt-simple-perl/debian/rules Sat Mar  8 18:17:23 2008
@@ -1,0 +1,70 @@
+#!/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) OPTIMIZE="-Wall -O2 -g"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(MAKE) test
+	$(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 install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs		README
+	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

Propchange: trunk/libcrypt-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcrypt-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libcrypt-simple-perl/debian/watch?rev=16925&op=file
==============================================================================
--- trunk/libcrypt-simple-perl/debian/watch (added)
+++ trunk/libcrypt-simple-perl/debian/watch Sat Mar  8 18:17:23 2008
@@ -1,0 +1,3 @@
+version=3
+http://search.cpan.org/dist/Crypt-Simple/   .*/Crypt-Simple-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
+




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