r17240 - in /trunk/libnet-nis-perl/debian: ./ changelog compat control copyright rules watch

hfrenzel-guest at users.alioth.debian.org hfrenzel-guest at users.alioth.debian.org
Wed Mar 12 15:04:45 UTC 2008


Author: hfrenzel-guest
Date: Wed Mar 12 15:04:43 2008
New Revision: 17240

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

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

Added: trunk/libnet-nis-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/changelog?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/changelog (added)
+++ trunk/libnet-nis-perl/debian/changelog Wed Mar 12 15:04:43 2008
@@ -1,0 +1,6 @@
+libnet-nis-perl (0.43-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #470649: ITP: libnet-nis-perl -- Interface to
+    Sun's Network Information Service)
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net>  Wed, 12 Mar 2008 13:30:20 +0100

Added: trunk/libnet-nis-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/compat?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/compat (added)
+++ trunk/libnet-nis-perl/debian/compat Wed Mar 12 15:04:43 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libnet-nis-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/control?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/control (added)
+++ trunk/libnet-nis-perl/debian/control Wed Mar 12 15:04:43 2008
@@ -1,0 +1,19 @@
+Source: libnet-nis-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.8-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Hendrik Frenzel <hfrenzel at scunc.net>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Net-NIS/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libnet-nis-perl
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl
+Dm-Upload-Allowed: yes
+
+Package: libnet-nis-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Description:  Interface to Sun's Network Information Service
+ This is a snapshot release of the NIS interface to Perl 5.  There are
+ three parts to the interface: the raw component (Net::NIS), the object-
+ oriented component (Net::NIS::Table), and the tied interface (Net::NIS)

Added: trunk/libnet-nis-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/copyright?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/copyright (added)
+++ trunk/libnet-nis-perl/debian/copyright Wed Mar 12 15:04:43 2008
@@ -1,0 +1,38 @@
+This is the debian package for the Net-NIS module.
+It was created by Hendrik Frenzel <hfrenzel at scunc.net> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Net-NIS/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if don't want to get into legal troubles.
+
+The upstream author is: 
+
+Copyright (c) 1995, 2002 Rik Harris (rik.harris at fulcrum.com.au). All
+rights reserved.  This program is free software; you can redistribute
+it and/or modify it under the same terms as Perl itself.
+
+Net::NIS is currently maintained by Ed Santiago Muñoz <esm at pobox.com>.
+
+The Network Information Service (NIS) was formerly known as Sun Yellow
+Pages (YP). The functionality of the two remains the same; only the
+name has changed.  The name Yellow Pages is a registered trademark in
+the United Kingdom of British Telecommunications plc, and may not be
+used without permission..
+
+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'.
+
+The Debian packaging is (C) 2008, Hendrik Frenzel <hfrenzel at scunc.net> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libnet-nis-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/rules?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/rules (added)
+++ trunk/libnet-nis-perl/debian/rules Wed Mar 12 15:04:43 2008
@@ -1,0 +1,89 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	$(MAKE) test
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean build-stamp install-stamp
+
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into $(TMP)
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+
+	touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples 
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_shlibdeps
+	dh_strip
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libnet-nis-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-nis-perl/debian/watch?rev=17240&op=file
==============================================================================
--- trunk/libnet-nis-perl/debian/watch (added)
+++ trunk/libnet-nis-perl/debian/watch Wed Mar 12 15:04:43 2008
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://search.cpan.org/dist/Net-NIS/ .*/Net-NIS-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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