[libcrypt-unixcrypt-perl] 01/01: Imported Debian patch 1.0-5

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 23:39:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libcrypt-unixcrypt-perl.

commit 39d6b1b2249fac2d5f3431dbc4cea569ccef9e85
Author: Bart Martens <bartm at debian.org>
Date:   Fri Dec 14 11:41:33 2007 +0100

    Imported Debian patch 1.0-5
---
 debian/changelog | 37 +++++++++++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 19 +++++++++++++++++++
 debian/copyright | 29 +++++++++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     |  4 ++++
 debian/watch     |  2 ++
 7 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..82609a4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,37 @@
+libcrypt-unixcrypt-perl (1.0-5) unstable; urgency=low
+
+  * debian/control, debian/rules: Now using cdbs.
+  * debian/control: Homepage and Standards-Version.
+
+ -- Bart Martens <bartm at debian.org>  Fri, 14 Dec 2007 11:41:33 +0100
+
+libcrypt-unixcrypt-perl (1.0-4) unstable; urgency=low
+
+  * New maintainer.  Closes: #316936.
+  * debian/rules, debian/compat: Remade with dh-make 0.41.
+  * debian/control: Newer standards version, added homepage to description,
+    depends on newer debhelper version, section perl.
+  * debian/copyright: Updated.
+  * debian/watch: Added.
+
+ -- Bart Martens <bartm at knars.be>  Sat,  8 Jul 2006 20:20:08 +0200
+
+libcrypt-unixcrypt-perl (1.0-3) unstable; urgency=low
+
+  * Orphaning, maintainer set to QA Group
+
+ -- Brian Nelson <pyro at debian.org>  Mon,  4 Jul 2005 17:52:51 -0700
+
+libcrypt-unixcrypt-perl (1.0-2) unstable; urgency=low
+
+  * Updated maintainer email address.
+  * Bumped up standards version to 3.5.8.
+  * Removed period at the end of the short description.
+
+ -- Brian Nelson <nelson at bignachos.com>  Thu, 27 Feb 2003 17:39:48 -0800
+
+libcrypt-unixcrypt-perl (1.0-1) unstable; urgency=low
+
+  * Initial Release (Closes: #169655)
+
+ -- Brian Nelson <nelson at bignachos.com>  Wed, 27 Nov 2002 23:38:03 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5a9579e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: libcrypt-unixcrypt-perl
+Section: perl
+Priority: optional
+Maintainer: Bart Martens <bartm at debian.org>
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/~mvorl/Crypt-UnixCrypt/
+
+Package: libcrypt-unixcrypt-perl
+Architecture: all
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  Perl-only implementation of the crypt(3) function
+ The Crypt::UnixCrypt module is a portable implementation of the Unix
+ library function crypt().  It is especially useful on systems whose
+ perl does not implement the built-in crypt() function.
+ .
+ This module won't overload a built-in crypt() unless forced by a true
+ value of the variable $Crypt::UnixCrypt::OVERRIDE_BUILTIN.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3a88cd6
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This is the debian package for the Crypt::UnixCrypt module created by
+Brian Nelson <nelson at bignachos.com>.
+
+The original sources should always be available from the Comprehensive
+Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a
+CPAN site near you.
+
+The upstream author is:
+
+Martin Vorlaender <martin at radiogaga.harz.de>
+
+Based upon Java source code written by jdumas at zgs.com, which in turn is
+based upon C source code written by Eric Young, eay at psych.uq.oz.au..
+
+Copyright 1997-1999, Martin Vorlaender <martin at radiogaga.harz.de>
+
+This module is free software; you may redistribute it and/or modify it
+under the same terms as Perl itself.
+
+This module is free software; you can redistribute it and/or modify it
+under the term of the Perl Artistic License.  On a Debian system a copy
+of the Perl Artistic License can be found in the file
+'/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is
+Copyright 2002-2005, Brian Nelson <pyro at debian.org>
+Copyright 2006-2007, Bart Martens <bartm at debian.org>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..93477ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..03b9ba3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/M/MV/MVORL/Crypt-UnixCrypt-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-unixcrypt-perl.git



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