r25455 - in /trunk/net-hotline/debian: ./ changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 21:14:18 UTC 2008


Author: gregoa
Date: Fri Sep 19 21:14:15 2008
New Revision: 25455

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

Added:
    trunk/net-hotline/debian/
    trunk/net-hotline/debian/changelog
    trunk/net-hotline/debian/compat
    trunk/net-hotline/debian/control
    trunk/net-hotline/debian/copyright
    trunk/net-hotline/debian/rules   (with props)

Added: trunk/net-hotline/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/net-hotline/debian/changelog?rev=25455&op=file
==============================================================================
--- trunk/net-hotline/debian/changelog (added)
+++ trunk/net-hotline/debian/changelog Fri Sep 19 21:14:15 2008
@@ -1,0 +1,50 @@
+net-hotline (0.82-3) unstable; urgency=low
+
+  * QA Upload
+    + change maintainer to QA group
+  * Increase debhelper compat level to 5
+  * Use $(MAKE) test
+
+ -- Frank Lichtenheld <djpig at debian.org>  Thu, 24 Apr 2008 03:04:56 +0200
+
+net-hotline (0.82-2) unstable; urgency=low
+  * Closed bug that I failed to close last time. (closes: #157536)
+  * Changed section to perl.
+
+ -- Misha Nasledov <misha at debian.org>  Wed, 18 Feb 2004 01:00:00 -0800
+	
+net-hotline (0.82-1) unstable; urgency=low
+  * Acknowledge NMUs (closes: bug#157459 bug#157536)
+  * Bump Standards-Version to 3.6.1.
+  * New upstream source (closes: bug#172711).
+
+ -- Misha Nasledov <misha at debian.org>  Wed, 18 Feb 2004 00:08:00 -0800
+
+net-hotline (0.78-3.1) unstable; urgency=low
+  * Non-Maintainer Upload (BSP 2002-11).
+  * Now Build the .deb in binary-indep target (closes: bug#157459).
+  * Updated copyright file (closes: bug#157536).
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Fri, 22 Nov 2002 16:03:32 +0100
+
+net-hotline (0.78-3) unstable; urgency=low
+
+  * Changed maintainer email address
+
+ -- Misha Nasledov <misha at debian.org>  Tue, 31 Jul 2001 18:38:00 -0700
+
+net-hotline (0.78-2) unstable; urgency=low
+
+  * Fixed installation dirs. closes: #95408.
+
+ -- Misha Nasledov <misha at nasledov.com>  Fri, 27 Apr 2001 09:45:00 -0700
+
+net-hotline (0.78-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Misha Nasledov <misha at nasledov.com>  Wed, 24 Jan 2001 00:29:11 -0800
+
+Local variables:
+mode: debian-changelog
+End:

Added: trunk/net-hotline/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/net-hotline/debian/compat?rev=25455&op=file
==============================================================================
--- trunk/net-hotline/debian/compat (added)
+++ trunk/net-hotline/debian/compat Fri Sep 19 21:14:15 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/net-hotline/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/net-hotline/debian/control?rev=25455&op=file
==============================================================================
--- trunk/net-hotline/debian/control (added)
+++ trunk/net-hotline/debian/control Fri Sep 19 21:14:15 2008
@@ -1,0 +1,18 @@
+Source: net-hotline
+Section: perl
+Priority: extra
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.0-16)
+Standards-Version: 3.6.1
+
+Package: libnet-hotline-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Hotline interface module for Perl
+ This package contains an interface to write programs that connect to
+ Hotline servers.  Hotline is a set of protocols allowing chat, news, and file 
+ transfers. Any user can run his/her own server and register it with a public 
+ tracker, which is a meta-server that users can access to obtain a list of    
+ registered servers and connect to them.
+

Added: trunk/net-hotline/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/net-hotline/debian/copyright?rev=25455&op=file
==============================================================================
--- trunk/net-hotline/debian/copyright (added)
+++ trunk/net-hotline/debian/copyright Fri Sep 19 21:14:15 2008
@@ -1,0 +1,32 @@
+This package was debianized by Misha Nasledov misha at debian.org on
+Wed, 24 Jan 2001 00:29:11 -0800.
+
+It was downloaded from ftp.perl.org
+
+Copyright:
+
+ "Copyright(c) 1998-2002 by John C. Siracusa.  All rights reserved.  This
+  program is free software; you can redistribute it and/or modify it under
+  the same terms as Perl itself."
+
+
+------------------------------------------------------------------------------
+ Perl copyright:
+------------------------------------------------------------------------------
+    Copyright 1989-2001, Larry Wall  All rights reserved.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    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" which comes with Perl.
+
+------------------------------------------------------------------------------
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL' and the Artistic
+Licence in `/usr/share/common-licenses/Artistic'.
+

Added: trunk/net-hotline/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/net-hotline/debian/rules?rev=25455&op=file
==============================================================================
--- trunk/net-hotline/debian/rules (added)
+++ trunk/net-hotline/debian/rules Fri Sep 19 21:14:15 2008
@@ -1,0 +1,47 @@
+#!/usr/bin/make -f
+# Made with the aid of debmake, by Christoph Lameter,
+# based on the sample debian/rules file for GNU hello by Ian Jackson.
+
+build:
+	dh_testdir
+	find lib -name '*.pod' -exec chmod 644 {} \;
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build
+
+clean: checkroot
+	rm -f build
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean
+
+binary-indep: checkroot build
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libnet-hotline-perl/usr
+	chmod 0644 Examples/hibot.pl
+	chmod 0644 Examples/hlftp.pl
+
+	dh_installdocs README
+	dh_installexamples Examples/hibot.pl Examples/hlftp.pl
+	dh_installchangelogs Changes
+	dh_strip 
+	dh_compress
+	dh_fixperms
+	dh_shlibdeps
+	dh_perl
+	dh_gencontrol
+	dh_installdeb
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: checkroot build
+
+binary: binary-indep binary-arch
+
+checkroot:
+	dh_testdir
+	dh_testroot
+
+.PHONY: binary binary-arch binary-indep clean checkroot

Propchange: trunk/net-hotline/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




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