Package: silo Severity: wishlist Tags: d-i I've noticed that a new version of silo is available.
Find attached a patch that will allow this version to be uploaded for Debian. I've updated the packaging to fix some of the lintian warnings (see #337303), but not all as it would mean completely changing the packaging. The proposed changelog would be: * New upstream release. Closes: #306012. * Update debconf compatibility level to 5. * Fix lintian warning for "multiline-field build-depends". We would very much appreciate an upload soon as it would be very nice to have the fix for the missing message text in the upcoming Beta2 release for Debian Installer. Please let me know if you have any objections to an NMU. I'm also willing to co-maintain silo for Debian. Cheers, Frans Pop
silo (1.4.9-1) unstable; urgency=low * Upgraded to silo 1.4.9 diff -Nru /tmp/YeWjAzzGVc/silo-1.4.9/debian/control /tmp/aBWdY5kHmJ/silo-1.4.10/debian/control --- /tmp/YeWjAzzGVc/silo-1.4.9/debian/control 2005-03-15 15:02:03.000000000 +0100 +++ /tmp/aBWdY5kHmJ/silo-1.4.10/debian/control 2006-01-19 15:15:30.000000000 +0100 @@ -2,8 +2,7 @@ Section: base Priority: important Maintainer: Ben Collins <[EMAIL PROTECTED]> -Build-Depends: e2fslibs-dev (>= 1.28-1), debhelper, gcc-2.95, bzip2, - sparc-utils +Build-Depends: e2fslibs-dev (>= 1.28-1), debhelper (>= 5.0), gcc-2.95, bzip2, sparc-utils Standards-Version: 3.2.1.0 Package: silo diff -Nru /tmp/YeWjAzzGVc/silo-1.4.9/debian/rules /tmp/aBWdY5kHmJ/silo-1.4.10/debian/rules --- /tmp/YeWjAzzGVc/silo-1.4.9/debian/rules 2005-03-15 15:27:44.000000000 +0100 +++ /tmp/aBWdY5kHmJ/silo-1.4.10/debian/rules 2006-01-19 15:44:08.000000000 +0100 @@ -1,7 +1,9 @@ #!/usr/bin/make -f +export DH_COMPAT=5 + # the dbs rules -TAR_DIR := silo-1.4.9 +TAR_DIR := silo-1.4.10 include debian/scripts/dbs-build.mk CC = "gcc-2.95 -m32" @@ -24,11 +26,9 @@ dh_clean -k dh_installdirs - cd $(BUILD_TREE) && $(MAKE) DESTDIR="$(shell pwd)/debian/tmp" \ + cd $(BUILD_TREE) && $(MAKE) DESTDIR="$(shell pwd)/debian/silo" \ install - install -m755 debian/local/siloconfig debian/tmp/usr/sbin/siloconfig - - dh_movefiles + install -m755 debian/local/siloconfig debian/silo/usr/sbin/siloconfig binary-indep:
pgpt8XJ4s6vcs.pgp
Description: PGP signature

