[libdirectory-scratch-structured-perl] 01/19: First debianization

gregor herrmann gregoa at debian.org
Thu Sep 7 17:51:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdirectory-scratch-structured-perl.

commit 973e84c7e509eb45636d2006ef02c25eb3c5f1ae
Author: David Paleino <dapal at debian.org>
Date:   Mon Mar 22 22:21:52 2010 +0100

    First debianization
---
 debian/changelog                                  |  5 +++
 debian/compat                                     |  1 +
 debian/control                                    | 33 +++++++++++++++++++
 debian/copyright                                  | 24 ++++++++++++++
 debian/patches/00-drop_useless_dependencies.patch | 40 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 debian/rules                                      |  4 +++
 debian/source/format                              |  1 +
 debian/watch                                      |  2 ++
 9 files changed, 111 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3c0e417
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdirectory-scratch-structured-perl (0.04-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #574621)
+
+ -- David Paleino <dapal at debian.org>  Fri, 19 Mar 2010 13:42:56 +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..7e012ab
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libdirectory-scratch-structured-perl
+Section: perl
+Priority: optional
+Build-Depends:
+ debhelper (>= 7)
+ , perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep:
+ perl
+ , libdirectory-scratch-perl
+ , libreadonly-perl
+ , libsub-exporter-perl
+ , libsub-install-perl
+ , libtest-block-perl
+ , libtest-exception-perl
+ , libtest-nowarnings-perl
+ , libtest-warn-perl
+Maintainer: David Paleino <dapal at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Directory-Scratch-Structured/
+
+Package: libdirectory-scratch-structured-perl
+Architecture: all
+Depends:
+ ${perl:Depends}
+ , ${misc:Depends}
+ , libdata-treedumper-perl
+ , libdirectory-scratch-perl
+ , libreadonly-perl
+ , libsub-exporter-perl
+ , libsub-install-perl
+Description: creates temporary files and directories from a structured description
+ Directory::Scratch::Structured adds a create_structured_tree subroutine to
+ the Directory::Scratch module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7297580
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: Directory-Scratch-Structured
+
+Files: debian/*
+Copyright: © 2010, David Paleino <dapal at debian.org>
+License: Artistic | GPL-1+
+
+Files: *
+Copyright: © Khemir Nadim ibn Hamouda. <nadim at khemir.net>
+License: Artistic | 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.
+X-Comment: 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.
+X-Comment: on Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/patches/00-drop_useless_dependencies.patch b/debian/patches/00-drop_useless_dependencies.patch
new file mode 100644
index 0000000..41be8b1
--- /dev/null
+++ b/debian/patches/00-drop_useless_dependencies.patch
@@ -0,0 +1,40 @@
+---
+ Build.PL |    2 --
+ META.yml |    2 --
+ 2 files changed, 4 deletions(-)
+
+--- libdirectory-scratch-structured-perl.orig/Build.PL
++++ libdirectory-scratch-structured-perl/Build.PL
+@@ -65,14 +65,12 @@ my $build = $class->new
+ 		'Readonly'         => 0,
+ 		'Sub::Exporter'     => 0,
+ 		'Sub::Install'     => 0,
+-		'Data::TreeDumper' => 0,
+ 		'Directory::Scratch' => 0,
+ 		
+ 		'Test::Block' => 0,
+ 		'Test::Exception' => 0,
+ 		'Test::NoWarnings' => 0,
+ 		'Test::Warn' => 0,
+-		'Test::Strict' => 0,
+ 		},
+ 		
+ 	pm_files     => \%all_modules,
+--- libdirectory-scratch-structured-perl.orig/META.yml
++++ libdirectory-scratch-structured-perl/META.yml
+@@ -8,7 +8,6 @@ license: perl
+ resources:
+   license: http://dev.perl.org/licenses/
+ requires:
+-  Data::TreeDumper: 0
+   Directory::Scratch: 0
+   Readonly: 0
+   Sub::Exporter: 0
+@@ -16,7 +15,6 @@ requires:
+   Test::Block: 0
+   Test::Exception: 0
+   Test::NoWarnings: 0
+-  Test::Strict: 0
+   Test::Warn: 0
+ provides:
+   Directory::Scratch::Structured:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a48064
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-drop_useless_dependencies.patch
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..91c44be
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Directory-Scratch-Structured/   .*/Directory-Scratch-Structured-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/libdirectory-scratch-structured-perl.git



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