Your message dated Sat, 12 Dec 2015 22:24:01 +0000
with message-id <[email protected]>
and subject line Bug#806181: fixed in freedombox-setup 0.7
has caused the Debian Bug report #806181,
regarding freedombox-setup: preseed file for stretch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
806181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806181
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freedombox-setup
Severity: wishlist
Tags: patch

This patch adds a preseed file for Debian stretch. The only change from
preseed-jessie was the release name, and removing the extra repository
which is no longer required.

I also think the preseed files for wheezy and jessie can be removed, so
that change is included in the patch.
From ce9c5c5e8ee8e6c8e56db0c2bdd70ed6c06fbf72 Mon Sep 17 00:00:00 2001
From: James Valleroy <[email protected]>
Date: Tue, 24 Nov 2015 21:29:20 -0500
Subject: [PATCH 1/2] Update preseed file for stretch. Remove Petter's
 freedombox repository, since all packages are in Debian now.

---
 preseed/preseed-stretch.dat | 48 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 preseed/preseed-stretch.dat

diff --git a/preseed/preseed-stretch.dat b/preseed/preseed-stretch.dat
new file mode 100644
index 0000000..9f0741c
--- /dev/null
+++ b/preseed/preseed-stretch.dat
@@ -0,0 +1,48 @@
+# Based on ftp://ftp.skolelinux.no/installer-wheezy.dat
+# To debug, boot with DEBCONF_DEBUG=developer as kernel argument
+
+# Skip the local user
+passwd passwd/make-user boolean false
+
+# if you want popcon enabled by default
+d-i     popularity-contest/participate boolean false
+
+# If you want to avoid the password question
+#d-i passwd/root-password-crypted password passwordhash
+
+# Avoid questions about mirrors, using manual setup
+choose-mirror-bin     mirror/codename string  stretch
+choose-mirror-bin     mirror/country          string  manual
+choose-mirror-bin     mirror/protocol select  http
+choose-mirror-bin     mirror/http/hostname    string  httpredir.debian.org
+choose-mirror-bin     mirror/http/directory   string  /debian/
+
+tasksel tasksel/first   multiselect     ssh-server
+
+# list extra packages to install here
+d-i     pkgsel/include string freedombox-setup
+
+grub-installer grub-installer/only_debian boolean true
+
+# Make sure DNS lookup work after resolvconf is installed
+# and set up the Freedombox.  Block init.d scripts from running using
+# policy-rc.d to make sure dnsmasq do not overwrite the resolv.conf
+# file we just inserted (and to keep services from starting in the chroot).
+d-i     preseed/late_command   string cp /etc/resolv.conf /target/etc/resolvconf/run/resolv.conf; SOURCE=false in-target /usr/lib/freedombox/setup
+
+# Avoid that last message about the install being complete.
+d-i finish-install/reboot_in_progress note
+
+# Set up partition, use guided with LVM, separate /var, /usr, /home, etc
+partman-auto    partman-auto/init_automatically_partition       select  60some_device_lvm__________lvm
+partman-auto    partman-auto/choose_recipe      select  /lib/partman/recipes/80multi
+partman-lvm partman-lvm/device_remove_lvm boolean true
+partman-lvm partman-lvm/confirm boolean true
+partman-lvm partman-lvm/confirm_nooverwrite boolean true
+partman partman/choose_partition Finish partitioning and write changes to disk
+# write changes
+partman partman/confirm boolean true
+partman partman/confirm_nooverwrite boolean true
+
+# Fix timezone to UTC to avoid one question during installation
+tzsetup-udeb    time/zone       select  Etc/UTC
-- 
2.6.2


From 45124a3d03b1385767d86ceb06993dfc514835c9 Mon Sep 17 00:00:00 2001
From: James Valleroy <[email protected]>
Date: Tue, 24 Nov 2015 21:37:53 -0500
Subject: [PATCH 2/2] Remove preseed files for wheezy and jessie. FreedomBox
 packages are no longer available for those releases.

---
 preseed/preseed-jessie.dat | 57 ----------------------------------------------
 preseed/preseed-wheezy.dat | 56 ---------------------------------------------
 2 files changed, 113 deletions(-)
 delete mode 100644 preseed/preseed-jessie.dat
 delete mode 100644 preseed/preseed-wheezy.dat

diff --git a/preseed/preseed-jessie.dat b/preseed/preseed-jessie.dat
deleted file mode 100644
index 6b7b825..0000000
--- a/preseed/preseed-jessie.dat
+++ /dev/null
@@ -1,57 +0,0 @@
-# Based on ftp://ftp.skolelinux.no/installer-wheezy.dat
-# To debug, boot with DEBCONF_DEBUG=developer as kernel argument
-
-# Skip the local user
-passwd passwd/make-user boolean false
-
-# if you want popcon enabled by default
-d-i     popularity-contest/participate boolean false
-
-# If you want to avoid the password question
-#d-i passwd/root-password-crypted password passwordhash
-
-# Avoid questions about mirrors, using manual setup
-choose-mirror-bin     mirror/codename string  jessie
-choose-mirror-bin     mirror/country          string  manual
-choose-mirror-bin     mirror/protocol select  http
-choose-mirror-bin     mirror/http/hostname    string  httpredir.debian.org
-choose-mirror-bin     mirror/http/directory   string  /debian/
-
-# Add Petters freedombox repository
-apt-setup apt-setup/cdrom/set-first boolean false
-apt-setup apt-setup/use_mirror boolean true
-
-apt-setup apt-setup/local0/repository string http://www.reinholdtsen.name/freedombox wheezy main
-apt-setup apt-setup/local0/comment string Freedombox wheezy repository
-apt-setup apt-setup/local0/source  boolean true
-apt-setup apt-setup/local0/key     string  http://www.reinholdtsen.name/freedombox/BE1A583D.asc
-
-tasksel tasksel/first   multiselect     ssh-server
-
-# list extra packages to install here
-d-i     pkgsel/include string freedombox-setup
-
-grub-installer grub-installer/only_debian boolean true
-
-# Make sure DNS lookup work after resolvconf is installed
-# and set up the Freedombox.  Block init.d scripts from running using
-# policy-rc.d to make sure dnsmasq do not overwrite the resolv.conf
-# file we just inserted (and to keep services from starting in the chroot).
-d-i     preseed/late_command   string cp /etc/resolv.conf /target/etc/resolvconf/run/resolv.conf; SOURCE=false in-target /usr/lib/freedombox/setup
-
-# Avoid that last message about the install being complete.
-d-i finish-install/reboot_in_progress note
-
-# Set up partition, use guided with LVM, separate /var, /usr, /home, etc
-partman-auto    partman-auto/init_automatically_partition       select  60some_device_lvm__________lvm
-partman-auto    partman-auto/choose_recipe      select  /lib/partman/recipes/80multi
-partman-lvm partman-lvm/device_remove_lvm boolean true
-partman-lvm partman-lvm/confirm boolean true
-partman-lvm partman-lvm/confirm_nooverwrite boolean true
-partman partman/choose_partition Finish partitioning and write changes to disk
-# write changes
-partman partman/confirm boolean true
-partman partman/confirm_nooverwrite boolean true
-
-# Fix timezone to UTC to avoid one question during installation
-tzsetup-udeb    time/zone       select  Etc/UTC
diff --git a/preseed/preseed-wheezy.dat b/preseed/preseed-wheezy.dat
deleted file mode 100644
index bdc3a8d..0000000
--- a/preseed/preseed-wheezy.dat
+++ /dev/null
@@ -1,56 +0,0 @@
-# Based on ftp://ftp.skolelinux.no/installer-wheezy.dat
-# To debug, boot with DEBCONF_DEBUG=developer as kernel argument
-
-# Skip the local user
-passwd passwd/make-user boolean false
-
-# if you want popcon enabled by default
-d-i     popularity-contest/participate boolean false
-
-# If you want to avoid the password question
-#d-i passwd/root-password-crypted password passwordhash
-
-# Avoid questions about mirrors, using manual setup
-choose-mirror-bin     mirror/country          string  manual
-choose-mirror-bin     mirror/protocol select  http
-choose-mirror-bin     mirror/http/hostname    string  httpredir.debian.org
-choose-mirror-bin     mirror/http/directory   string  /debian/
-
-# Add Petters freedombox repository
-apt-setup apt-setup/cdrom/set-first boolean false
-apt-setup apt-setup/use_mirror boolean true
-
-apt-setup apt-setup/local0/repository string http://www.reinholdtsen.name/freedombox wheezy main
-apt-setup apt-setup/local0/comment string Freedombox wheezy repository
-apt-setup apt-setup/local0/source  boolean true
-apt-setup apt-setup/local0/key     string  http://www.reinholdtsen.name/freedombox/BE1A583D.asc
-
-tasksel tasksel/first   multiselect     ssh-server
-
-# list extra packages to install here
-d-i     pkgsel/include string freedombox-setup
-
-grub-installer grub-installer/only_debian boolean true
-
-# Make sure DNS lookup work after resolvconf is installed
-# and set up the Freedombox.  Block init.d scripts from running using
-# policy-rc.d to make sure dnsmasq do not overwrite the resolv.conf
-# file we just inserted (and to keep services from starting in the chroot).
-d-i     preseed/late_command   string cp /etc/resolv.conf /target/etc/resolvconf/run/resolv.conf; SOURCE=false in-target /usr/lib/freedombox/setup
-
-# Avoid that last message about the install being complete.
-d-i finish-install/reboot_in_progress note
-
-# Set up partition, use guided with LVM, separate /var, /usr, /home, etc
-partman-auto    partman-auto/init_automatically_partition       select  60some_device_lvm__________lvm
-partman-auto    partman-auto/choose_recipe      select  /lib/partman/recipes/80multi
-partman-lvm partman-lvm/device_remove_lvm boolean true
-partman-lvm partman-lvm/confirm boolean true
-partman-lvm partman-lvm/confirm_nooverwrite boolean true
-partman partman/choose_partition Finish partitioning and write changes to disk
-# write changes
-partman partman/confirm boolean true
-partman partman/confirm_nooverwrite boolean true
-
-# Fix timezone to UTC to avoid one question during installation
-tzsetup-udeb    time/zone       select  Etc/UTC
-- 
2.6.2

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: freedombox-setup
Source-Version: 0.7

We believe that the bug you reported is fixed in the latest version of
freedombox-setup, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Federico Ceratto <[email protected]> (supplier of updated freedombox-setup 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2015 21:56:35 +0000
Source: freedombox-setup
Binary: freedombox-setup
Architecture: source all
Version: 0.7
Distribution: unstable
Urgency: low
Maintainer: Petter Reinholdtsen <[email protected]>
Changed-By: Federico Ceratto <[email protected]>
Description:
 freedombox-setup - Package to set up freedombox environment
Closes: 803734 806181 806184 806597
Changes:
 freedombox-setup (0.7) unstable; urgency=low
 .
   [ James Valleroy ]
   * Move hardware setup outside to freedom-maker (Closes: #803734).
   * Update preseed file for stretch (Closes: #806181).
 .
   [ Sunil Mohan Adapa ]
   * Remove LXC (Closes: #806184).
   * Update Debian CI test case to fix failing tests (Closes: #806597).
   * Consider wireless when configuring wired ifaces.
Checksums-Sha1:
 d228e5c71724416ec2e05e393e9904a88e0228c8 1856 freedombox-setup_0.7.dsc
 f95b15bd317838aa33b15ccc1b8747bf6f50f87a 31470 freedombox-setup_0.7.tar.gz
 3899de0d7d04ae03ff0abb76104453de9284c24d 19370 freedombox-setup_0.7_all.deb
Checksums-Sha256:
 5e7b3673b52a055cbe3b3887105dd614cd6f60330d77a6a8fdb16b21c4ffce56 1856 
freedombox-setup_0.7.dsc
 6a3abc04c5be29cc92600bd1692c32b0760c6b73aec5a375150f350dcb3af85c 31470 
freedombox-setup_0.7.tar.gz
 b1232dd7c11f3f015ae8b4ea7bc53c14b92d86e81683f8b0c8a529d6abb4b206 19370 
freedombox-setup_0.7_all.deb
Files:
 b9f862ebf05a31f6b8099f7f94ea93d7 1856 misc optional freedombox-setup_0.7.dsc
 87021154a6af662563840d9382022f46 31470 misc optional 
freedombox-setup_0.7.tar.gz
 a131682b89933859b91a087a74063cb6 19370 misc optional 
freedombox-setup_0.7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWbJkRAAoJEG8xvET1F32qH3IP/0MwoVVSEDI+4pwV7yRoffJ5
v/bNiCvpbfDYcC1cpqgEtCCg/9reRz6SCCJ0Wc5lsmDXso6D2Vv++h802y7uj/Wr
wLiwfWNiyb8fhMmrQ7CJ5dIwz8VHpXlzJWMjHnrzHAFL7tPjNUvKi7XngNcPquzp
opgTUoyK7AQ1KPMspiizPh0v4HKPEQHwTPu3pL9XqT+emw0zmz3aEbbm5k2nUO8X
HqmqFvuJlvTiufE5XtZFmty1GmLvdwqcg9+NTlOfH9H/PJSwKussUinGNdjvzSUW
cMfa54ghOULAyrkdBeRW3XbXNneSMvFc307raPLn8Hxh6dUK+B6JeB0RPYu33QJc
Iq+GRbHjLYh1Y7iYaLrlsF26ROSOjZb4SmWaIjoheO+R7riDocc0C4AyBjAZI02g
dqFz9uJaNI+OBkZ4w3JDR5IglXyhraumIgHHSM1OZicDGBuJ3lc6PE10LCqGb7kH
QgPZZQIukUOUkD3apvq7nI18ymRZB10eKU6d9+ximBJJ3chtzeK3rx44utF3YZhR
fopxmbk23aUvMGswR79zEZdr6hZ+gCRxPHBnaE8AZQfRYwSGj9IuFam4igmkrqBT
UsU/Ubp3lCQX47csotXCmi51alJCNRjUAqkiiNUxWDTJUdd/NAMzoqEg9pl/R6ZD
yZsGuzWsXbVUYW2huyU+
=O2nO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to