r2466 - packages/libextutils-f77-perl/trunk/debian

Krzysztof Krzyzaniak eloy at costa.debian.org
Tue Mar 21 13:20:15 UTC 2006


Author: eloy
Date: 2006-03-21 13:20:14 +0000 (Tue, 21 Mar 2006)
New Revision: 2466

Modified:
   packages/libextutils-f77-perl/trunk/debian/changelog
   packages/libextutils-f77-perl/trunk/debian/control
   packages/libextutils-f77-perl/trunk/debian/rules
Log:
eloy: g77 added to depends where needed


Modified: packages/libextutils-f77-perl/trunk/debian/changelog
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/changelog	2006-03-21 12:52:46 UTC (rev 2465)
+++ packages/libextutils-f77-perl/trunk/debian/changelog	2006-03-21 13:20:14 UTC (rev 2466)
@@ -4,7 +4,11 @@
   * debian/control:
    - Standards-Version: bumped to 3.6.2 without additional changes
    - Uploaders: Added me
+   - Build-Depends: moved debhelper here and increased version to (>= 5.0.0) 
+   - Build-Depends-Indep: added g77 here
+   - Recommends: added g77 here
   * debian/watch: updated
+  * debian/rules: added testing, cleaning
 
  -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Tue, 21 Mar 2006 13:42:01 +0100
 

Modified: packages/libextutils-f77-perl/trunk/debian/control
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/control	2006-03-21 12:52:46 UTC (rev 2465)
+++ packages/libextutils-f77-perl/trunk/debian/control	2006-03-21 13:20:14 UTC (rev 2466)
@@ -1,7 +1,8 @@
 Source: libextutils-f77-perl
 Section: perl
 Priority: optional
-Build-Depends-Indep: debhelper (>=4.1), perl (>= 5.6.0-17)
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.6.0-17), g77
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Standards-Version: 3.6.2
@@ -9,6 +10,7 @@
 Package: libextutils-f77-perl
 Architecture: all
 Depends: ${perl:Depends}
+Recommends: g77
 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

Modified: packages/libextutils-f77-perl/trunk/debian/rules
===================================================================
--- packages/libextutils-f77-perl/trunk/debian/rules	2006-03-21 12:52:46 UTC (rev 2465)
+++ packages/libextutils-f77-perl/trunk/debian/rules	2006-03-21 13:20:14 UTC (rev 2466)
@@ -28,21 +28,14 @@
 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: 
@@ -50,12 +43,9 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-	# Add here commands to install the package into debian/tmp.
-	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) test
 	$(MAKE) install PREFIX=$(TMP)/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-
 	touch install-stamp
 
 # Build architecture-independent files here.




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