debian packaging meta data v1.00
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 2 Dec 2009 17:16:22 +0000 (18:16 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 2 Dec 2009 20:02:49 +0000 (21:02 +0100)
Build.PL
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/files [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

index 44c1b6268e24be710d86a09cb81582082a3c5d06..e679d6b4601e254af747a1937df5ac7b466f63c0 100755 (executable)
--- a/Build.PL
+++ b/Build.PL
@@ -21,5 +21,6 @@ Module::Build->new(
                        repository => 'git://git.shiar.nl/file-rewrite',
                },
        },
+       create_makefile_pl => 'passthrough',
 )->create_build_script;
 
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..72422f7
--- /dev/null
@@ -0,0 +1,5 @@
+libfile-rewrite-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Mischa POSLAWSKY <perl@shiar.org>  Wed, 2 Dec 2009 17:38:09 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..9344d71
--- /dev/null
@@ -0,0 +1,13 @@
+Source: libfile-rewrite-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.1), libtest-nowarnings-perl
+Maintainer: Mischa POSLAWSKY <perl@shiar.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/File-Rewrite/
+
+Package: libfile-rewrite-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6), libautodie-perl
+Description: Perl module to append and/or strip lines from text files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..3a97b17
--- /dev/null
@@ -0,0 +1,24 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Mischa POSLAWSKY <perl@shiar.org>
+Source: http://search.cpan.org/dist/File-Rewrite/
+Name: File-Rewrite
+
+Files: *
+Copyright: 2009, Mischa POSLAWSKY <perl@shiar.org>
+License: Artistic or 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
diff --git a/debian/files b/debian/files
new file mode 100644 (file)
index 0000000..aa8ad94
--- /dev/null
@@ -0,0 +1 @@
+libfile-rewrite-perl_1.00-1_all.deb perl optional
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..a164f0c
--- /dev/null
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Rewrite/   .*/File-Rewrite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$