r25125 - in /trunk/libboolean-perl/debian: ./ changelog compat control copyright rules watch
ansgar-guest at users.alioth.debian.org
ansgar-guest at users.alioth.debian.org
Sun Sep 14 12:39:09 UTC 2008
Author: ansgar-guest
Date: Sun Sep 14 12:39:06 2008
New Revision: 25125
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25125
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libboolean-perl/debian/
trunk/libboolean-perl/debian/changelog
trunk/libboolean-perl/debian/compat
trunk/libboolean-perl/debian/control
trunk/libboolean-perl/debian/copyright
trunk/libboolean-perl/debian/rules (with props)
trunk/libboolean-perl/debian/watch
Added: trunk/libboolean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/changelog?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/changelog (added)
+++ trunk/libboolean-perl/debian/changelog Sun Sep 14 12:39:06 2008
@@ -1,0 +1,5 @@
+libboolean-perl (0.20-1) unstable; urgency=low
+
+ * Initial Release (Closes: #498904)
+
+ -- Ansgar Burchardt <ansgar at 43-1.org> Sun, 14 Sep 2008 14:26:04 +0200
Added: trunk/libboolean-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/compat?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/compat (added)
+++ trunk/libboolean-perl/debian/compat Sun Sep 14 12:39:06 2008
@@ -1,0 +1,1 @@
+7
Added: trunk/libboolean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/control?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/control (added)
+++ trunk/libboolean-perl/debian/control Sun Sep 14 12:39:06 2008
@@ -1,0 +1,21 @@
+Source: libboolean-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/boolean/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libboolean-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/
+
+Package: libboolean-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Boolean support for Perl
+ The boolean module provides basic Boolean support for Perl.
+ .
+ The module provides two singleton objects, true and false, and several
+ helper functions.
+
Added: trunk/libboolean-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/copyright?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/copyright (added)
+++ trunk/libboolean-perl/debian/copyright Sun Sep 14 12:39:06 2008
@@ -1,0 +1,30 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: boolean
+Upstream-Maintainer: Ingy döt Net <ingy at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/boolean/
+
+Files: *
+Copyright: © 2007-2008, Ingy döt Net <ingy at cpan.org>
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Perl is distributed under the GNU General Public License, either version 1 or
+ (at your option) any later version, and the Artistic License.
+ .
+ On Debian systems, the complete text of the GNU General Public License can be
+ found in /usr/share/common-licenses/GPL and the Artistic license in
+ /usr/share/common-licenses/Artistic.
+
+Files: inc/*
+Copyright: © 2002-2008, Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: © 2008, Ansgar Burchardt <ansgar at 43-1.org>
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
Added: trunk/libboolean-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/rules?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/rules (added)
+++ trunk/libboolean-perl/debian/rules Sun Sep 14 12:39:06 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
+
+clean:
+ dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
+
+binary-arch:
+
+binary-indep: install
+ dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build
Propchange: trunk/libboolean-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libboolean-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/watch?rev=25125&op=file
==============================================================================
--- trunk/libboolean-perl/debian/watch (added)
+++ trunk/libboolean-perl/debian/watch Sun Sep 14 12:39:06 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/boolean/ .*/boolean-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list