Bug#706138: BDIR not respected

2014-07-24 Thread Robert Spencer
with this bug? -- Robert Spencer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#753384: ftpsync has wrong version string

2014-07-01 Thread Robert Spencer
Package: mirrors The change in git to ftpsync's version on the 8th of May set it to: VERSION=20140805 That string in the past has been year, month and day. It therefore should be: VERSION=20140508 Or whatever the date is when it gets changed again. -- Robert Spencer -- To UNSUBSCRIBE

Bug#683275: postfix-cluebringer: MySQL database script provided fails upon create table ... innodb with ERROR 1064 (42000) at line 13

2014-04-24 Thread Robert Spencer
Hi, This bug was fixed upstream in Policyd 2.0.12. The debian/rules file in an updated source package needs to be modified to run database/convert-tsql with the mysql55 option, instead of mysql. -- Robert Spencer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#706138: BDIR not respected

2013-04-25 Thread Robert Spencer
gets fixed as the path was wrong: tools/make_disc_trees.pl:867:|| die Can't write in $tdir/add_packages.log!\n; I hope the attached patch file is satisfactory. -- Robert Spencer --- tools/add-bin-doc~ 2013-01-29 18:22:44.0 + +++ tools/add-bin-doc 2013-04-25 10:01

Bug#706150: Build without isolinux/desktop

2013-04-25 Thread Robert Spencer
-cd can cope whether those files are present or not. -- Robert Spencer --- tools/boot/squeeze/boot-x86~ 2011-02-22 20:52:44.0 + +++ tools/boot/squeeze/boot-x86 2013-04-25 12:50:20.0 + @@ -269,17 +269,14 @@ if [ -z $MULTIARCH ]; then # Set up isolinux dir for only

Bug#706156: Don't assume loadlin.exe exists

2013-04-25 Thread Robert Spencer
Package: debian-cd Version: 3.1.12 I'm making a custom server netinstall ISO, so there are no MS Windows files and no need for them. Unfortunately there's currently no check for loadlin.exe, so install.bat gets created regardless. The attached patch file fixes this. -- Robert Spencer

Bug#703431: Annoying GPG error message

2013-04-19 Thread Robert Spencer
On 18/04/2013 14:15, Raphael Hertzog wrote: On Tue, 16 Apr 2013, Robert Spencer wrote: And have debian-cd extract the file and pass it around to APT and debootstrap. And then DEBOOTSTRAP_OPTS would default to --no-check-gpg and we would just unset it to activate the GPG check at the debootstrap

Bug#705594: Add further support for missing win32-loader.ini

2013-04-17 Thread Robert Spencer
make: *** [image-trees] Error 9 I'm making a custom server netinstall ISO, so there are no MS Windows files and no need for them. -- Robert Spencer --- tools/boot/squeeze/boot-x86~ 2011-02-22 20:52:44.0 + +++ tools/boot/squeeze/boot-x86 2013-04-10 13:17:30.0 + @@ -285,15

Bug#705610: Add support for alternate distro name in grub

2013-04-17 Thread Robert Spencer
Package: debian-cd Version: 3.1.12 The alterations in response to bug 695080 go a long way to add support to isolinux, but don't help for grub. The attached patch file fixes that. -- Robert Spencer --- tools/start_new_disc~ 2013-04-01 01:26:54.0 + +++ tools/start_new_disc 2013-04

Bug#703431: Annoying GPG error message

2013-04-16 Thread Robert Spencer
On 12/04/2013 10:54, Raphael Hertzog wrote: On Wed, 10 Apr 2013, Robert Spencer wrote: I don't have a non-Debian system to test it on, but I hope the attached patch file meets your requirements (it's for debian-cd 3.1.12). I have tested it on my build system and the defaults work. I applied

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-04-15 Thread Robert Spencer
On 20/03/2013 15:46, Steve McIntyre wrote: On Wed, Mar 20, 2013 at 10:30:55AM +0200, Robert Spencer wrote: On 19/03/2013 18:09, Steve McIntyre wrote: Ish. In fact, there's a deeper bug here - the udeb include/exclude code is actually worse than you think. At the moment, we get away

Bug#703431: Annoying GPG error message

2013-04-10 Thread Robert Spencer
On 28/03/2013 09:42, Raphael Hertzog wrote: Hi, On Tue, 19 Mar 2013, Steve McIntyre wrote: On Tue, Mar 19, 2013 at 04:41:08PM +0200, Robert Spencer wrote: There's a long standing error that I've seen even in on-line official Debian CD build logs. W: GPG error: file: squeeze Release

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-03-20 Thread Robert Spencer
On 19/03/2013 18:09, Steve McIntyre wrote: On Tue, Mar 19, 2013 at 05:35:24PM +0200, Robert Spencer wrote: Package: debian-cd Version: 3.1.11 When building multi-arch ISOs I noted a error that repeated twice. WARNING: Unable to read UDEB_EXCLUDE file /home/idms/debian-cd/data/squeeze

Bug#703487: dpkg-architecture variable do not exist

2013-03-20 Thread Robert Spencer
. -- Robert Spencer --- CONF.sh~ 2013-01-15 01:56:42.0 + +++ CONF.sh 2013-03-20 09:13:51.0 + @@ -84,11 +84,11 @@ # ... for arch if [ -z $ARCHES ]; then - CPU=`dpkg-architecture -qDEB_HOST_DPKG_CPU 2/dev/null || true` + CPU=`dpkg-architecture -qDEB_HOST_ARCH_CPU 2/dev

Bug#703431: Annoying GPG error message

2013-03-19 Thread Robert Spencer
the error. -- Robert Spencer --- Makefile~ 2012-09-17 00:49:36.0 + +++ Makefile 2013-03-15 14:44:41.0 + @@ -215,6 +215,16 @@ fi; \ done; : $(ADIR)/status + +# Get rid of annoying GPG error message + $(Q)mkdir -p $(TDIR)/debian-archive-keyring + $(Q)dpkg -x $(MIRROR

Bug#703432: Build error re -nostdinc++

2013-03-19 Thread Robert Spencer
. -- Robert Spencer --- Makefile~ 2012-09-17 00:49:36.0 + +++ Makefile 2013-03-19 14:52:56.0 + @@ -338,7 +338,7 @@ fi; \ if [ $(SOURCEONLY)x != yesx ] ; then \ cat $(TASKDIR)/$(TASK) | \ - cpp -nostdinc -nostdinc++ -P -undef $$ARCHDEFS $$VARIANTDEFS\ + cpp -nostdinc -P

Bug#703433: squeeze build can't find debian-tasks.desc

2013-03-19 Thread Robert Spencer
between squeeze and wheezy. Attached please find a patch file that fixes the error. -- Robert Spencer --- tools/update_tasks~ 2012-06-05 17:28:41.0 + +++ tools/update_tasks 2013-03-14 11:14:02.0 + @@ -72,6 +72,10 @@ my $descfile = usr/share/tasksel/descs/debian-tasks.desc

Bug#703436: Multi-arch builds uses wrong UDEB_EXCLUDE

2013-03-19 Thread Robert Spencer
for that. I'm also assuming that UDEB_INCLUDE, being in the same area as UDEB_EXCLUDE, suffers from the same problem. Attached please find a patch file that fixes the error. -- Robert Spencer --- tools/start_new_disc~ 2012-05-30 07:35:23.0 + +++ tools/start_new_disc 2013-03-18 13:17