r3286 - in /packages/libfreezethaw-perl/trunk/debian: ./ changelog compat control copyright rules watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Jul 14 21:15:24 UTC 2006


Author: gregoa-guest
Date: Fri Jul 14 21:15:24 2006
New Revision: 3286

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3286
Log:
Load libfreezethaw-perl-0.43 into packages/libfreezethaw-perl/trunk.

Added:
    packages/libfreezethaw-perl/trunk/debian/
    packages/libfreezethaw-perl/trunk/debian/changelog
    packages/libfreezethaw-perl/trunk/debian/compat
    packages/libfreezethaw-perl/trunk/debian/control
    packages/libfreezethaw-perl/trunk/debian/copyright
    packages/libfreezethaw-perl/trunk/debian/rules   (with props)
    packages/libfreezethaw-perl/trunk/debian/watch

Added: packages/libfreezethaw-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/changelog?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/changelog (added)
+++ packages/libfreezethaw-perl/trunk/debian/changelog Fri Jul 14 21:15:24 2006
@@ -1,0 +1,36 @@
+libfreezethaw-perl (0.43-3) unstable; urgency=low
+
+  * Move package to the Debian Perl Group (closes: #376033).
+  * Update Standards-Version, Debhelper compatibility level, FSF address, ... to
+    values suitable for mid 2006.
+  * Add watch file, remove empty /usr/lib/perl5 directory, enable tests in debian/rules, ...
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 14 Jul 2006 23:10:00 +0200
+
+libfreezethaw-perl (0.43-2) unstable; urgency=low
+
+  * update debian/rules to current dh-make-perl rules.noxs template.
+    This should fix the spurious .packlist bug (closes: Bug#163579)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon,  7 Oct 2002 20:53:43 -0700
+
+libfreezethaw-perl (0.43-1) unstable; urgency=low
+
+  * new upstream release
+  * binary-arch vs. binary-indep (closes: Bug#153356)
+  * debian/copyright pedantry (closes: Bug#153381)
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat,  7 Sep 2002 06:44:37 -0700
+
+libfreezethaw-perl (0.41-2) unstable; urgency=low
+
+  * Removed gratuitous dh_suidregister
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 16 Feb 2001 03:20:42 -0800
+
+libfreezethaw-perl (0.41-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri,  2 Feb 2001 13:48:29 -0800
+

Added: packages/libfreezethaw-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/compat?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/compat (added)
+++ packages/libfreezethaw-perl/trunk/debian/compat Fri Jul 14 21:15:24 2006
@@ -1,0 +1,1 @@
+5

Added: packages/libfreezethaw-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/control?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/control (added)
+++ packages/libfreezethaw-perl/trunk/debian/control Fri Jul 14 21:15:24 2006
@@ -1,0 +1,15 @@
+Source: libfreezethaw-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Standards-Version: 3.7.2
+
+Package: libfreezethaw-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: converting Perl structures to strings and back
+ Converts data to/from stringified form, appropriate for
+ saving-to/reading-from permanent storage.
+

Added: packages/libfreezethaw-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/copyright?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/copyright (added)
+++ packages/libfreezethaw-perl/trunk/debian/copyright Fri Jul 14 21:15:24 2006
@@ -1,0 +1,31 @@
+This is the debian package for the FreezeThaw module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+     Copyright (c) 1995 Ilya Zakharevich. All rights reserved.
+     This program is free software; you can redistribute it and/or
+     modify it under the same terms as Perl itself.
+
+        You should have received a copy of the Perl license along with
+        Perl; see the file README in Perl distribution.
+ 
+        You should have received a copy of the GNU General Public License
+        along with Perl; see the file Copying.  If not, write to the Free
+        Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+        02110-1301, USA.
+
+        You should have received a copy of the Artistic License
+        along with Perl; see the file Artistic.
+
+
+Author of this software makes no claim whatsoever about suitability,
+reliability, edability, editability or usability of this product. If
+you can use it, you are in luck, if not, I should not be kept
+responsible. Keep a handy copy of your backup tape at hand.
+
+With this module from this moment on you are on your own ;-). Good luck.
+
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  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/libfreezethaw-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/rules?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/rules (added)
+++ packages/libfreezethaw-perl/trunk/debian/rules Fri Jul 14 21:15:24 2006
@@ -1,0 +1,91 @@
+#!/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
+
+#for noninteractive installs
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	$(MAKE) test
+	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+
+# 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_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+#	dh_undocumented
+	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
+
+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

Propchange: packages/libfreezethaw-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libfreezethaw-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libfreezethaw-perl/trunk/debian/watch?rev=3286&op=file
==============================================================================
--- packages/libfreezethaw-perl/trunk/debian/watch (added)
+++ packages/libfreezethaw-perl/trunk/debian/watch Fri Jul 14 21:15:24 2006
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://mirrors.kernel.org/cpan/modules/by-module/FreezeThaw/FreezeThaw-([\d\.]+)\.tar\.gz




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