From: Mischa POSLAWSKY Date: Wed, 2 Dec 2009 17:16:22 +0000 (+0100) Subject: debian packaging meta data X-Git-Tag: v1.00^0 X-Git-Url: http://git.shiar.net/perl/file-rewrite.git/commitdiff_plain/e8a41818b67429cd15509d604ef39e9ed03a7ef2 debian packaging meta data --- diff --git a/Build.PL b/Build.PL index 44c1b62..e679d6b 100755 --- 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 index 0000000..72422f7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libfile-rewrite-perl (1.00-1) unstable; urgency=low + + * Initial Release. + + -- Mischa POSLAWSKY Wed, 2 Dec 2009 17:38:09 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..9344d71 --- /dev/null +++ b/debian/control @@ -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 +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 index 0000000..3a97b17 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Mischa POSLAWSKY +Source: http://search.cpan.org/dist/File-Rewrite/ +Name: File-Rewrite + +Files: * +Copyright: 2009, Mischa POSLAWSKY +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 index 0000000..aa8ad94 --- /dev/null +++ b/debian/files @@ -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 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..a164f0c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/File-Rewrite/ .*/File-Rewrite-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$