[libcgi-expand-perl] 01/12: initial debian directory

Vasudev Kamath vasudev-guest at alioth.debian.org
Thu Sep 26 17:29:00 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository libcgi-expand-perl.

commit e72a13cb309020e713ede40cfd827d2c6b3d8d30
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Thu Sep 26 21:28:43 2013 +0530

    initial debian directory
---
 debian/changelog     |    7 +++++++
 debian/compat        |    1 +
 debian/control       |   27 +++++++++++++++++++++++++++
 debian/control.in    |   23 +++++++++++++++++++++++
 debian/rules         |   12 ++++++++++++
 debian/source/format |    1 +
 6 files changed, 71 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..664a7e2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libcgi-expand-perl (2.04-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#724506.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Tue, 24 Sep 2013 23:10:29 +0530
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..70acca2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: libcgi-expand-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper (>= 9~),
+ dh-buildinfo
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+ Vasudev Kamath <kamathvasudev at gmail.com>
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libcgi-expand-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-expand-perl.git
+Homepage: https://metacpan.org/module/CGI::Expand
+
+Package: libcgi-expand-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: convert flat hash to nested data using TT2's dot convention
+ Converts a CGI query into structured data using a dotted name
+ convention similar to TT2.  expand_cgi works with CGI.pm,
+ Apache::Request or anything with an appropriate "param" method. Or you
+ can use expand_hash directly.
+ .
+ If you prefer to use a different flattening convention then CGI::Expand
+ can be subclassed.
\ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..cfeea0d
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,23 @@
+Source: libcgi-expand-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+ Vasudev Kamath <kamathvasudev at gmail.com>
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libcgi-expand-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-expand-perl.git
+Homepage: https://metacpan.org/module/CGI::Expand
+
+Package: libcgi-expand-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: convert flat hash to nested data using TT2's dot convention
+ Converts a CGI query into structured data using a dotted name
+ convention similar to TT2.  expand_cgi works with CGI.pm,
+ Apache::Request or anything with an appropriate "param" method. Or you
+ can use expand_hash directly.
+ .
+ If you prefer to use a different flattening convention then CGI::Expand
+ can be subclassed.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..408a04e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = CGI-Expand
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/B/BO/BOWMANBS
+DEB_UPSTREAM_TARBALL_MD5 = 5825c759e43dac82e082568d1c8f6158
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-expand-perl.git



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