[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

proposed silo NMU



Bug-submitters: please see if
http://people.debian.org/~blarson/sarge-sparc-siloNMU-netinst.iso
(based on 2004-10-23 daily build, only silo for booting cd changed,
still installs released version) works on your system, and if a recent
daily d-i build does also.  If the first works and the second doesn't,

I'll NMU if this fixes the problem and the maintainer does not object.

Proposed NMU patch attached.


-- 
Blars Blarson			blarson@blars.org
				http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.
diff -ur ../src2/silo-1.4.8/debian/changelog silo-1.4.8-1/debian/changelog
--- ../src2/silo-1.4.8/debian/changelog	2004-07-14 07:35:59.000000000 -0700
+++ silo-1.4.8-1/debian/changelog	2004-10-24 16:44:29.740281500 -0700
@@ -1,3 +1,14 @@
+silo (1.4.8-1-0.1) unstable; urgency=high
+
+  * NMU for RC bugs
+  * Change debian/rules to explicitly use gcc 2.95
+    (Hopefully Closes: #261824, #264728, #267791)
+  * Strange version number due to mainainter using non-native style
+    version number on native package.
+  * Fix missing build-depends on sparcutils (Closes: #278126)
+  
+ -- Blars Blarson <blarson@blars.org>  Sun, 24 Oct 2004 16:53:24 -0700
+
 silo (1.4.8-1) unstable; urgency=high
 
   * New upstream, really fixes initrd issues.
diff -ur ../src2/silo-1.4.8/debian/control silo-1.4.8-1/debian/control
--- ../src2/silo-1.4.8/debian/control	2004-05-13 07:03:23.000000000 -0700
+++ silo-1.4.8-1/debian/control	2004-10-24 16:52:10.238081869 -0700
@@ -2,7 +2,7 @@
 Section: base
 Priority: important
 Maintainer: Ben Collins <bcollins@debian.org>
-Build-Depends: e2fslibs-dev, debhelper, gcc-2.95, bzip2
+Build-Depends: e2fslibs-dev, debhelper, gcc-2.95, bzip2, sparc-utils
 Standards-Version: 3.2.1.0
 
 Package: silo
diff -ur ../src2/silo-1.4.8/debian/rules silo-1.4.8-1/debian/rules
--- ../src2/silo-1.4.8/debian/rules	2004-07-14 07:35:34.000000000 -0700
+++ silo-1.4.8-1/debian/rules	2004-09-25 07:19:38.000000000 -0700
@@ -7,7 +7,7 @@
 build: $(STAMP_DIR)/build
 $(STAMP_DIR)/build: $(STAMP_DIR)/patch
 	dh_testdir
-	cd $(BUILD_TREE) && $(MAKE)
+	cd $(BUILD_TREE) && MAKEFLAGS="CC=gcc-2.95" $(MAKE)
 	touch $(STAMP_DIR)/build
 
 clean:

Reply to: