[med-svn] r11240 - in trunk/packages/libsort-key-top-perl: . trunk trunk/debian trunk/debian/source

Laszlo Kajan lkajan-guest at alioth.debian.org
Wed Jun 6 17:28:13 UTC 2012


Author: lkajan-guest
Date: 2012-06-06 17:28:13 +0000 (Wed, 06 Jun 2012)
New Revision: 11240

Added:
   trunk/packages/libsort-key-top-perl/trunk/
   trunk/packages/libsort-key-top-perl/trunk/debian/
   trunk/packages/libsort-key-top-perl/trunk/debian/changelog
   trunk/packages/libsort-key-top-perl/trunk/debian/compat
   trunk/packages/libsort-key-top-perl/trunk/debian/control
   trunk/packages/libsort-key-top-perl/trunk/debian/copyright
   trunk/packages/libsort-key-top-perl/trunk/debian/rules
   trunk/packages/libsort-key-top-perl/trunk/debian/source/
   trunk/packages/libsort-key-top-perl/trunk/debian/source/format
   trunk/packages/libsort-key-top-perl/trunk/debian/watch
Log:
debianization complete, but not Lintian clean yet


Property changes on: trunk/packages/libsort-key-top-perl/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: trunk/packages/libsort-key-top-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/changelog	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1,5 @@
+libsort-key-top-perl (0.06-1) unstable; urgency=low
+
+  * Initial release (Closes: #676384)
+
+ -- Laszlo Kajan <lkajan at rostlab.org>  Wed, 06 Jun 2012 18:15:40 +0200

Added: trunk/packages/libsort-key-top-perl/trunk/debian/compat
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/compat	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1 @@
+7

Added: trunk/packages/libsort-key-top-perl/trunk/debian/control
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/control	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/control	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1,18 @@
+Source: libsort-key-top-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Laszlo Kajan <lkajan at rostlab.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.3
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsort-key-top-perl/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libsort-key-top-perl/trunk/
+Homepage: http://search.cpan.org/~salva/Sort-Key-Top-0.06/lib/Sort/Key/Top.pm
+
+Package: libsort-key-top-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: select and sort top n elements in Perl
+ The functions available from this module select the top n elements from a
+ list using several common orderings and custom key extraction procedures.

Added: trunk/packages/libsort-key-top-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/copyright	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1,39 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: Sort::Key::Top
+Upstream-Contact: Salvador Fandiño <sfandino at yahoo.com>
+Source: http://search.cpan.org/~salva/Sort-Key-Top-0.06/lib/Sort/Key/Top.pm
+
+Files: debian/*
+Copyright: 2012 Laszlo Kajan <lkajan at rostlab.org>
+License: GPL-3.0+
+
+Files: *
+Copyright: 2006-2008, 2011 by Salvador Fandiño <sfandino at yahoo.com>
+License: Artistic
+
+License: Artistic
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself, either Perl version 5.8.8 or, at your option,
+ any later version of Perl 5 you may have available.
+ .
+ On Debian systems, the complete text of the Perl Artistic
+ License can be found in "/usr/share/common-licenses/Artistic".
+
+License: GPL-3.0+
+ 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 3 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 program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+

Added: trunk/packages/libsort-key-top-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/rules	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
+# Uncomment this to turn on verbose mode.
+export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+get-orig-source:
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir=../tarballs


Property changes on: trunk/packages/libsort-key-top-perl/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/libsort-key-top-perl/trunk/debian/source/format
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/source/format	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/libsort-key-top-perl/trunk/debian/watch
===================================================================
--- trunk/packages/libsort-key-top-perl/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/libsort-key-top-perl/trunk/debian/watch	2012-06-06 17:28:13 UTC (rev 11240)
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/modules/by-module/Sort/Sort-Key-Top-(\d+\.\d+)\.tar\.gz




More information about the debian-med-commit mailing list