r1885 - in packages/libversion-perl/trunk: . debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Tue Jan 10 10:58:56 UTC 2006


Author: eloy
Date: 2006-01-10 10:58:55 +0000 (Tue, 10 Jan 2006)
New Revision: 1885

Added:
   packages/libversion-perl/trunk/Makefile
   packages/libversion-perl/trunk/debian/
   packages/libversion-perl/trunk/debian/changelog
   packages/libversion-perl/trunk/debian/compat
   packages/libversion-perl/trunk/debian/control
   packages/libversion-perl/trunk/debian/copyright
   packages/libversion-perl/trunk/debian/rules
   packages/libversion-perl/trunk/debian/watch
Log:
Load libversion-perl-0.50 into packages/libversion-perl/trunk.


Added: packages/libversion-perl/trunk/Makefile
===================================================================
--- packages/libversion-perl/trunk/Makefile	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/Makefile	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,63 @@
+all : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1
+realclean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 realclean
+	/usr/bin/perl -e unlink -e shift Makefile
+
+force_do_it :
+	@ true
+build : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 build
+clean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 clean
+code : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 code
+config_data : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 config_data
+diff : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 diff
+dist : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 dist
+distcheck : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distcheck
+distclean : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distclean
+distdir : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distdir
+distmeta : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distmeta
+distsign : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 distsign
+disttest : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 disttest
+docs : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 docs
+fakeinstall : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 fakeinstall
+help : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 help
+html : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 html
+install : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 install
+manifest : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 manifest
+ppd : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 ppd
+ppmdist : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 ppmdist
+skipcheck : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 skipcheck
+test : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 test
+testcover : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testcover
+testdb : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testdb
+testpod : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 testpod
+versioninstall : force_do_it
+	/usr/bin/perl Build --makefile_env_macros 1 versioninstall
+
+.EXPORT : INSTALLDIRS TEST_VERBOSE LIB INC PREFIX POLLUTE VERBINST
+

Added: packages/libversion-perl/trunk/debian/changelog
===================================================================
--- packages/libversion-perl/trunk/debian/changelog	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/changelog	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,34 @@
+libversion-perl (0.50-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated files: debian/control, debian/copyright
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Wed,  7 Dec 2005 14:24:08 +0100
+
+libversion-perl (0.49-1) unstable; urgency=low
+
+  * New upstream release
+  * Added debian/watch file
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Wed, 12 Oct 2005 16:14:30 +0200
+
+libversion-perl (0.45-1) unstable; urgency=low
+
+  * New upstream release
+  * Adopting package (closes: #271435)
+  * debian/rules - changes needed by Module::Build
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 11 Aug 2005 21:03:45 +0200
+
+libversion-perl (0.41-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat,  7 Aug 2004 21:22:15 -0700
+
+libversion-perl (0.29-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#202690).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Thu, 24 Jul 2003 05:30:44 -0700
+

Added: packages/libversion-perl/trunk/debian/compat
===================================================================
--- packages/libversion-perl/trunk/debian/compat	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/compat	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1 @@
+4

Added: packages/libversion-perl/trunk/debian/control
===================================================================
--- packages/libversion-perl/trunk/debian/control	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/control	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,14 @@
+Source: libversion-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl (>= 5.8.0-7), perl (<< 5.9.0), libmodule-build-perl
+Maintainer: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.6.2
+
+Package: libversion-perl
+Architecture: any
+Depends: ${perl:Depends}, perl (<< 5.9.0), ${shlibs:Depends}
+Description:  Perl extension for Version Objects
+ Overloaded version objects for all versions of Perl.  This module
+ implements all of the features of version objects which will be part
+ of Perl 5.10.0 except automatic v-string handling.

Added: packages/libversion-perl/trunk/debian/copyright
===================================================================
--- packages/libversion-perl/trunk/debian/copyright	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/copyright	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,26 @@
+This is the debian package for the version module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+It was downloaded from
+http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/version-0.50.tar.gz
+
+COPYRIGHT AND LICENCE
+
+This module can be distributed under the same terms as Perl.
+
+Copyright (C) 2002 John Peacock
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    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: packages/libversion-perl/trunk/debian/rules
===================================================================
--- packages/libversion-perl/trunk/debian/rules	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/rules	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,81 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+OPTIMIZE = -O2 -Wall
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+OPTIMIZE += -g
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Build.PL installdirs=vendor 
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build         
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(PERL) Build distclean
+	rm -f build-stamp
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(PERL) Build test         
+	$(PERL) Build install destdir=$(TMP)                 
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples 
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary


Property changes on: packages/libversion-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libversion-perl/trunk/debian/watch
===================================================================
--- packages/libversion-perl/trunk/debian/watch	2006-01-10 10:58:40 UTC (rev 1884)
+++ packages/libversion-perl/trunk/debian/watch	2006-01-10 10:58:55 UTC (rev 1885)
@@ -0,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/J/JP/JPEACOCK/version-([\d\.]+).tar.gz




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