[libfile-flat-perl] 02/02: Imported Debian patch 1.04-4
Jonas Genannt
jonas at brachium-system.net
Tue Aug 12 16:21:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository libfile-flat-perl.
commit c73b17998125dc517fb53dbe8e3a56935dc4ac76
Author: Jonas Genannt <jonas.genannt at capi2name.de>
Date: Sun Sep 22 13:17:21 2013 +0200
Imported Debian patch 1.04-4
---
debian/changelog | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 36 ++++++++++++++++++++++++++++
debian/copyright | 35 +++++++++++++++++++++++++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 147 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a896727
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,68 @@
+libfile-flat-perl (1.04-4) unstable; urgency=low
+
+ * d/control:
+ - removed DM Upload Allow
+ - bumped standards/compat version
+ * Changed URLs from cpan to MetaCpan
+ * d/copyright: update to 1.0
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Sun, 22 Sep 2013 13:17:21 +0200
+
+libfile-flat-perl (1.04-3) unstable; urgency=low
+
+ * Switch to dpkg-source 3.0 (quilt) format
+ * bumped debhelper compat version
+ * bumped standards version
+ * d/watch: added watch file
+ * d/control: added Homepage field
+ * d/control: added misc:Depends to Depends
+ * d/rules: reduced
+ * d/copyright: changed to DEP5
+ * d/control: Added DM-Upload-Allow
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Mon, 09 Jan 2012 15:40:26 +0100
+
+libfile-flat-perl (1.04-2) unstable; urgency=low
+
+ * Added Build-Depend: libparams-util-perl (Closes: #527820)
+ * Added Depend: libparams-util-perl
+ * new standards version
+ * new debhelper version (7)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Fri, 08 May 2009 23:35:23 +0200
+
+libfile-flat-perl (1.04-1) unstable; urgency=low
+
+ * New Upstream Release
+ * new standards version
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Wed, 24 Sep 2008 20:04:45 +0200
+
+libfile-flat-perl (1.00-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS with Perl 5.10. Closes: #467793
+
+ -- Mark Hymers <mhy at debian.org> Sat, 05 Apr 2008 21:08:59 +0100
+
+libfile-flat-perl (1.00-1) unstable; urgency=low
+
+ * New Upstream Release
+ * bumped Standards-Version to 3.7.2 (no changes needed)
+ * Added Build-Depend: libfile-copy-recursive-perl (for make test)
+ * Added Depend: libfile-copy-recursive-perl
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Fri, 9 Feb 2007 14:19:34 +0100
+
+libfile-flat-perl (0.95-2) unstable; urgency=low
+
+ * debian/copyright: fixed Module name
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Thu, 12 Jan 2006 20:17:51 +0000
+
+libfile-flat-perl (0.95-1) unstable; urgency=low
+
+ * Initial Release (Closes: #346324)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de> Sat, 7 Jan 2006 19:15:34 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..4698f48
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: libfile-flat-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20120312)
+Build-Depends-Indep: libextutils-autoinstall-perl,
+ libfile-copy-recursive-perl,
+ libfile-ncopy-perl,
+ libfile-remove-perl,
+ libfile-slurp-perl,
+ libparams-util-perl,
+ libprefork-perl,
+ libtest-classapi-perl,
+ perl
+Maintainer: Jonas Genannt <jonas.genannt at capi2name.de>
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/release/File-Flat/
+
+Package: libfile-flat-perl
+Architecture: all
+Depends: libfile-copy-recursive-perl,
+ libfile-ncopy-perl,
+ libfile-remove-perl,
+ libfile-slurp-perl,
+ libparams-util-perl,
+ libprefork-perl,
+ libtest-classapi-perl,
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Implements a flat filesystem in perl
+ File::Flat implements a flat filesystem. A flat filesystem is a filesystem
+ in which directories do not exist. It provides an abstraction over any normal
+ filesystem which makes it appear as if directories do not exist.
+ .
+ In effect, it will automatically create directories as needed. This is create
+ for things like install scripts and such, as you never need to worry about the
+ existance of directories, just write to a file, no matter where it is.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cecdb4c
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Adam Kennedy <adamk at cpan.org>
+Source: https://metacpan.org/release/File-Flat/
+Upstream-Name: File-Flat
+
+Files: *
+Copyright: 2002-2008 Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1
+
+Files: inc/Module/Install*
+Copyright: 2002-2011 Adam Kennedy <adamk at cpan.org>
+ 2002-2011 Audrey Tang <autrijus at autrijus.org>
+ 2002-2011 Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2006-2013 Jonas Genannt <jonas.genannt at capi2name.de>
+ 2008 Mark Hymers <mhy at debian.org>
+License: GPL-1
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e060a03
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/File-Flat/ .*/File-Flat-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-flat-perl.git
More information about the Pkg-perl-cvs-commits
mailing list