r3751 - in /packages/libcurses-widgets-perl/trunk/debian: changelog
control copyright rules
gwolf at users.alioth.debian.org
gwolf at users.alioth.debian.org
Thu Sep 14 18:12:36 UTC 2006
Author: gwolf
Date: Thu Sep 14 18:12:34 2006
New Revision: 3751
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3751
Log:
Adopting package; minor changes
Modified:
packages/libcurses-widgets-perl/trunk/debian/changelog
packages/libcurses-widgets-perl/trunk/debian/control
packages/libcurses-widgets-perl/trunk/debian/copyright
packages/libcurses-widgets-perl/trunk/debian/rules
Modified: packages/libcurses-widgets-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/changelog?rev=3751&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/changelog (original)
+++ packages/libcurses-widgets-perl/trunk/debian/changelog Thu Sep 14 18:12:34 2006
@@ -1,3 +1,10 @@
+libcurses-widgets-perl (1.997-4) unstable; urgency=low
+
+ * Transferred ownership to the Debian Perl Group
+ * Minor fixes in build process
+
+ -- Gunnar Wolf <gwolf at debian.org> Thu, 14 Sep 2006 13:06:47 -0500
+
libcurses-widgets-perl (1.997-3) unstable; urgency=low
* New maintainer (Closes: #279782).
Modified: packages/libcurses-widgets-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/control?rev=3751&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/control (original)
+++ packages/libcurses-widgets-perl/trunk/debian/control Thu Sep 14 18:12:34 2006
@@ -1,7 +1,8 @@
Source: libcurses-widgets-perl
Section: perl
Priority: optional
-Maintainer: David Moreno Garza <damog at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>> 4)
Build-Depends-Indep: perl (>> 5.8.1), libcurses-perl
Modified: packages/libcurses-widgets-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/copyright?rev=3751&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/copyright (original)
+++ packages/libcurses-widgets-perl/trunk/debian/copyright Thu Sep 14 18:12:34 2006
@@ -1,6 +1,11 @@
-This is the Debian GNU/Linux version of the Curses::Widgets perl module
+This is the Debian GNU/Linux version of the Curses::Widgets perl
+module. It is maintained by the Debian Perl Group. For further
+information see http://pkg-perl.alioth.debian.org/
The developer of this software is Arthur Corliss <corliss at odinicfoundation.org>.
+
+The sources were downloaded from CPAN:
+http://www.cpan.org/modules/by-module/Curses/
This software is released under the terms of the GNU General Public License.
@@ -10,6 +15,8 @@
This package has been through multiple maintainers (for a list see
/usr/share/doc/libapache-asp-perl/changelog.Debian.gz).
-Current Debian specific changes are copyright (c) 2000-2002,
-Stephen Zander <gibreel at debian.org>
+Debian specific changes are copyright (c) 2000-2002,
+Stephen Zander <gibreel at debian.org>. The package is now (since
+September 2006 - Refer to the changelog for more detailed information)
+maintained by the Debian Perl Group.
Modified: packages/libcurses-widgets-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcurses-widgets-perl/trunk/debian/rules?rev=3751&op=diff
==============================================================================
--- packages/libcurses-widgets-perl/trunk/debian/rules (original)
+++ packages/libcurses-widgets-perl/trunk/debian/rules Thu Sep 14 18:12:34 2006
@@ -20,12 +20,13 @@
build-stamp:
dh_testdir
$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
+ # No, we don't run make test. Don't include it - Interactive :-/
$(MAKE) LD_RUN_PATH=
touch $@
clean: checkroot
rm -f build-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
binary-indep: checkroot build
More information about the Pkg-perl-cvs-commits
mailing list