[libnet-dbus-glib-perl] 01/09: First debianization
Intrigeri
intrigeri at moszumanska.debian.org
Fri Jul 8 11:12:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository libnet-dbus-glib-perl.
commit 3df188b596b0d0b08e7b429b98c895f3bea2bfd6
Author: David Paleino <dapal at debian.org>
Date: Wed Jun 9 15:18:32 2010 +0200
First debianization
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 28 ++++++++++++++++++++++++++++
debian/copyright | 35 +++++++++++++++++++++++++++++++++++
debian/docs | 1 +
debian/examples | 1 +
debian/rules | 4 ++++
debian/watch | 2 ++
8 files changed, 77 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2d5de05
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libnet-dbus-glib-perl (0.33.0-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #nnn)
+
+ -- David Paleino <dapal at debian.org> Wed, 9 Jun 2010 14:03:57 +0200
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..2fa7134
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libnet-dbus-glib-perl
+Section: perl
+Priority: optional
+Build-Depends:
+ debhelper (>= 7)
+ , libglib-perl
+ , libnet-dbus-perl (>= 0.33.0)
+ , libtest-pod-coverage-perl
+ , libtest-pod-perl
+ , perl
+Maintainer: David Paleino <dapal at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/Net-DBus-GLib/
+Vcs-Git: git://git.debian.org/git/collab-maint/libnet-dbus-glib-perl.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/libnet-dbus-glib-perl.git
+
+Package: libnet-dbus-glib-perl
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , ${perl:Depends}
+ , libglib-perl
+ , libnet-dbus-perl (>= 0.33.0)
+Description: Extension for the DBus GLib bindings
+ Net::DBus::GLib provides an extension to the Net::DBus module allowing
+ integration with the GLib mainloop. To integrate with the main loop, simply
+ get a connection to the bus via the methods in Net::DBus::GLib rather than
+ the usual Net::DBus module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3a6399d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Maintainer: Daniel P. Berrange <dan at berrange.com>
+Source: http://search.cpan.org/dist/Net-DBus-GLib/
+Name: Net-DBus-GLib
+DISCLAIMER: This copyright info was automatically extracted
+ from the perl module. It may not be accurate, so you better
+ check the module sources in order to ensure the module for its
+ inclusion in Debian or for general legal information. Please,
+ if licensing information is incorrectly generated, file a bug
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Daniel P. Berrange <dan at berrange.com>
+License: GPL-2+ | Artistic
+
+Files: debian/*
+Copyright: 2010, David Paleino <dapal at debian.org>
+License: GPL-2+ | Artistic
+
+License: GPL-2+
+ 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; version 2 dated June, 1991, or (at your
+ option) any later version.
+X-Comment: on Debian GNU/Linux systems, the complete text of version 2
+ of the GNU General Public License can be found in
+ `/usr/share/common-licenses/GPL-2'.
+
+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 GNU/Linux systems, the complete text of the
+ Artistic License can be found in `/usr/share/common-licenses/Artistic'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
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..d0c31f6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-DBus-GLib/ .*/Net-DBus-GLib-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/libnet-dbus-glib-perl.git
More information about the Pkg-perl-cvs-commits
mailing list