Subject: zivot: please upgrade build-depends to gfortran from g77
Package: zivot
Version: 20013101-2.1
Severity: normal

This package currently depends on g77. Please make it depend on
gfortran. Here is a diff that also changes the debhelper required to
version 4 or higher and changes the compiler to gfortran. There don't
appear to be any regressions.

wt

diff -u3 zivot-20013101.old/debian/changelog zivot-20013101/debian/changelog
--- zivot-20013101.old/debian/changelog 2006-10-10 02:18:07.000000000 -0600
+++ zivot-20013101/debian/changelog     2006-10-10 02:43:03.897297980 -0600
@@ -1,3 +1,11 @@
+zivot (20013101-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * use gfortran instead of g77
+  * update debhelper requirement to version 4 
+
+ -- Warren Turkal <[EMAIL PROTECTED]>  Tue, 10 Oct 2006 02:42:51 -0600
+
 zivot (20013101-2.1) unstable; urgency=low
 
   * Non-Maintainer Upload
diff -u3 zivot-20013101.old/debian/control zivot-20013101/debian/control
--- zivot-20013101.old/debian/control   2006-10-10 02:18:07.000000000 -0600
+++ zivot-20013101/debian/control       2006-10-10 02:44:42.130411715 -0600
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Radovan Garabik <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 2.0.0), g77
+Build-Depends: debhelper (>> 4), gfortran
 Standards-Version: 3.2.1
 
 Package: zivot
diff -u3 zivot-20013101.old/debian/rules zivot-20013101/debian/rules
--- zivot-20013101.old/debian/rules     2006-10-10 02:18:07.000000000 -0600
+++ zivot-20013101/debian/rules 2006-10-10 02:36:05.278988858 -0600
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatability version to use.
-export DH_COMPAT=2
+export DH_COMPAT=4
 
 configure: configure-stamp
 configure-stamp:
@@ -20,7 +20,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       g77 -g -O2 -o zivot zivot.f
+       gfortran -O2 -o zivot zivot.f
        #/usr/bin/docbook-to-man debian/zivot.sgml > zivot.1
 
        touch build-stamp
@@ -50,7 +50,6 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-       dh_testversion 2
        dh_testdir
        dh_testroot
 #      dh_installdebconf       


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to