r43655 - in /trunk/libmime-base32-perl/debian: ./ changelog control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 4 10:49:40 UTC 2009


Author: dmn
Date: Fri Sep  4 10:48:59 2009
New Revision: 43655

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

Added:
    trunk/libmime-base32-perl/debian/
    trunk/libmime-base32-perl/debian/changelog
    trunk/libmime-base32-perl/debian/control
    trunk/libmime-base32-perl/debian/copyright
    trunk/libmime-base32-perl/debian/rules   (with props)
    trunk/libmime-base32-perl/debian/watch

Added: trunk/libmime-base32-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/changelog?rev=43655&op=file
==============================================================================
--- trunk/libmime-base32-perl/debian/changelog (added)
+++ trunk/libmime-base32-perl/debian/changelog Fri Sep  4 10:48:59 2009
@@ -1,0 +1,6 @@
+libmime-base32-perl (1.01-1) unstable; urgency=low
+
+  * first Debian release of MIME::Base32
+  * sponsored by Martin Krafft <madduck at debian.org>; thanks a lot.
+
+ -- Adrian von Bidder <avbidder at fortytwo.ch>  Fri,  3 Dec 2004 13:55:55 +0100

Added: trunk/libmime-base32-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/control?rev=43655&op=file
==============================================================================
--- trunk/libmime-base32-perl/debian/control (added)
+++ trunk/libmime-base32-perl/debian/control Fri Sep  4 10:48:59 2009
@@ -1,0 +1,18 @@
+Source: libmime-base32-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3), perl
+Maintainer: Adrian von Bidder <avbidder at fortytwo.ch>
+Uploaders: Martin F. Krafft <madduck at debian.org>
+Standards-Version: 3.6.1
+
+Package: libmime-base32-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Base32 encoder/decoder
+ Similar to Base64, Base32 encodes arbitrary (binary) data in ASCII text.  The
+ difference to Base64 is that Base32 encoding is case insensitive.
+ .
+ Base32 is defined in rfc3548 using the characters [A-Z2-7], but this module
+ by default uses [0-9A-V] for compatibility with older versions of
+ MIME::Base32.  An RFC compliant mode is also provided, though.

Added: trunk/libmime-base32-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/copyright?rev=43655&op=file
==============================================================================
--- trunk/libmime-base32-perl/debian/copyright (added)
+++ trunk/libmime-base32-perl/debian/copyright Fri Sep  4 10:48:59 2009
@@ -1,0 +1,24 @@
+Download:
+  http://search.cpan.org/~danpeder/MIME-Base32/
+
+Copyright:
+  Copyright 2003 by Daniel Peder
+
+  This library is free software; you can redistribute it and/or modify
+  it under the same terms as Perl itself:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    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'.
+
+Debian:
+  The Debian package was prepared by Adrian von Bidder <avbidder at fortytwo.ch>

Added: trunk/libmime-base32-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/rules?rev=43655&op=file
==============================================================================
--- trunk/libmime-base32-perl/debian/rules (added)
+++ trunk/libmime-base32-perl/debian/rules Fri Sep  4 10:48:59 2009
@@ -1,0 +1,52 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=3
+
+PACKAGE=$(shell dh_listpackages)
+PREFIX=$(PWD)/debian/$(PACKAGE)/usr
+
+ifndef PERL
+PERL=/usr/bin/perl
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX="$(PREFIX)"
+	find "$(PREFIX)" -type d -name .svn | xargs rm -rf
+	rm -f "$(PREFIX)"/share/perl5/MIME/test1.pl
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean install binary-indep binary-arch binary

Propchange: trunk/libmime-base32-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmime-base32-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-base32-perl/debian/watch?rev=43655&op=file
==============================================================================
--- trunk/libmime-base32-perl/debian/watch (added)
+++ trunk/libmime-base32-perl/debian/watch Fri Sep  4 10:48:59 2009
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/D/DA/DANPEDER/MIME-Base32-(.*)\.tar\.gz




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