[libcatmandu-perl] 01/06: Initial debian directory

Vasudev Kamath vasudev-guest at alioth.debian.org
Wed Sep 18 17:21:40 UTC 2013


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

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

commit cde7f2918c40f0f3cc44c4b7a4f0d0e1d9c9a303
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Wed Sep 18 22:05:45 2013 +0530

    Initial debian directory
---
 debian/changelog     |    7 +++++++
 debian/compat        |    1 +
 debian/control       |   30 ++++++++++++++++++++++++++++++
 debian/control.in    |   26 ++++++++++++++++++++++++++
 debian/rules         |   13 +++++++++++++
 debian/source/format |    1 +
 6 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..69c8d36
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libcatmandu-perl (0.7002-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#723591.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Wed, 18 Sep 2013 21:56:24 +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..eeac8b6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: libcatmandu-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/libcatmandu-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-perl.git
+Homepage: http://search.cpan.org/dist/Catmandu/
+
+Package: libcatmandu-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: metadata toolkit
+ Catmandu provides a suite of Perl modules to ease the import,
+ storage, retrieval, export and transformation of metadata
+ records. 
+ .
+ Combine Catmandu modules with web application frameworks
+ such as PSGI/Plack, document stores such as MongoDB or CouchDB and
+ full text indexes as ElasticSearch or Solr to create a rapid
+ development environment for digital library services such as
+ institutional repositories and search engines.
+
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..4af43af
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,26 @@
+Source: libcatmandu-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/libcatmandu-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-perl.git
+Homepage: http://search.cpan.org/dist/Catmandu/
+
+Package: libcatmandu-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: metadata toolkit
+ Catmandu provides a suite of Perl modules to ease the import,
+ storage, retrieval, export and transformation of metadata
+ records. 
+ .
+ Combine Catmandu modules with web application frameworks
+ such as PSGI/Plack, document stores such as MongoDB or CouchDB and
+ full text indexes as ElasticSearch or Solr to create a rapid
+ development environment for digital library services such as
+ institutional repositories and search engines.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..28cd695
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/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 = Catmandu
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/N/NI/NICS
+#DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
+DEB_UPSTREAM_TARBALL_MD5 = 394b6c3a9a9fef36488dbe5ab52e5107
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/libcatmandu-perl.git



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