r43551 - in /trunk/libnet-hiveminder-perl/debian: ./ TODO changelog compat control copyright rules watch

christine at users.alioth.debian.org christine at users.alioth.debian.org
Thu Sep 3 04:07:17 UTC 2009


Author: christine
Date: Thu Sep  3 04:06:55 2009
New Revision: 43551

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43551
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libnet-hiveminder-perl/debian/
    trunk/libnet-hiveminder-perl/debian/TODO
    trunk/libnet-hiveminder-perl/debian/changelog
    trunk/libnet-hiveminder-perl/debian/compat
    trunk/libnet-hiveminder-perl/debian/control
    trunk/libnet-hiveminder-perl/debian/copyright
    trunk/libnet-hiveminder-perl/debian/rules   (with props)
    trunk/libnet-hiveminder-perl/debian/watch

Added: trunk/libnet-hiveminder-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/TODO?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/TODO (added)
+++ trunk/libnet-hiveminder-perl/debian/TODO Thu Sep  3 04:06:55 2009
@@ -1,0 +1,1 @@
+* write manpage for hm binary

Added: trunk/libnet-hiveminder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/changelog?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/changelog (added)
+++ trunk/libnet-hiveminder-perl/debian/changelog Thu Sep  3 04:06:55 2009
@@ -1,0 +1,5 @@
+libnet-hiveminder-perl (0.08-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #542316)
+
+ -- Christine Spang <christine at debian.org>  Tue, 25 Aug 2009 14:58:07 -0400

Added: trunk/libnet-hiveminder-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/compat?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/compat (added)
+++ trunk/libnet-hiveminder-perl/debian/compat Thu Sep  3 04:06:55 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libnet-hiveminder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/control?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/control (added)
+++ trunk/libnet-hiveminder-perl/debian/control Thu Sep  3 04:06:55 2009
@@ -1,0 +1,28 @@
+Source: libnet-hiveminder-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libdatetime-perl,
+  libnumber-recordlocator-perl, libnet-jifty-perl (>= 0.06), libmoose-perl,
+  libterm-encoding-perl, libemail-simple-perl, libemail-simple-creator-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christine Spang <christine at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Net-Hiveminder/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-hiveminder-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-hiveminder-perl
+
+Package: libnet-hiveminder-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl,
+  libnumber-recordlocator-perl, libnet-jifty-perl (>= 0.06), libmoose-perl,
+  libterm-encoding-perl
+Recommends: libemail-simple-perl, libemail-simple-creator-perl
+Description: Perl interface to Hiveminder.com
+ Hiveminder is a collaborate todo list organizer, built with Jifty.
+ .
+ Net::Hiveminder uses Hiveminder's REST API to let you manage your tasks any
+ way you want to.
+ .
+ This module is built on top of Net::Jifty. Consult that module's
+ documentation for the lower-level interface.

Added: trunk/libnet-hiveminder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/copyright?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/copyright (added)
+++ trunk/libnet-hiveminder-perl/debian/copyright Thu Sep  3 04:06:55 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Shawn M Moore <sartak at bestpractical.com>
+Upstream-Source: http://search.cpan.org/dist/Net-Hiveminder/
+Upstream-Name: Net-Hiveminder
+
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+           2002-2009, Audrey Tang <autrijus at autrijus.org>
+           2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: *
+Copyright: 2007-2009, Best Practical Solutions LLC
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Christine Spang <christine at debian.org>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libnet-hiveminder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/rules?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/rules (added)
+++ trunk/libnet-hiveminder-perl/debian/rules Thu Sep  3 04:06:55 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libnet-hiveminder-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libnet-hiveminder-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-hiveminder-perl/debian/watch?rev=43551&op=file
==============================================================================
--- trunk/libnet-hiveminder-perl/debian/watch (added)
+++ trunk/libnet-hiveminder-perl/debian/watch Thu Sep  3 04:06:55 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Net-Hiveminder/   .*/Net-Hiveminder-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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