r15879 - in /trunk/libset-infinite-perl/debian: ./ changelog compat control copyright rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Thu Feb 28 15:04:29 UTC 2008


Author: jaldhar
Date: Thu Feb 28 15:04:29 2008
New Revision: 15879

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

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

Added: trunk/libset-infinite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/changelog?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/changelog (added)
+++ trunk/libset-infinite-perl/debian/changelog Thu Feb 28 15:04:29 2008
@@ -1,0 +1,18 @@
+libset-infinite-perl (0.61-1) unstable; urgency=low
+
+  * First upload to Debian, new upstream version.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Wed, 27 Feb 2008 22:17:29 -0500
+
+libset-infinite-perl (0.59-0.1) unstable; urgency=low
+
+  * Second non-release, new upstream version.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Thu,  2 Sep 2004 19:18:38 -0400
+
+libset-infinite-perl (0.49-0.1) unstable; urgency=low
+
+  * Initial non-release.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Mon,  5 May 2003 00:04:45 -0400
+

Added: trunk/libset-infinite-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/compat?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/compat (added)
+++ trunk/libset-infinite-perl/debian/compat Thu Feb 28 15:04:29 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libset-infinite-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/control?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/control (added)
+++ trunk/libset-infinite-perl/debian/control Thu Feb 28 15:04:29 2008
@@ -1,0 +1,22 @@
+Source: libset-infinite-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-17)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Set-Infinite/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libset-infinite-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-infinite-perl/
+
+Package: libset-infinite-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description:  Sets of intervals
+ Set::Infinite is a Set Theory module for infinite sets.
+ .
+ It works with reals, integers, and objects.
+ .
+ When it is used dates, this module provides schedule checks (intersections),
+ unions, and infinite recurrences.

Added: trunk/libset-infinite-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/copyright?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/copyright (added)
+++ trunk/libset-infinite-perl/debian/copyright Thu Feb 28 15:04:29 2008
@@ -1,0 +1,13 @@
+This is the debian package for the Set::Infinite module.
+It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+
+The upstream author is: Flavio Soibelmann Glock <fglock at pucrs.br>.
+
+Copyright: (c) 2003 Flavio Soibelmann Glock.  All rights reserved.
+
+This library is free software. You can redistribute it and/or modify it
+under the same terms as perl itself.
+
+The Artistic and GPL licences under which Perl is distributed can be found
+in /usr/share/common-licenses/ . See /usr/share/doc/perl/copyright for
+the license of Perl itself.

Added: trunk/libset-infinite-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/rules?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/rules (added)
+++ trunk/libset-infinite-perl/debian/rules Thu Feb 28 15:04:29 2008
@@ -1,0 +1,85 @@
+#!/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)
+
+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.
+	[ ! -f Makefile ] || $(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
+
+
+# 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 TODO
+	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/libset-infinite-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libset-infinite-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libset-infinite-perl/debian/watch?rev=15879&op=file
==============================================================================
--- trunk/libset-infinite-perl/debian/watch (added)
+++ trunk/libset-infinite-perl/debian/watch Thu Feb 28 15:04:29 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Set-Infinite/ .*/Set-Infinite-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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