r38 - in packages/libextutils-f77-perl/trunk: . debian

Luk Claes luk-guest@haydn.debian.org
Wed, 09 Jun 2004 11:27:52 -0600


Author: luk-guest
Date: 2004-06-09 11:27:49 -0600 (Wed, 09 Jun 2004)
New Revision: 38

Added:
   packages/libextutils-f77-perl/trunk/debian/
   packages/libextutils-f77-perl/trunk/debian/all
   packages/libextutils-f77-perl/trunk/debian/changelog
   packages/libextutils-f77-perl/trunk/debian/compat
   packages/libextutils-f77-perl/trunk/debian/control
   packages/libextutils-f77-perl/trunk/debian/copyright
   packages/libextutils-f77-perl/trunk/debian/rules
   packages/libextutils-f77-perl/trunk/debian/watch
Modified:
   packages/libextutils-f77-perl/trunk/F77.pm
Log:
Load libextutils-f77-perl-1.14 into
packages/libextutils-f77-perl/trunk.



Property changes on: packages/libextutils-f77-perl/trunk/F77.pm
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libextutils-f77-perl/trunk/debian/all
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/all	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/all	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,15 @@
+#!/bin/sh
+# personal script for maintainer...
+
+#build
+dpkg-buildpackage -rfakeroot
+
+#check
+for f in debian/*copyright; do
+	d=`pwd | xargs basename | sed 's/-[^\-]*$//'`
+	p=`basename $f .copyright | sed "s/copyright/$d/"`
+	set ../${p}_`head -1 debian/changelog | sed 's/.*(//; s/).*//'`*.d??
+	echo lintian $*
+	lintian $*
+done
+

Added: packages/libextutils-f77-perl/trunk/debian/changelog
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/changelog	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/changelog	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,52 @@
+libextutils-f77-perl (1.14-3) unstable; urgency=low
+
+  * New maintainer: Debian Perl Group (closes: #215542).
+  * debian/control: section perl instead of interpreters.
+  * debian/control: standards-version 3.6.1
+  * debian/control: debhelper dependency >= 4.1 
+  * debian/rules: no debhelper version
+  * debian/compat: added.
+  * debian/watch: added.
+  * acknowledge NMU (closes: #157477, #157582, #134583, #102206, #157520).
+
+ -- Luk Claes <luk.claes@ugent.be>  Wed,  9 Jun 2004 18:21:06 +0200
+
+libextutils-f77-perl (1.14-2.2) unstable; urgency=low
+
+  * Uploading with maintainer set to QA group
+
+ -- Andrew Pollock <apollock@debian.org>  Fri, 30 Jan 2004 23:15:53 +1100
+
+libextutils-f77-perl (1.14-2.1) unstable; urgency=low
+
+  * Non-Maintainer Upload (BSP 2002-11).
+  * Changed Build-Depends to Build-Depends-Indep.
+  * Now Build the .deb in binary-indep target (closes: bug#157477).
+  * Fixed debian/copyright and removed COPYING file (closes: bug#157582).
+  * Fixed description. (closes: bug#102206, bug#134583).
+  * Removed DEBIAN.Readme as it contains nothing interesting (closes:
+    bug#157520).
+
+ -- Aurelien Jarno <aurel32@debian.org>  Fri, 22 Nov 2002 23:06:39 +0100
+
+libextutils-f77-perl (1.14-2) unstable; urgency=low
+
+  * fix copyright file so it mentions copyright, add COPYING
+    to docs.
+
+ -- Raul Miller <moth@debian.org>  Mon, 18 Jun 2001 09:07:46 -0400
+
+libextutils-f77-perl (1.14-1) unstable; urgency=low
+
+  * Initial Release.  Manual changes: renamed ExtUtils-F77-1.13 to
+    libextutils-f77-perl.  To get dh-make-perl to work, had to
+    create a temporary symlink (cd libextutils-f77-perl;
+    ln -s libextutils-f77-perl), which has since been removed.
+  * transplanted en-mass to 1.14 (which has a DFSG copyright).
+  * "provides" libextutils-f77-perl (Closes: #100850)
+
+ -- Raul Miller <moth@debian.org>  Fri, 15 Jun 2001 23:28:35 -0400
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libextutils-f77-perl/trunk/debian/compat
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/compat	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/compat	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1 @@
+4

Added: packages/libextutils-f77-perl/trunk/debian/control
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/control	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/control	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,32 @@
+Source: libextutils-f77-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>=4.1), perl (>= 5.6.0-17)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Luk Claes <luk.claes@ugent.be>
+Standards-Version: 3.6.1
+
+Package: libextutils-f77-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Simple interface to F77 libs
+ This module tries to figure out how to link C programs with
+ Fortran subroutines on your system. Basically one must add a list
+ of Fortran runtime libraries. The problem is their location
+ and name varies with each OS/compiler combination!
+ .
+ This module tries to implement a simple  
+ 'rule-of-thumb' database for various flavours of UNIX systems.
+ A simple self-documenting Perl database of knowledge/code
+ for figuring out how to link for various combinations of OS and
+ compiler is embedded in the modules Perl code. Please help 
+ save the world by sending database entries for
+ your system to kgb@aaoepp.aao.gov.au
+ .
+ The library list which the module returns 
+ can be explicitly overridden by setting the environment 
+ variable F77LIBS, e.g.
+ .
+   % setenv F77LIBS "-lfoo -lbar"
+   % perl Makefile.PL
+   ...

Added: packages/libextutils-f77-perl/trunk/debian/copyright
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/copyright	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/copyright	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,32 @@
+Upstream source: 
+http://cpan.org/authors/id/KGB/ExtUtils-F77-1.13.tar.gz
+
+Upstream author:
+Karl Glazebrook <kgb@aaoepp.aao.GOV.AU>
+
+"Copyright (c) 2001 by Karl Glazebrook. All rights reserved.  This distribution
+ 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: packages/libextutils-f77-perl/trunk/debian/rules
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/rules	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/rules	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,90 @@
+#!/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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+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.
+	-$(MAKE) realclean
+
+	dh_clean build-stamp install-stamp
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installmenu
+	dh_installcron
+	dh_installmanpages
+	dh_installchangelogs CHANGES
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+
+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


Property changes on: packages/libextutils-f77-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libextutils-f77-perl/trunk/debian/watch
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/watch	2004-06-09 17:25:56 UTC (rev 37)
+++ packages/libextutils-f77-perl/trunk/debian/watch	2004-06-09 17:27:49 UTC (rev 38)
@@ -0,0 +1,2 @@
+version=2
+http://www.cpan.org/authors/id/KGB/ExtUtils-F77-(.*)\.tar\.gz