[libcatmandu-rdf-perl] 01/06: Initial debian repository

Vasudev Kamath vasudev-guest at alioth.debian.org
Tue Sep 17 17:01:01 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-rdf-perl.

commit a7568eb3a4aadd469814671d8b3d444820ce7cda
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Tue Sep 17 21:48:36 2013 +0530

    Initial debian repository
---
 debian/changelog     |    7 +++++++
 debian/compat        |    1 +
 debian/control       |   25 +++++++++++++++++++++++++
 debian/control.in    |   21 +++++++++++++++++++++
 debian/rules         |   13 +++++++++++++
 debian/source/format |    1 +
 6 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1ae9700
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libcatmandu-rdf-perl (0.02-1) unstable; urgency=low
+
+  * Inital Release.
+    Closes: bug#723160.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Tue, 17 Sep 2013 20:10:51 +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..dfa6104
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libcatmandu-rdf-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-rdf-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-rdf-perl.git
+Homepage: https://github.com/gbv/Catmandu-RDF
+
+Package: libcatmandu-rdf-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: handle RDF data within Catmandu framework
+ Catmandu provides a suite of Perl modules to ease the import, storage,
+ retrieval, export and transformation of metadata records.
+ .
+ Catmandu::RDF contains modules for handling RDF data within the
+ Catmandu framework.
\ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..21df865
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,21 @@
+Source: libcatmandu-rdf-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-rdf-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatmandu-rdf-perl.git
+Homepage: https://github.com/gbv/Catmandu-RDF
+
+Package: libcatmandu-rdf-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: handle RDF data within Catmandu framework
+ Catmandu provides a suite of Perl modules to ease the import, storage,
+ retrieval, export and transformation of metadata records.
+ .
+ Catmandu::RDF contains modules for handling RDF data within the
+ Catmandu framework.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..eb22516
--- /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-RDF
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/V/VO/VOJ
+#DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
+DEB_UPSTREAM_TARBALL_MD5 = d9952e8584408b6406bf164b072e4198
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-rdf-perl.git



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