From f2a2a8a48a299870676cb60fabe1c3862ae24bd3 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sun, 9 Mar 2014 00:25:50 +0000 Subject: [PATCH] Initial packaging by dh-make-perl --- debian/changelog | 5 +++ debian/compat | 1 + debian/control | 42 +++++++++++++++++++++++++ debian/copyright | 36 +++++++++++++++++++++ debian/libnet-google-calendar-perl.docs | 3 ++ debian/rules | 4 +++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 94 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libnet-google-calendar-perl.docs create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..d74b9d0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libnet-google-calendar-perl (1.05-1) unstable; urgency=low + + * Initial Release. + + -- Michael Howe Sun, 9 Mar 2014 00:25:49 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..88ab347 --- /dev/null +++ b/debian/control @@ -0,0 +1,42 @@ +Source: libnet-google-calendar-perl +Section: perl +Priority: optional +Maintainer: Michael Howe +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libdata-ical-perl, + libdate-ical-perl, + libdatetime-event-recurrence-perl, + libdatetime-format-ical-perl, + libdatetime-perl, + libhttp-cookies-perl, + libhttp-message-perl, + libnet-google-authsub-perl, + liburi-perl, + libwww-perl, + libxml-atom-perl, + perl, + perl-base, + perl-modules (>= 6.30) +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Net-Google-Calendar/ + +Package: libnet-google-calendar-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, + libdata-ical-perl, + libdate-ical-perl, + libdatetime-event-recurrence-perl, + libdatetime-format-ical-perl, + libdatetime-perl, + libhttp-cookies-perl, + libhttp-message-perl, + libnet-google-authsub-perl, + liburi-perl, + libwww-perl, + libxml-atom-perl, + perl, + perl-base +Description: Interface to Google calendars + (no description was found) + . + This description was automagically extracted from the module by dh-make-perl. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..27a0cf8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 +Maintainer: Peter Lytle +Source: http://search.cpan.org/dist/Net-Google-Calendar/ +Name: Net-Google-Calendar +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: Peter Lytle +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2014, Michael Howe +License: Artistic or GPL-1+ + +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. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + 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; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/libnet-google-calendar-perl.docs b/debian/libnet-google-calendar-perl.docs new file mode 100644 index 0000000..e2a47c6 --- /dev/null +++ b/debian/libnet-google-calendar-perl.docs @@ -0,0 +1,3 @@ +TODO +README +t/TODO 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/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..2e38d7d --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-Google-Calendar/ .*/Net-Google-Calendar-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- 2.39.5