r10147 - in /trunk/libdate-ical-perl: Makefile.PL debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:54:43 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:54:43 2007
New Revision: 10147

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

Added:
    trunk/libdate-ical-perl/debian/
    trunk/libdate-ical-perl/debian/changelog
    trunk/libdate-ical-perl/debian/compat
    trunk/libdate-ical-perl/debian/control
    trunk/libdate-ical-perl/debian/copyright
    trunk/libdate-ical-perl/debian/rules   (with props)
    trunk/libdate-ical-perl/debian/watch
Modified:
    trunk/libdate-ical-perl/Makefile.PL

Modified: trunk/libdate-ical-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/Makefile.PL?rev=10147&op=diff
==============================================================================
--- trunk/libdate-ical-perl/Makefile.PL (original)
+++ trunk/libdate-ical-perl/Makefile.PL Sat Dec  1 11:54:43 2007
@@ -33,13 +33,13 @@
 #    system("pod2test $file t/embedded-$module.t");
 #}
 
-sub MY::postamble {
-    package MY;
-    "\npredist: all\n" .
-    "\tcvs2cl -r -b -t -f Changes\n".
-    "\techo '# vim: filetype=changelog' >> Changes\n".
-    "\tpod2text lib/Date/ICal.pm >! README\n".
-    "\techo '------------------------------------------------' >> README\n".
-    "\tpod2text lib/Date/ICal/Duration.pm >> README\n"
-}
+#sub MY::postamble {
+#    package MY;
+#    "\npredist: all\n" .
+#    "\tcvs2cl -r -b -t -f Changes\n".
+#    "\techo '# vim: filetype=changelog' >> Changes\n".
+#    "\tpod2text lib/Date/ICal.pm >! README\n".
+#    "\techo '------------------------------------------------' >> README\n".
+#    "\tpod2text lib/Date/ICal/Duration.pm >> README\n"
+#}
 

Added: trunk/libdate-ical-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/changelog?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/changelog (added)
+++ trunk/libdate-ical-perl/debian/changelog Sat Dec  1 11:54:43 2007
@@ -1,0 +1,12 @@
+libdate-ical-perl (1.72-2) unstable; urgency=low
+
+  * Adds debian/watch file so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Sun, 12 Sep 2004 02:59:53 -0400
+
+libdate-ical-perl (1.72-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #212439)
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 23 Sep 2003 16:42:17 -0400
+

Added: trunk/libdate-ical-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/compat?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/compat (added)
+++ trunk/libdate-ical-perl/debian/compat Sat Dec  1 11:54:43 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libdate-ical-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/control?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/control (added)
+++ trunk/libdate-ical-perl/debian/control Sat Dec  1 11:54:43 2007
@@ -1,0 +1,14 @@
+Source: libdate-ical-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0),  perl (>= 5.6.0-16), libdate-leapyear-perl
+Standards-Version: 3.6.1.0
+
+Package: libdate-ical-perl
+Architecture: all
+Depends: ${perl:Depends}, libdate-leapyear-perl
+Description: Perl extension for ICalendar date objects
+ Date::ICal talks the ICal date format, and is intended to 
+ be a base class for other date/calendar modules that know 
+ about ICal time format also.

Added: trunk/libdate-ical-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/copyright?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/copyright (added)
+++ trunk/libdate-ical-perl/debian/copyright Sat Dec  1 11:54:43 2007
@@ -1,0 +1,24 @@
+This package was debianized by Jay Bonci <jaybonci at debian.org> on
+Tue, 23 Sep 2003 16:42:17 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Date-ICal
+
+Upstream Author: Rich Bowen <rbowen at rcbowen.com>
+
+Copyright:
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        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"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options
+

Added: trunk/libdate-ical-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/rules?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/rules (added)
+++ trunk/libdate-ical-perl/debian/rules Sat Dec  1 11:54:43 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: trunk/libdate-ical-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdate-ical-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdate-ical-perl/debian/watch?rev=10147&op=file
==============================================================================
--- trunk/libdate-ical-perl/debian/watch (added)
+++ trunk/libdate-ical-perl/debian/watch Sat Dec  1 11:54:43 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/Date/Date-ICal-([0-9].*)\.tar.gz




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