Bug#575765: nmu proposal

2010-04-12 Thread Erik Wenzel
Am 11.04.2010 um 13.36 schrieb Sven Hoexter:

 tags 575765 patch
 thanks
 
 Hi,
 ok doing s/tetex-bin/texlive-latex-base/ is easy but I'm not sure if it's
 worth uploading.
 
 a) The package seems to be rather neglected.
 b) New upstream release 2.4.5 out since June 2009.
 c) Still at deprecated dh compat level 4.
 d) lintian errors and some warnings.
 
 I'm not sure if we should release a package in this state.
 
 Attached is a proposed patch which includes the simple fix for the FTBFS
 and adds $remote_fs to init script dependency to fix the lintian error.
 
 Erik, are you working on getting this package updated?
Yes. I am working on it. Thank you for your effort.
b) IIRC 2.4.5 was a maintainance release for a problem I do have a patch in 
2.4.4.

--
Erik Wenzel
e...@code.de







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575765: nmu proposal

2010-04-11 Thread Sven Hoexter
tags 575765 patch
thanks

Hi,
ok doing s/tetex-bin/texlive-latex-base/ is easy but I'm not sure if it's
worth uploading.

a) The package seems to be rather neglected.
b) New upstream release 2.4.5 out since June 2009.
c) Still at deprecated dh compat level 4.
d) lintian errors and some warnings.

I'm not sure if we should release a package in this state.

Attached is a proposed patch which includes the simple fix for the FTBFS
and adds $remote_fs to init script dependency to fix the lintian error.

Erik, are you working on getting this package updated?

Changelog:
netperf (2.4.4-5.1) unstable; urgency=low

  [ Sven Hoexter]
  * Non-maintainer upload.
  * Change Build-Dep from tetex-bin to texlive-latex-base (Closes: #575765).
  * Add $remote_fs to the Required-(Start|Stop) dependency of debian/init.d.

 -- Sven Hoexter hoex...@debian.org  Sun, 11 Apr 2010 12:29:58 +0200


Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]


netperf_2.4.4-5.1.diff.gz
Description: Binary data
diff -u netperf-2.4.4/debian/changelog netperf-2.4.4/debian/changelog
--- netperf-2.4.4/debian/changelog
+++ netperf-2.4.4/debian/changelog
@@ -1,3 +1,12 @@
+netperf (2.4.4-5.1) unstable; urgency=low
+
+  [ Sven Hoexter]
+  * Non-maintainer upload.
+  * Change Build-Dep from tetex-bin to texlive-latex-base (Closes: #575765).
+  * Add $remote_fs to the Required-(Start|Stop) dependency of debian/init.d.
+
+ -- Sven Hoexter hoex...@debian.org  Sun, 11 Apr 2010 12:29:58 +0200
+
 netperf (2.4.4-5) unstable; urgency=low
 
   * please compile with --enable-demo (Closes: #476412)
diff -u netperf-2.4.4/debian/control netperf-2.4.4/debian/control
--- netperf-2.4.4/debian/control
+++ netperf-2.4.4/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Erik Wenzel e...@debian.org
 Homepage: http://www.netperf.org/
 Standards-Version: 3.7.3
-Build-Depends: autotools-dev, debhelper (= 4), cdbs, dpatch, texinfo, tetex-bin
+Build-Depends: autotools-dev, debhelper (= 4), cdbs, dpatch, texinfo, texlive-latex-base
 
 Package: netperf
 Architecture: any
diff -u netperf-2.4.4/debian/init.d netperf-2.4.4/debian/init.d
--- netperf-2.4.4/debian/init.d
+++ netperf-2.4.4/debian/init.d
@@ -7,8 +7,8 @@
 
 ### BEGIN INIT INFO
 # Provides: netperf
-# Required-Start:   $local_fs $time
-# Required-Stop:$local_fs $time
+# Required-Start:   $remote_fs $local_fs $time
+# Required-Stop:$remote_fs $local_fs $time
 # Should-Start: $network $named
 # Should-Stop:  $network $named
 # Default-Start:S 1 2 3 4 5