r21251 - in /trunk/libfile-basedir-perl/debian: ./ changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 13:50:06 UTC 2008


Author: gregoa
Date: Sun Jun 15 13:50:06 2008
New Revision: 21251

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

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

Added: trunk/libfile-basedir-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/changelog?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/changelog (added)
+++ trunk/libfile-basedir-perl/debian/changelog Sun Jun 15 13:50:06 2008
@@ -1,0 +1,23 @@
+libfile-basedir-perl (0.03-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream version. Closes: #453073
+  * Switched debian/compat to 5.
+  * Added a debian/watch file.
+  * Added libtest-pod-perl and libtest-pod-coverage-perl to
+    Build-Depends-Indep to enable all tests.
+  * Added libmodule-build-perl to Build-Depends as it's the new build system.
+    We're still using the old MakeMaker compatibility mode until #288806 gets
+    fixed by cdbs maintainers.
+  * Extend the clean rule to properly remove files left over by the tests.
+    Also remove the Makefile because it's left-over non-working without
+    the corresponding Build script. That way it's regenerated.
+
+ -- Raphael Hertzog <hertzog at debian.org>  Sat, 01 Dec 2007 17:43:41 +0100
+
+libfile-basedir-perl (0.02-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Florian Ragwitz <rafl at debianforum.de>  Wed, 26 Oct 2005 16:20:00 +0200
+

Added: trunk/libfile-basedir-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/compat?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/compat (added)
+++ trunk/libfile-basedir-perl/debian/compat Sun Jun 15 13:50:06 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-basedir-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/control?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/control (added)
+++ trunk/libfile-basedir-perl/debian/control Sun Jun 15 13:50:06 2008
@@ -1,0 +1,17 @@
+Source: libfile-basedir-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <rafl at debianforum.de>
+Build-Depends: cdbs, debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Standards-Version: 3.6.2
+
+Package: libfile-basedir-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl module to use the freedesktop basedir specification
+ This module can be used to find directories and files as specified by the XDG
+ Base Directory Specification. It takes care of defaults and uses File::Spec to
+ make the output platform specific.
+ .
+ For this module the XDG basedir specification 0.6 was used.

Added: trunk/libfile-basedir-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/copyright?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/copyright (added)
+++ trunk/libfile-basedir-perl/debian/copyright Sun Jun 15 13:50:06 2008
@@ -1,0 +1,16 @@
+This package was debianized by Florian Ragwitz <rafl at debianforum.de> on
+Wed, 26 Oct 2005 16:20:00 +0200.
+
+It was downloaded from http://search.cpan.org/~pardus/File-BaseDir/
+
+Copyright Holder: Copyright (c) 2003 Jaap G Karssenberg <pardus at cpan.org>
+
+License:
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libfile-basedir-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/rules?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/rules (added)
+++ trunk/libfile-basedir-perl/debian/rules Sun Jun 15 13:50:06 2008
@@ -1,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+#Don't install the README.
+DEB_INSTALL_DOCS_ALL =
+
+clean::
+	rm -f Makefile
+	rm -rf t/data/dir t/data/test

Propchange: trunk/libfile-basedir-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-basedir-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-basedir-perl/debian/watch?rev=21251&op=file
==============================================================================
--- trunk/libfile-basedir-perl/debian/watch (added)
+++ trunk/libfile-basedir-perl/debian/watch Sun Jun 15 13:50:06 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://www.perl.com/CPAN/modules/by-module/File/File-BaseDir-(.*)\.tar\.gz




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