r10267 - in /trunk/libobject-multitype-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:10:30 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:10:30 2007
New Revision: 10267

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

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

Added: trunk/libobject-multitype-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/changelog?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/changelog (added)
+++ trunk/libobject-multitype-perl/debian/changelog Sat Dec  1 12:10:30 2007
@@ -1,0 +1,26 @@
+libobject-multitype-perl (0.05-2) unstable; urgency=low
+
+  * New maintainer (Closes: 300234)
+  * Expands debian/watch file so uupdate will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 18 Mar 2005 12:58:58 -0500
+
+libobject-multitype-perl (0.05-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 29 Dec 2004 01:35:32 -0500
+
+libobject-multitype-perl (0.04-2) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will work
+  * Prunes empty directories
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed,  6 Oct 2004 01:00:00 -0400
+
+libobject-multitype-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Michael K. Edwards <medwards-debian at sane.net>  Mon, 19 Jan 2004 16:21:28 -0800
+

Added: trunk/libobject-multitype-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/compat?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/compat (added)
+++ trunk/libobject-multitype-perl/debian/compat Sat Dec  1 12:10:30 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libobject-multitype-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/control?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/control (added)
+++ trunk/libobject-multitype-perl/debian/control Sat Dec  1 12:10:30 2007
@@ -1,0 +1,17 @@
+Source: libobject-multitype-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.8.0-7)
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1
+
+Package: libobject-multitype-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Perl Objects as Hash, Array, Scalar, Code and Glob at once
+ This module returns an object that works like a Hash, Array, Scalar,
+ Code and Glob object at the same time.  It uses tie and override magic
+ to expose to the perl level the intrinsic typeglob-ness of all references.
+ If this doesn't make sense to you, you probably won't be using it directly,
+ although you may wind up installing it as a dependency of something else.

Added: trunk/libobject-multitype-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/copyright?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/copyright (added)
+++ trunk/libobject-multitype-perl/debian/copyright Sat Dec  1 12:10:30 2007
@@ -1,0 +1,20 @@
+This is the debian package for the Object::MultiType module.
+It was created by Michael K. Edwards <medwards-debian at sane.net> using dh-make-perl.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Graciliano M. P. <gm at virtuasites.com.br>
+
+Copyright:
+
+Copyright 2003, Graciliano M. P.  All rights reserved.
+
+This is free software, you may use it and distribute it under the
+same terms as Perl itself.
+
+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: trunk/libobject-multitype-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/rules?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/rules (added)
+++ trunk/libobject-multitype-perl/debian/rules Sat Dec  1 12:10:30 2007
@@ -1,0 +1,90 @@
+#!/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
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+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) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+
+# 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_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

Propchange: trunk/libobject-multitype-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libobject-multitype-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libobject-multitype-perl/debian/watch?rev=10267&op=file
==============================================================================
--- trunk/libobject-multitype-perl/debian/watch (added)
+++ trunk/libobject-multitype-perl/debian/watch Sat Dec  1 12:10:30 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Object/Object-MultiType-([0-9].*)\.tar.gz \
+ debian uupdate




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