r28687 - in /trunk/libextutils-pkgconfig-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 07:26:58 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 07:26:55 2008
New Revision: 28687

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

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

Added: trunk/libextutils-pkgconfig-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/changelog?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/changelog (added)
+++ trunk/libextutils-pkgconfig-perl/debian/changelog Sun Dec 28 07:26:55 2008
@@ -1,0 +1,54 @@
+libextutils-pkgconfig-perl (1.11-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/watch: Fixed to point to CPAN now (Closes: #450229)
+  * debian/control: Bumped Standards-Version to 3.7.3 (no changes needed)
+  * debian/rules: Don't fail when ExtUtils::Install is smart
+     enough to not create empty dirs in /usr. (Closes: #467780)
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 15 Mar 2008 11:50:11 +0100
+
+libextutils-pkgconfig-perl (1.07-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/watch: Fixed.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Mon, 31 Jan 2005 16:29:00 +0100
+
+libextutils-pkgconfig-perl (1.06-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Mon, 20 Sep 2004 23:17:59 +0200
+
+libextutils-pkgconfig-perl (1.05-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Sat, 17 Jul 2004 13:44:15 +0200
+
+libextutils-pkgconfig-perl (1.03-2) unstable; urgency=low
+
+  * debian/control: I'm a DD! 
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Thu, 15 Jul 2004 19:03:44 +0200
+
+libextutils-pkgconfig-perl (1.03-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Sun,  8 Feb 2004 13:13:57 +0100
+
+libextutils-pkgconfig-perl (1.02-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: Now depends on pkg-config
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Sun, 28 Dec 2003 13:24:11 +0100
+
+libextutils-pkgconfig-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #221687)
+
+ -- Marc Brockschmidt <marc at dch-faq.de>  Wed, 19 Nov 2003 16:26:44 +0100
+

Added: trunk/libextutils-pkgconfig-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/compat?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/compat (added)
+++ trunk/libextutils-pkgconfig-perl/debian/compat Sun Dec 28 07:26:55 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libextutils-pkgconfig-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/control?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/control (added)
+++ trunk/libextutils-pkgconfig-perl/debian/control Sun Dec 28 07:26:55 2008
@@ -1,0 +1,19 @@
+Source: libextutils-pkgconfig-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4.0.2)
+Build-Depends-Indep: perl (>= 5.6.0-16), pkg-config
+Maintainer: Marc 'HE' Brockschmidt <he at debian.org>
+Standards-Version: 3.7.3
+
+Package: libextutils-pkgconfig-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, pkg-config
+Description: simplistic perl interface to pkg-config
+ The pkg-config program retrieves information about installed libraries,
+ usually for the purposes of compiling against and linking to them.
+ .
+ ExtUtils::PkgConfig is a very simplistic interface to this utility, intended
+ for use in the Makefile.PL of perl extensions which bind libraries that
+ pkg-config knows. It is really just boilerplate code that you would've
+ written yourself.

Added: trunk/libextutils-pkgconfig-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/copyright?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/copyright (added)
+++ trunk/libextutils-pkgconfig-perl/debian/copyright Sun Dec 28 07:26:55 2008
@@ -1,0 +1,15 @@
+This is the debian package for the ExtUtils::PkgConfig module.
+It was created by Marc Brockschmidt <marc at dch-faq.de> using dh-make-perl.
+
+The sources where downloaded from CPAN.
+
+The upstream author is: muppet <scott at asofyet.org>.
+
+Copyright 2003 by muppet, Ross McFarland, and the gtk2-perl team
+
+This library is free software; you can redistribute it and/or modify it
+under the terms of the Lesser General Public License (LGPL).
+
+A copy of the LGPL can be found at /usr/share/common-licenses/LGPL on
+any Debian system.
+

Added: trunk/libextutils-pkgconfig-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/rules?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/rules (added)
+++ trunk/libextutils-pkgconfig-perl/debian/rules Sun Dec 28 07:26:55 2008
@@ -1,0 +1,80 @@
+#!/usr/bin/make -f
+# 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 here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+	dh_clean build-stamp
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+	#As this is a architecture independent package, we are not supposed to install
+	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	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/libextutils-pkgconfig-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libextutils-pkgconfig-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/watch?rev=28687&op=file
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/watch (added)
+++ trunk/libextutils-pkgconfig-perl/debian/watch Sun Dec 28 07:26:55 2008
@@ -1,0 +1,3 @@
+version=3
+
+http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-PkgConfig-(\d+\.\d+)\.tar\.gz




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