summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog125
-rw-r--r--debian/control41
-rw-r--r--debian/copyright30
-rw-r--r--debian/libfile-flat-perl.docs1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata7
-rw-r--r--debian/watch2
8 files changed, 211 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c1ec168
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,125 @@
+libfile-flat-perl (1.06-1) unstable; urgency=medium
+
+ * debian/watch: use uscan version 4.
+ * Import upstream version 1.06.
+ * Update years of packaging copyright.
+ * Set Rules-Requires-Root: no.
+ * Annotate test-only build dependencies with <!nocheck>.
+ * Bump debhelper-compat to 13.
+
+ -- gregor herrmann <gregoa@debian.org> Tue, 04 Aug 2020 00:48:41 +0200
+
+libfile-flat-perl (1.05-1) unstable; urgency=medium
+
+ [ Salvatore Bonaccorso ]
+ * debian/control: Use HTTPS transport protocol for Vcs-Git URI
+
+ [ gregor herrmann ]
+ * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+
+ [ Alex Muntada ]
+ * Remove inactive pkg-perl members from Uploaders.
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-* headers for switch to salsa.debian.org
+
+ [ Laurent Baillet ]
+ * fix lintian spelling-error-in-description warning
+
+ [ gregor herrmann ]
+ * New upstream release.
+ * Add debian/upstream/metadata.
+ * Update debian/copyright.
+ Change Upstream-Contact, update years, remove information about
+ dropped files.
+ * Mark package as autopkgtest-able.
+ * Declare compliance with Debian Policy 4.3.0.
+ * Bump debhelper compatibility level to 11.
+ * Remove trailing whitespace from debian/*.
+ * Add /me to Uploaders.
+ * Install new upstream CONTRIBUTING document.
+
+ -- gregor herrmann <gregoa@debian.org> Sat, 05 Jan 2019 18:54:15 +0100
+
+libfile-flat-perl (1.04-5) unstable; urgency=low
+
+ [ Jonas Genannt ]
+ * Changed Maintainer to Perl Group
+ * d/control:
+ - added VCS URLs
+ - bumped standards version to 3.9.5 (no changes needed)
+ - updated short description
+ * d/copyright: updated year of copyright
+
+ [ Salvatore Bonaccorso ]
+ * Update Vcs-Browser URL to cgit web frontend
+
+ -- Jonas Genannt <jonas.genannt@capi2name.de> Wed, 13 Aug 2014 10:44:03 +0200
+
+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@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@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@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@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@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@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@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@capi2name.de> Sat, 7 Jan 2006 19:15:34 +0200
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..11c42a3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: libfile-flat-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa@debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper-compat (= 13)
+Build-Depends-Indep: libextutils-autoinstall-perl,
+ libfile-copy-recursive-perl <!nocheck>,
+ libfile-ncopy-perl <!nocheck>,
+ libfile-remove-perl <!nocheck>,
+ libfile-slurp-perl <!nocheck>,
+ libparams-util-perl <!nocheck>,
+ libprefork-perl <!nocheck>,
+ libtest-classapi-perl <!nocheck>,
+ perl
+Standards-Version: 4.5.0
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-flat-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-flat-perl.git
+Homepage: https://metacpan.org/release/File-Flat/
+Rules-Requires-Root: no
+
+Package: libfile-flat-perl
+Architecture: all
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libfile-copy-recursive-perl,
+ libfile-ncopy-perl,
+ libfile-remove-perl,
+ libfile-slurp-perl,
+ libparams-util-perl,
+ libprefork-perl,
+ libtest-classapi-perl
+Description: flat filesystem module for 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
+ existence 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..1245212
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Karen Etheridge
+Source: https://metacpan.org/release/File-Flat/
+Upstream-Name: File-Flat
+
+Files: *
+Copyright: 2002 Adam Kennedy <adamk@cpan.org>
+License: Artistic or GPL-1
+
+Files: debian/*
+Copyright: 2006-2014 Jonas Genannt <jonas.genannt@capi2name.de>
+ 2008 Mark Hymers <mhy@debian.org>
+ 2019-2020 gregor herrmann <gregoa@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/libfile-flat-perl.docs b/debian/libfile-flat-perl.docs
new file mode 100644
index 0000000..dc63d18
--- /dev/null
+++ b/debian/libfile-flat-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a766095
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=File-Flat
+Bug-Submit: bug-File-Flat@rt.cpan.org
+Contact: Karen Etheridge <ether@cpan.org>
+Repository: https://github.com/karenetheridge/File-Flat.git
+Repository-Browse: https://github.com/karenetheridge/File-Flat
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..da7c035
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://metacpan.org/release/File-Flat/ .*/File-Flat-v?@ANY_VERSION@@ARCHIVE_EXT@$