r4653 - in /packages/libnet-ident-perl/trunk: Ident.pm Makefile.PL debian/ debian/changelog debian/control debian/copyright debian/rules debian/watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Dec 28 03:08:25 CET 2006


Author: gwolf
Date: Thu Dec 28 03:08:24 2006
New Revision: 4653

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

Added:
    packages/libnet-ident-perl/trunk/debian/
    packages/libnet-ident-perl/trunk/debian/changelog
    packages/libnet-ident-perl/trunk/debian/control
    packages/libnet-ident-perl/trunk/debian/copyright
    packages/libnet-ident-perl/trunk/debian/rules   (with props)
    packages/libnet-ident-perl/trunk/debian/watch
Modified:
    packages/libnet-ident-perl/trunk/Ident.pm
    packages/libnet-ident-perl/trunk/Makefile.PL

Modified: packages/libnet-ident-perl/trunk/Ident.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/Ident.pm?rev=4653&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/Ident.pm (original)
+++ packages/libnet-ident-perl/trunk/Ident.pm Thu Dec 28 03:08:24 2006
@@ -28,7 +28,7 @@
 # put the export hooks in the standard Exporter structures
 _export_hooks();
 # for compatibility mode, uncomment the next line @@ s/^#\s*// @@
-# @EXPORT = qw(_export_hook_fh);
+ at EXPORT = qw(_export_hook_fh);
 
 $VERSION = sprintf("%d.%02d", q$Revision: 1.20 $ =~ /: (\d+)\.(\d+)/);
 
@@ -505,7 +505,7 @@
 }
 
 # provide import magic
-sub _export_hooks () {
+sub _export_hooks {
     my($tag, $hook);
     while ( ($tag, $hook) = each %EXPORT_HOOKS ) {
 	my $hookname = "_export_hook_$tag"; # pseudo-function name
@@ -683,18 +683,18 @@
 # add a paragraph about compatibility mode if appropriate. The non-breaking
 # spaces are to force a new paragraph.
 # @@12 s/^#// @@
-#
-#=pod
-#
-#S< >
-#
-#Adding the B<ident_lookup> method to the B<FileHandle> class used to be
-#automatic in previous version of B<Net::Ident>. During the installation
-#of this B<Net::Ident> package, the system administrator choose to install
-#it in a compatible way, meaning that on this machine, the B<ident_lookup>
-#method is automatically added if you use just C<use Net::Ident;>
-#
-#=cut
+
+=pod
+
+S< >
+
+Adding the B<ident_lookup> method to the B<FileHandle> class used to be
+automatic in previous version of B<Net::Ident>. During the installation
+of this B<Net::Ident> package, the system administrator choose to install
+it in a compatible way, meaning that on this machine, the B<ident_lookup>
+method is automatically added if you use just C<use Net::Ident;>
+
+=cut
 # end of extra paragraph
 
 =pod

Modified: packages/libnet-ident-perl/trunk/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/Makefile.PL?rev=4653&op=diff
==============================================================================
--- packages/libnet-ident-perl/trunk/Makefile.PL (original)
+++ packages/libnet-ident-perl/trunk/Makefile.PL Thu Dec 28 03:08:24 2006
@@ -150,6 +150,7 @@
 
 # initial checks to see if apache is possible at all
 sub check_initial_apache ($) {
+    return;
     my $apinfo = shift;
     print "\nChecking for Apache.pm... ";
     eval { require Apache };

Added: packages/libnet-ident-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/changelog?rev=4653&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/changelog (added)
+++ packages/libnet-ident-perl/trunk/debian/changelog Thu Dec 28 03:08:24 2006
@@ -1,0 +1,37 @@
+libnet-ident-perl (1.20-3) unstable; urgency=low
+
+  * QA upload. (ACK NMU; Closes: #320137)
+  * Set maintainer to QA Group; Orphaned: #400364
+  * Move debhelper to Build-Depends
+  * Bump compat level to 4, depend on at least dh 4.0.0
+  * Set section to Perl (override disparity)
+  * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org>  Mon, 11 Dec 2006 08:46:05 +0100
+
+libnet-ident-perl (1.20-2.1) unstable; urgency=low
+
+  * NMU
+  * Rebuild the package to get rid of the /usr/doc symlink (Closes: #337708)
+  * Fix _export_hooks called to early to check prototype message. Thanks
+    to Alexander Achenbach for the patch which was modified before being
+    used. (Closes: #320137)
+  * Kill useless /usr/lib/perl5 directory
+
+ -- Don Armstrong <don at debian.org>  Tue, 27 Dec 2005 05:19:42 -0800
+
+libnet-ident-perl (1.20-2) unstable; urgency=low
+
+  * debian/rules; Ignore build-target `build-arch', build in `build-indep'
+    (Closes: Bug#157493)
+  * Makefile.PL; no longer interactive when mod_perl is installed
+  * debian/watch; Changed format for new CPAN webpages.
+
+ -- Matt Hope <dopey at debian.org>  Wed, 21 Aug 2002 21:28:33 +1000
+
+libnet-ident-perl (1.20-1) unstable; urgency=low
+
+  * Initial Release.
+    (Closes: Bug#137326 ITP)
+
+ -- Matt Hope <dopey at debian.org>  Fri,  8 Mar 2002 20:13:05 +1100

Added: packages/libnet-ident-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/control?rev=4653&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/control (added)
+++ packages/libnet-ident-perl/trunk/debian/control Thu Dec 28 03:08:24 2006
@@ -1,0 +1,17 @@
+Source: libnet-ident-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: perl (>= 5.6.0-17)
+Build-Depends: debhelper (>= 4.0.0)
+Build-Conflicts: libapache-mod-perl
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.7.2
+
+Package: libnet-ident-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  lookup the username on the remote end of a TCP/IP connection
+ You can either use the simple interface, which does one ident
+ lookup at a time, or use the asynchronous interface to perform
+ (possibly) many simultaneous lookups, or simply continue serving other
+ things while the lookup is proceeding.

Added: packages/libnet-ident-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/copyright?rev=4653&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/copyright (added)
+++ packages/libnet-ident-perl/trunk/debian/copyright Thu Dec 28 03:08:24 2006
@@ -1,0 +1,26 @@
+
+Upstream Author;
+	Jan-Pieter Cornet
+	johnpc at xs4all.nl
+
+Downloaded;
+	http://www.cpan.org/authors/id/JPC/Net-Ident-1.20.tar.gz
+
+Debianized;
+	Matt Hope
+	2002-03-08
+
+Copyright;
+	``
+	1995, 1997, 1999 Jan-Pieter Cornet. All rights reserved.
+	You can distribute and use this program under the same terms
+	as Perl itself.
+	''
+
+	Perl License [/usr/share/doc/perl/copyright] is 
+	Artistic / GPL.
+	Artistic [/usr/share/common-licenses/Artistic];
+	GPL [/usr/share/common-licenses/GPL].
+
+[ all file locations are for a Debian GNU/Linux system ]
+	

Added: packages/libnet-ident-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/rules?rev=4653&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/rules (added)
+++ packages/libnet-ident-perl/trunk/debian/rules Thu Dec 28 03:08:24 2006
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=4
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty -p $(TMP)/usr/lib/perl5
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep

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

Added: packages/libnet-ident-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-ident-perl/trunk/debian/watch?rev=4653&op=file
==============================================================================
--- packages/libnet-ident-perl/trunk/debian/watch (added)
+++ packages/libnet-ident-perl/trunk/debian/watch Thu Dec 28 03:08:24 2006
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/author/JPC/	/CPAN/authors/id/.*/Net-Ident-(.*)\.tar\.gz




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