r15959 - in /trunk/libdatetime-event-sunrise-perl/debian: ./ changelog compat control copyright rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Fri Feb 29 05:30:12 UTC 2008


Author: jaldhar
Date: Fri Feb 29 05:30:11 2008
New Revision: 15959

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

Added:
    trunk/libdatetime-event-sunrise-perl/debian/
    trunk/libdatetime-event-sunrise-perl/debian/changelog
    trunk/libdatetime-event-sunrise-perl/debian/compat
    trunk/libdatetime-event-sunrise-perl/debian/control
    trunk/libdatetime-event-sunrise-perl/debian/copyright
    trunk/libdatetime-event-sunrise-perl/debian/rules   (with props)
    trunk/libdatetime-event-sunrise-perl/debian/watch

Added: trunk/libdatetime-event-sunrise-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/changelog?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/changelog (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/changelog Fri Feb 29 05:30:11 2008
@@ -1,0 +1,18 @@
+libdatetime-event-sunrise-perl (0.0501-1) unstable; urgency=low
+
+  * First upload to Debian.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Thu, 28 Feb 2008 23:58:13 -0500
+
+libdatetime-event-sunrise-perl (0.0501-0.1) unstable; urgency=low
+
+  * Second non-release.  New upstream version.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Fri, 13 Jun 2003 01:01:00 -0400
+
+libdatetime-event-sunrise-perl (0.03-0.1) unstable; urgency=low
+
+  * Initial non-release.
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Sun,  4 May 2003 23:22:00 -0400
+

Added: trunk/libdatetime-event-sunrise-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/compat?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/compat (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/compat Fri Feb 29 05:30:11 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libdatetime-event-sunrise-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/control?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/control (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/control Fri Feb 29 05:30:11 2008
@@ -1,0 +1,18 @@
+Source: libdatetime-event-sunrise-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7), libdatetime-perl (>= 0.21), libdatetime-set-perl (>= 0.16)
+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/DateTime-Event-Sunrise/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libdatetime-event-sunrise-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-event-sunrise-perl/
+
+Package: libdatetime-event-sunrise-perl
+Architecture: all
+Depends: ${perl:Depends}, libdatetime-perl (>= 0.21), libdatetime-set-perl (>= 0.16)
+Description: Calculate sunrise and sunset for a given time and place
+ This module will return a DateTime Object for sunrise and sunset for a
+ given day.

Added: trunk/libdatetime-event-sunrise-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/copyright?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/copyright (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/copyright Fri Feb 29 05:30:11 2008
@@ -1,0 +1,51 @@
+This is the debian package for the DateTime::Event::Sunrise module.
+It was created by Jaldhar H. Vyas <jaldhar at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/DateTime-Event-Sunrise/
+
+The upstream author is: Ron Hill <rkhill at firstlight.net.>
+
+Copyright: (C) 2003 Ron Hill
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+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"
+
+The full text of these licenses is available on Debian systems in
+/usr/share/common-licenses/
+
+Based on work Paul Schlyer.
+
+Here is the copyright information provided by Paul Schlyer:
+
+Written as DAYLEN.C, 1989-08-16
+
+Modified to SUNRISET.C, 1992-12-01
+
+(c) Paul Schlyter, 1989, 1992
+
+Released to the public domain by Paul Schlyter, December 1992
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
+OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Added: trunk/libdatetime-event-sunrise-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/rules?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/rules (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/rules Fri Feb 29 05:30:11 2008
@@ -1,0 +1,76 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# 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
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	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: trunk/libdatetime-event-sunrise-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdatetime-event-sunrise-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdatetime-event-sunrise-perl/debian/watch?rev=15959&op=file
==============================================================================
--- trunk/libdatetime-event-sunrise-perl/debian/watch (added)
+++ trunk/libdatetime-event-sunrise-perl/debian/watch Fri Feb 29 05:30:11 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/DateTime-Event-Sunrise/ .*/DateTime-Event-Sunrise-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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