[libtext-vfile-asdata-perl] 01/10: Imported Debian patch 0.07-1

gregor herrmann gregoa at debian.org
Sun Oct 27 22:04:55 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtext-vfile-asdata-perl.

commit abe4db2165a3a981dc5014966e00ddba5f53e932
Author: Neil Williams <codehelp at debian.org>
Date:   Mon Feb 14 20:16:49 2011 +0000

    Imported Debian patch 0.07-1
---
 debian/changelog     |   34 ++++++++++++++++++++++++++++++++++
 debian/compat        |    1 +
 debian/control       |   17 +++++++++++++++++
 debian/copyright     |   37 +++++++++++++++++++++++++++++++++++++
 debian/rules         |    8 ++++++++
 debian/source/format |    1 +
 debian/watch         |    3 +++
 7 files changed, 101 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d64f7e3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,34 @@
+libtext-vfile-asdata-perl (0.07-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Neil Williams <codehelp at debian.org>  Mon, 14 Feb 2011 20:16:49 +0000
+
+libtext-vfile-asdata-perl (0.0.5-4) unstable; urgency=low
+
+  * Fix watch file to parse upstream 0.05 as Debian 0.0.5
+  * Update Standards Version (no changes).
+
+ -- Neil Williams <codehelp at debian.org>  Sun, 03 Feb 2008 18:44:14 +0000
+
+libtext-vfile-asdata-perl (0.0.5-3) unstable; urgency=low
+
+  * Remove empty directories
+
+ -- Neil Williams <codehelp at debian.org>  Wed, 21 Nov 2007 16:31:17 +0000
+
+libtext-vfile-asdata-perl (0.0.5-2) unstable; urgency=low
+
+  * Must depend on libclass-accessor-chained-perl (Closes: #415776)
+  * Set Architecture: all
+
+ -- Neil Williams <codehelp at debian.org>  Thu, 22 Mar 2007 18:57:06 +0000
+
+libtext-vfile-asdata-perl (0.0.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #405591: ITP: libtext-vfile-asdata-perl --
+    generic perl module to read and write vfile files - Debian Bug
+    report logs)
+
+ -- Neil Williams <codehelp at debian.org>  Thu,  4 Jan 2007 19:45:22 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..453d6d4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: libtext-vfile-asdata-perl
+Section: perl
+Priority: optional
+Maintainer: Neil Williams <codehelp at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), perl (>= 5.6.0-16), libclass-accessor-chained-perl
+Homepage: http://search.cpan.org/~rclamp/Text-vFile-asData/
+Standards-Version: 3.9.1
+
+Package: libtext-vfile-asdata-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-chained-perl
+Description: generic perl module to read and write vfile files
+ Works with such as vCard (RFC 2426) and vCalendar (RFC 2445).
+ The result of loading this data is a collection of objects which
+ will grant you easy access to the properties. Then the module
+ can write your objects back to a data file.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9a8fb75
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Neil Williams <codehelp at debian.org> on
+Thu,  4 Jan 2007 18:50:14 +0000.
+
+It was downloaded from http://search.cpan.org/dist/Text-vFile/
+
+Upstream Author: Jay Lawrence <jlawrenc at cpan.org>
+
+Copyright: 2003 Jay Lawrence <jlawrenc at cpan.org>
+
+License:
+Terms of Perl itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+   This package 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 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is (C) 2007, Neil Williams <codehelp at debian.org> and
+is licensed under the GPL-2, see above.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..017b396
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+
+clean::
+	$(RM) -r blib Makefile Makefile.old
+
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..62ce975
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/([0-9]).([0-9])([0-9])/$1.$2.$3/" \
+http://www.cpan.org/modules/by-module/Text/Text-vFile-asData-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-vfile-asdata-perl.git



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