r25410 - in /trunk/libx500-dn-perl: DN.pm debian/ debian/changelog debian/control debian/copyright debian/rules debian/watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 20:43:22 UTC 2008


Author: gregoa
Date: Fri Sep 19 20:43:19 2008
New Revision: 25410

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

Added:
    trunk/libx500-dn-perl/debian/
    trunk/libx500-dn-perl/debian/changelog
    trunk/libx500-dn-perl/debian/control
    trunk/libx500-dn-perl/debian/copyright
    trunk/libx500-dn-perl/debian/rules   (with props)
    trunk/libx500-dn-perl/debian/watch
Modified:
    trunk/libx500-dn-perl/DN.pm

Modified: trunk/libx500-dn-perl/DN.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/DN.pm?rev=25410&op=diff
==============================================================================
--- trunk/libx500-dn-perl/DN.pm (original)
+++ trunk/libx500-dn-perl/DN.pm Fri Sep 19 20:43:19 2008
@@ -7,7 +7,7 @@
 use 5.6.1; # the "our" keyword below needs it
 use strict;
 use Carp;
-use Parse::RecDescent 1.80;
+use Parse::RecDescent;
 use X500::RDN;
 
 our $VERSION = '0.29';

Added: trunk/libx500-dn-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/changelog?rev=25410&op=file
==============================================================================
--- trunk/libx500-dn-perl/debian/changelog (added)
+++ trunk/libx500-dn-perl/debian/changelog Fri Sep 19 20:43:19 2008
@@ -1,0 +1,37 @@
+libx500-dn-perl (0.29-3) unstable; urgency=low
+
+  * QA upload.
+  * Remove debian/compat and set DH_COMPAT to 4
+
+ -- Anibal Monsalve Salazar <anibal at debian.org>  Wed, 13 Aug 2008 21:35:52 +1000
+
+libx500-dn-perl (0.29-2) unstable; urgency=low
+
+  * QA upload.
+  * Set DH compatibility back to 4 
+
+ -- Anibal Monsalve Salazar <anibal at debian.org>  Wed, 13 Aug 2008 21:02:30 +1000
+
+libx500-dn-perl (0.29-1) unstable; urgency=low
+
+  * QA upload.
+  * New upstream release
+  * Maintainer is Debian QA Group <packages at qa.debian.org>
+  * Add homepage control line
+  * Add debian/watch
+  * Fix dependency problem with libparse-recdescent-perl; closes: #482125
+  * Fix the following lintian issues:
+    W: debian-rules-sets-DH_COMPAT line 9
+    W: debian-rules-ignores-make-clean-error line 35
+    W: binary-arch-rules-but-pkg-is-arch-indep
+    W: ancient-standards-version 3.6.0 (current is 3.8.0)
+    E: clean-should-be-satisfied-by-build-depends debhelper
+    W: debian-copyright-line-too-long line 4
+
+ -- Anibal Monsalve Salazar <anibal at debian.org>  Tue, 12 Aug 2008 20:41:27 +1000
+
+libx500-dn-perl (0.28-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Alessandro Razeto <razeto at linux.it>  Sat,  4 Oct 2003 15:00:59 +0200

Added: trunk/libx500-dn-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/control?rev=25410&op=file
==============================================================================
--- trunk/libx500-dn-perl/debian/control (added)
+++ trunk/libx500-dn-perl/debian/control Fri Sep 19 20:43:19 2008
@@ -1,0 +1,16 @@
+Source: libx500-dn-perl
+Section: perl
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Homepage: http://search.cpan.org/dist/X500-DN/
+
+Package: libx500-dn-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libparse-recdescent-perl
+Description: X500::DN provides a pure perl parser and formatter for RFC 2253
+ style DN strings.

Added: trunk/libx500-dn-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/copyright?rev=25410&op=file
==============================================================================
--- trunk/libx500-dn-perl/debian/copyright (added)
+++ trunk/libx500-dn-perl/debian/copyright Fri Sep 19 20:43:19 2008
@@ -1,0 +1,25 @@
+This package was debianized by Alessandro Razeto <razeto at linux.it> on
+Sat,  4 Oct 2003 15:00:59 +0200.
+
+It was downloaded from
+http://www.cpan.org/modules/by-module/X500/X500-DN-0.28.tar.gz
+
+Upstream Author: Robert Joop
+
+Copyright:
+Copyright (c) 2002 Robert Joop <yaph-020416 at timesink.de>
+All rights reserved.
+
+	LICENCE TERMS
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itselfs, which means 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'.

Added: trunk/libx500-dn-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/rules?rev=25410&op=file
==============================================================================
--- trunk/libx500-dn-perl/debian/rules (added)
+++ trunk/libx500-dn-perl/debian/rules Fri Sep 19 20:43:19 2008
@@ -1,0 +1,73 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DH_COMPAT=4
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+
+
+build: build-stamp
+build-stamp: 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) 
+	
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(PACKAGE)
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+	dh_installman
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libx500-dn-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libx500-dn-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libx500-dn-perl/debian/watch?rev=25410&op=file
==============================================================================
--- trunk/libx500-dn-perl/debian/watch (added)
+++ trunk/libx500-dn-perl/debian/watch Fri Sep 19 20:43:19 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/R/RJ/RJOOP/X500-DN-([\.\d]*)\.tar\.gz




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