Bug#931084: unblock: netdata/1.12.2-2
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package netdata. First, I'm sorry.. I'm terribly late with this and there's no excuse for that. Second, I seem to have miscalculated the 'last-possible-point-in-time-to-upload-to-unstable-and-migrate-to-testing-before-full-freeze' by one hour on 2019-02-27. so netdata 1.12.2-2 which was supposed to be the one for buster just didn't make it in time into testing before the freeze on 2019-03-12. If I didn't make that mistake, netdata 1.12-2-2 would have migrated on its own. Now, netdata 1.12.0-1..1.12.2-2 fixes two important things: a) the web frontend as well as the documentation has been fixed to not spy on its users (via googleanalytics). b) opt-out to send telemetry to upstream Preferably, netdata 1.12.2-2 could be allowed to migrate to testing. If that's not possible, both should be fixed through stable updates for buster r1 which I'd like to avoid the extra-work for everyone. Would you mind allow netdata to migrate at this point? (debdiff of debian/ is attached) Regards, Daniel diff -Naurp debian_1.12.0-1/changelog debian_1.12.2-2/changelog --- debian_1.12.0-1/changelog 2019-06-25 20:27:42.597478366 +0200 +++ debian_1.12.2-2/changelog 2019-06-25 20:28:01.646098056 +0200 @@ -1,3 +1,47 @@ +netdata (1.12.2-2) unstable; urgency=medium + + [ Federico Ceratto ] + * Add patch to remove Sign In button + + [ Daniel Baumann ] + * When disabling the 'Sign In' button on the right side, only turn it +off in the javascript and keep the html unmodified. + * Sorting patch series. + + -- Daniel Baumann Sat, 02 Mar 2019 16:46:44 +0100 + +netdata (1.12.2-1) unstable; urgency=medium + + * Merging upstream version 1.12.2. + + -- Daniel Baumann Thu, 28 Feb 2019 22:18:45 +0100 + +netdata (1.12.1-2) unstable; urgency=medium + + * Downgrading nodejs depends in netdata-plugins-nodejs to recommends as +not all architectures have nodejs at the moment. + + -- Daniel Baumann Wed, 27 Feb 2019 22:09:05 +0100 + +netdata (1.12.1-1) unstable; urgency=medium + + [ Lennart Weller ] + * Add patch to remove Google Analytics from generated docs + + [ Daniel Baumann ] + * Rediffing remove-googleanalytics.patch. + * Opting out by default from sending anonymous statistics (Closes: #923114). + * Merging upstream version 1.12.1. + * Refreshing remove-googleanalytics.patch for new upstream version. + * Updating lintian overrides. + * Removing currently usless depends on bash as it's still an essential +package. + * Adding missing GPL-3-only license stanza in copyright file. + * Debranding license references in copyright. + * Updating TODO file. + + -- Daniel Baumann Sun, 24 Feb 2019 21:32:56 +0100 + netdata (1.12.0-1) unstable; urgency=medium * Merging upstream version 1.12.0. diff -Naurp debian_1.12.0-1/control debian_1.12.2-2/control --- debian_1.12.0-1/control 2019-06-25 20:27:42.597478366 +0200 +++ debian_1.12.2-2/control 2019-06-25 20:28:01.646098056 +0200 @@ -97,7 +97,6 @@ Section: net Architecture: all Multi-Arch: foreign Depends: - bash, netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), ${misc:Depends}, Suggests: @@ -120,8 +119,9 @@ Architecture: all Multi-Arch: foreign Depends: netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), - nodejs, ${misc:Depends}, +Recommends: + nodejs, Provides: netdata-plugins, Enhances: diff -Naurp debian_1.12.0-1/copyright debian_1.12.2-2/copyright --- debian_1.12.0-1/copyright 2019-06-25 20:27:42.597478366 +0200 +++ debian_1.12.2-2/copyright 2019-06-25 20:28:01.650098186 +0200 @@ -183,7 +183,7 @@ Files: collectors/python.d.plugin/python_modules/third_party/boinc_client.py Copyright: 2013 Rodrigo Silva (MestreLion) 2017 Austin S. Hemmelgarn -License: GPL-3.0 +License: GPL-3 Files: collectors/python.d.plugin/python_modules/third_party/mcrcon.py @@ -224,8 +224,8 @@ License: LGPL-3+ You should have received a copy of the GNU Lesser General Public License along with this library; If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU Lesser General Public - License version 3 can be found in /usr/share/common-licenses/LGPL-3. + The complete text of the GNU Lesser General Public License version 3 + can be found in /usr/share/common-licenses/LGPL-3. License: LGPL-2.1 This program is free software; you can redistribute it and/or modify @@ -242,9 +242,23 @@ License: LGPL-2.1 along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . - On Debian GNU/Linux systems, the complete text of the GNU Library - General Public License, version 2, can be found in - /usr/share/common-licenses/LGPL-2. + The complete text of the GNU Library G
Bug#932193: buster-pu: package netdata/1.12.0-1+deb10u1
Package: release.debian.org Severity: normal Tags: buster User: release.debian@packages.debian.org Usertags: pu Hi, attached is the diff for netdata with cherry-picked patches from later Debian uploads to disable spying on users and a couple of other important things. Thanks, Daniel diff --git a/debian/changelog b/debian/changelog index b2d9488..360d5e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +netdata (1.12.0-1+deb10u1) buster; urgency=medium + + [ Lennart Weller ] + * Add patch to remove Google Analytics from generated docs + + [ Daniel Baumann ] + * Removing currently usless depends on bash as it's still an essential +package. + * Adding missing GPL-3-only license stanza in copyright file. + * Opting out by default from sending anonymous statistics (phone home). + * Downgrading nodejs depends in netdata-plugins-nodejs to recommends as +not all architectures have nodejs at the moment. + + [ Federico Ceratto ] + * Add patch to remove Sign In button + + -- Daniel Baumann Tue, 16 Jul 2019 15:41:56 +0200 + netdata (1.12.0-1) unstable; urgency=medium * Merging upstream version 1.12.0. diff --git a/debian/control b/debian/control index 15ab266..c93e7ff 100644 --- a/debian/control +++ b/debian/control @@ -97,7 +97,6 @@ Section: net Architecture: all Multi-Arch: foreign Depends: - bash, netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), ${misc:Depends}, Suggests: @@ -120,8 +119,9 @@ Architecture: all Multi-Arch: foreign Depends: netdata-core (>= ${source:Version}) | netdata-core-no-sse (>= ${source:Version}), - nodejs, ${misc:Depends}, +Recommends: + nodejs, Provides: netdata-plugins, Enhances: diff --git a/debian/copyright b/debian/copyright index 8c73f0a..2abec45 100644 --- a/debian/copyright +++ b/debian/copyright @@ -183,7 +183,7 @@ Files: collectors/python.d.plugin/python_modules/third_party/boinc_client.py Copyright: 2013 Rodrigo Silva (MestreLion) 2017 Austin S. Hemmelgarn -License: GPL-3.0 +License: GPL-3 Files: collectors/python.d.plugin/python_modules/third_party/mcrcon.py @@ -246,6 +246,21 @@ License: LGPL-2.1 General Public License, version 2, can be found in /usr/share/common-licenses/LGPL-2. +License: GPL-3 + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation, version 3 of the License. + . + This program is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along with + this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in /usr/share/common-licenses/GPL-3. + License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff --git a/debian/patches/debian/0009-remove-googleanalytics.patch b/debian/patches/debian/0009-remove-googleanalytics.patch new file mode 100644 index 000..aa6f0e9 --- /dev/null +++ b/debian/patches/debian/0009-remove-googleanalytics.patch @@ -0,0 +1,11 @@ +Author: Lennart Weller +Subject: Remove googleanalytics + +diff -Naurp netdata.orig/docs/generator/custom/themes/material/partials/footer.html netdata/docs/generator/custom/themes/material/partials/footer.html +--- netdata.orig/docs/generator/custom/themes/material/partials/footer.html netdata/docs/generator/custom/themes/material/partials/footer.html +@@ -51,4 +51,3 @@ + + + +-!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="<a rel="nofollow" href="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore">https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore</a>(c,i)}(window,document,"script",0,"ga"),ga("create","UA-64295674-3",""),ga("set","anonymizeIp",!0),ga("send","pageview","/doc"+window.location.pathname);var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(th
Bug#934650: buster-pu: package open-infrastructure-compute-tools/20190301-lts2-1~deb10u1
Package: release.debian.org Severity: normal Tags: buster User: release.debian@packages.debian.org Usertags: pu Hi, unfortunatlly I did a rebase error when preparing the upload for buster, so one necessary 'case' statement got removed that shouldn't. The effect of the missing 'case' statement is that when containers are started, they will be automatically shutdown after the systemd unit timeout is reached when calling 'systemd-nspawn --keep-unit [...]' the second time (which should be only called once, the second time the script is executed it should be noop for systemd-nspawn). Since I'm upstream for this, I've released a new version and attached the full diff (upstream+debian). Thanks, Daniel diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 330e383..251daf1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2019-08-13 Daniel Baumann + + * Releasing version 20190301-lts2. + + [ Daniel Baumann ] + * Restoring case statement that got lost when excluding limit container command for buster to fix container start, thanks to Nik Lutz . + 2019-03-02 Daniel Baumann * Releasing version 20190301-lts1. diff --git a/VERSION.txt b/VERSION.txt index 7182ca9..0583a76 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20190301-lts1 +20190301-lts2 diff --git a/debian/changelog b/debian/changelog index 2845317..3f3d26c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +open-infrastructure-compute-tools (20190301-lts2-1~deb10u1) buster; urgency=medium + + * Uploading to buster. + * Merging upstream version 20190301-lts2: +- Restoring case statement that got lost when excluding limit container + command for buster to fix container start, thanks to Nik Lutz + . + + -- Daniel Baumann Tue, 13 Aug 2019 00:47:36 +0200 + open-infrastructure-compute-tools (20190301-lts1-2) unstable; urgency=medium * Uploading to sid. diff --git a/lib/container/start b/lib/container/start index 82f9314..e1a5fb6 100755 --- a/lib/container/start +++ b/lib/container/start @@ -408,8 +408,15 @@ case "${SYSTEMCTL}" in ;; esac -# Run -${SETARCH} systemd-nspawn --keep-unit ${BIND} ${BIND_RO} ${BOOT} ${CAPABILITY} ${DIRECTORY} ${DROP_CAPABILITY} ${MACHINE} ${NETWORK_VETH_EXTRA} ${LINK_JOURNAL} ${REGISTER} +case "${START}" in + true) + ;; + + *) + # Run + ${SETARCH} systemd-nspawn --keep-unit ${BIND} ${BIND_RO} ${BOOT} ${CAPABILITY} ${DIRECTORY} ${DROP_CAPABILITY} ${MACHINE} ${NETWORK_VETH_EXTRA} ${LINK_JOURNAL} ${REGISTER} + ;; +esac # Post hooks for FILE in "${HOOKS}/post-${COMMAND}".* "${HOOKS}/${NAME}.post-${COMMAND}"
Bug#932193: buster-pu: package netdata/1.12.0-1+deb10u1
On 8/20/19 10:22 PM, Adam D. Barratt wrote: > Please go ahead. done. Regards, Daniel
Bug#934650: buster-pu: package open-infrastructure-compute-tools/20190301-lts2-1~deb10u1
On 8/13/19 7:13 PM, Adam D. Barratt wrote: > Please go ahead. done. Regards, Daniel
Bug#908474: stretch-pu: package zutils/1.5-5
Package: release.debian.org User: release.debian@packages.debian.org Usertags: pu Tags: stretch Severity: normal Hi, a buffer underrun has been fixed in zutils 1.7-3 (sid), here's an updated package for stretch: https://people.debian.org/~daniel/packages/zutils/1.5-5+deb9u1/zutils_1.5-5+deb9u1.dsc The debdiff is attached. Regards, Daniel diff -Nru zutils-1.5/debian/changelog zutils-1.5/debian/changelog --- zutils-1.5/debian/changelog 2017-01-26 16:41:26.0 + +++ zutils-1.5/debian/changelog 2018-09-10 08:55:58.0 + @@ -1,3 +1,11 @@ +zutils (1.5-5+deb9u1) stretch; urgency=medium + + * Uploading to stretch. + * Adding patch from upstream to fix a buffer overrun in zcat +[CVE-2018-1000637] (Closes: #902936). + + -- Daniel Baumann Mon, 10 Sep 2018 10:55:58 +0200 + zutils (1.5-5) unstable; urgency=low * Uploading to sid. diff -Nru zutils-1.5/debian/patches/series zutils-1.5/debian/patches/series --- zutils-1.5/debian/patches/series 2017-01-26 16:41:26.0 + +++ zutils-1.5/debian/patches/series 2018-09-10 08:55:15.0 + @@ -1,2 +1,3 @@ debian/0001-build.patch debian/0002-zupdate.patch +upstream/0001-zcat-buffer-overrun.patch diff -Nru zutils-1.5/debian/patches/upstream/0001-zcat-buffer-overrun.patch zutils-1.5/debian/patches/upstream/0001-zcat-buffer-overrun.patch --- zutils-1.5/debian/patches/upstream/0001-zcat-buffer-overrun.patch 1970-01-01 00:00:00.0 + +++ zutils-1.5/debian/patches/upstream/0001-zcat-buffer-overrun.patch 2018-09-10 08:55:58.0 + @@ -0,0 +1,18 @@ +Author: Antonio Diaz-Diaz +Description: zcat.cc: Fixed a buffer overrun on outbuf when '-v' is used [CVE-2018-1000637] (Closes: #902936). + +diff -Naurp zutils.orig/zcat.cc zutils/zcat.cc +--- zutils.orig/zcat.cc zutils/zcat.cc +@@ -229,8 +229,9 @@ int cat( int infd, const int format_inde + enum { buffer_size = 4096 }; + // buffer with space for sentinel newline at the end + uint8_t * const inbuf = new uint8_t[buffer_size+1]; +- // buffer with space for character quoting and 255-digit line number +- uint8_t * const outbuf = new uint8_t[(4*buffer_size)+256]; ++ // buffer with space for character quoting, 255-digit line number and ++ // worst case flushing respect to inbuf. ++ uint8_t * const outbuf = new uint8_t[(5*buffer_size)+256]; + int retval = 0; + Children children; + if( !set_data_feeder( &infd, children, format_index ) ) retval = 1;
misc unblocks
Hi, please unblock the following packages.. fatattr (1.0.1-4) unstable; urgency=low * Updating to standards 3.8.4. * Updating standards version to 3.9.0. * Correcting spelling typo in package description (Closes: #592584). * Updating standards version to 3.9.1. for your conveninence: http://git.debian-maintainers.org/?p=syslinux/fatattr.git file (5.04-5) unstable; urgency=low [ Daniel Baumann ] * Adding patch from Adam Buchbinder to fix false positives in Bio-Rad PIC detection (Closes: #589056). * Adding patch from Adam Buchbinder to add new magics for JFS filesystem images (Closes: #589067). * Adding patch from Nahuel Greco to add new magics for Erlang DETS files (Closes: #589723). [ Judit Foglszinger ] * Adding myself to uploaders. * Replacing dh_python with dh_pysupport in debian/rules (Closes: #529351). for your conveninence: http://git.debian-maintainers.org/?p=daniel/file.git gitosis (0.2+20090917-8) unstable; urgency=low * Adding patch to update hook for git >= 1.6 (Closes: #584900). * Updating standards version to 3.9.0. * Updating Czech debconf translations from Michal Simunek (Closes: #591263). for your conveninence: http://git.debian-maintainers.org/?p=daniel/gitosis.git openerp-client (5.0.12-2) unstable; urgency=low * Removing debhelper auto install overrides. * Updating standards version to 3.9.1. * Reverting to manual setup.py call, updated for version 5.0.12 (Closes: #591081). for your conveninence: http://git.debian-maintainers.org/?p=open-object/openerp-client.git openerp-server (5.0.12-2) unstable; urgency=low * Removing debhelper auto install overrides. * Updating clean target in rules. * Reverting to manual setup.py call, updated for version 5.0.12 (Closes: #590819, #592643, #592644). for your conveninence: http://git.debian-maintainers.org/?p=open-object/openerp-server.git plymouth (0.8.3-6) unstable; urgency=low * Removing old conflicts and replaces. * Correcting spelling typo in package description (Closes: #592866). for your conveninence: http://git.debian-maintainers.org/?p=daniel/plymouth.git tftp-hpa (5.0-15) unstable; urgency=low * Adding updated Czech debconf translations from Vítězslav Kotrla (Closes: #590136). * Harmonizing headers of po files. * Adding updated Spanish debconf translations from Omar Campagne (Closes: #590664). for your conveninence: http://git.debian-maintainers.org/?p=syslinux/tftp-hpa.git tryton-client (1.6.1-1) unstable; urgency=low . * Wrapping copyright. * Updating standards version to 3.9.0. * Merging upstream version 1.6.1. for your conveninence: http://git.debian-maintainers.org/?p=tryton/tryton-client.git tryton-server (1.6.1-1) unstable; urgency=low [ Daniel Baumann ] * Wrapping copyright. [ Mathias Behrle ] * Moving python-psyco and python-sphinx to Suggests. * Moving logrotate to Recommends. [ Daniel Baumann ] * Updating standards version to 3.9.0. * Merging upstream version 1.6.1. for your conveninence: http://git.debian-maintainers.org/?p=tryton/tryton-server.git vsftpd (2.3.0-1) unstable; urgency=low * Merging upstream version 2.3.0. * Updating standards version to 3.9.1. for your conveninence: http://git.debian-maintainers.org/?p=daniel/vsftpd.git open-vm-tools (2010.06.16-268169-3) unstable; urgency=low * Updating local Makefile to inject symvers files to fix vmhgfs and vsock modules, thanks to Joe Gooch (Closes: #579721). * Updating standards version to 3.9.1. for your conveninence: http://git.debian-maintainers.org/?p=vmware/open-vm-tools.git vmware-view-open-client (4.5.0-271013+dfsg-1) unstable; urgency=low * Updating standards version to 3.9.0. * Merging upstream version 4.5.0-271013+dfsg. for your conveninence: http://git.debian-maintainers.org/?p=vmware/vmware-view-open-client.git note: this should have migrated way before the freeze already, however, it was hold up by the icu transition. Regards, Daniel -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c66d0e3.4060...@debian.org
Re: misc unblocks
On 08/14/2010 08:47 PM, Adam D. Barratt wrote: >> tryton-client (1.6.1-1) unstable; urgency=low >> tryton-server (1.6.1-1) unstable; urgency=low > > Were there any particular changes which make these upstream versions > more release-worthy than those already in testing? There are quick a > few changes in the upstream repository and the "changelog just says see > the hg repo" doesn't help identify whether any are particularly > important when one doesn't know the software. they fix all sorts of tiny things and glitches, i'll let mathias (upstream and co-maintainer) comment on that in more detail. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c66ea25.3070...@debian.org
Re: Several bugs already solved in version 1.2.1
# submitter sent bug twice close 593056 retitle 593055 please put 1.2.1 into squeeze severity 593055 wishlist thanks eventhough i support that, it's not my call. squeeze is frozen, so the release team (CC'ed) has to decide; -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c67a390.1050...@debian.org
Re: misc unblocks
On 08/19/2010 11:07 PM, Adam D. Barratt wrote: > tryton-{client,server} unblocked. thanks. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c6e66a5.1060...@debian.org
Re: runinit-run, releaseability thereof
On 08/20/2010 01:50 PM, Julien Cristau wrote: > Daniel, can you please remove this binary package from unstable? rather than that, i've downgraded the depends to suggests. note that if you unblock live-config 2.0.x that you want to unblock live-boot 2.0.x too. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c704948.6050...@debian.org
Bug#595416: unblock: ecryptfs-utils/83-2
Package: release.debian.org ecryptfs-utils (83-2) unstable; urgency=low * Updating standards version to 3.9.0. * Calling pam-auth-update at package installation and removal time, thanks to Mike Miller (Closes: #506172). * Updating standards version to 3.9.1. -- Daniel Baumann Wed, 01 Sep 2010 10:06:01 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814daf.9070...@debian.org
Bug#595417: unblock: mknbi/1.4.4-7
Package: release.debian.org mknbi (1.4.4-7) unstable; urgency=low * Adding patch from Colin Watson to pass appropriate options to ld and as to make multilib build work (Closes: #593609). * Updating standards version to 3.9.1. -- Daniel Baumann Wed, 01 Sep 2010 10:19:19 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814def.4080...@debian.org
Bug#595418: unblock: etherboot/5.4.4-7
Package: release.debian.org etherboot (5.4.4-7) unstable; urgency=low * Updating standards version to 3.9.0. * Workarounding issues in build system for amd64 (Closes: #593399). * Updating standards version to 3.9.1. -- Daniel Baumann Wed, 01 Sep 2010 10:26:44 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814e1a.4090...@debian.org
Bug#595419: unblock: gitosis/0.2+20090917-9
Package: release.debian.org gitosis (0.2+20090917-9) unstable; urgency=low * Adding some improvements to the German debconf translations, thanks to Martin Eberhard Schauer (Closes: #593569). * Updating debconf po files. -- Daniel Baumann Wed, 01 Sep 2010 10:34:57 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814e3b.9090...@debian.org
Bug#595420: unblock: live-boot/2.0.3-1
Package: release.debian.org live-boot (2.0.3-1) unstable; urgency=low * Exiting with 0 in live-boot bug script (Closes: #595262). * Using boot.d instead of boot.conf.d as directory name for custom configuration files. -- Daniel Baumann Thu, 02 Sep 2010 22:43:03 +0200 live-boot (2.0.2-1) unstable; urgency=low * Updating seperators in networking bottom script to fix ip parameter parsing (Closes: #590494). * Updating live-build reference in manpages. * Checking for file existence in initramfs hook (Closes: #595264). * Adding live-toram script to copy the running live system to ram and eject the live media. -- Daniel Baumann Thu, 02 Sep 2010 18:25:12 +0200 live-boot (2.0.1-1) unstable; urgency=low [ Michael Prokop ] * Adding workaround for aufs issue in kernel versions around 2.6.33. [ Daniel Baumann ] * Using allow-hotplug instead of auto in automatically created /etc/network/interfaces file. -- Daniel Baumann Wed, 01 Sep 2010 18:25:08 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814ed5.70...@debian.org
Bug#595422: unblock: live-config/2.0.4-1
Package: release.debian.org live-config (2.0.4-1) unstable; urgency=low * Using config.d instead of config.conf.d as directory name for custom configuration files. * Updating live-installer-launcher script for debian-installer- launcher rename. -- Daniel Baumann Thu, 02 Sep 2010 22:33:04 +0200 live-config (2.0.3-1) unstable; urgency=low * Updating live-build reference in live-config manpage. * Renumbering config scripts. * Rewriting TODO file. -- Daniel Baumann Thu, 02 Sep 2010 18:35:50 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814f1c.20...@debian.org
Bug#595423: unblock: live-build/2.0~a25-1
Package: release.debian.org live-build (2.0~a25-1) unstable; urgency=low * Updating internal calls to use live-build instead of live-helper. * Updating lenny point release number. -- Daniel Baumann Thu, 02 Sep 2010 15:15:31 +0200 live-build (2.0~a24-1) unstable; urgency=low [ Richard Nelson ] * Add param to cgi for --tasks. * Add param to the build.html templates for --tasks. * Add param to the form.html templates for --tasks. [ Daniel Baumann ] * Correcting typo in emdebian keyring packages variable (Closes: #593346). * Updating copyright headers for live-build. * Replacing some references to live-helper with live-build. * Adding legacy symlinks for lh in live-helper transitional package. * Renaming manpages for live-build. * Replacing some references to live-helper with live-build in manpages. * Replacing some references to live-helper with live-build in templates. * Replacing some more references to live-helper with live-build in scripts. * Replacing some references to live-helper with live-build in the cgi. * Replacing some references to live-helper with live-build in examples. * Replacing some references to live-helper with live-build in lists. * Replacing some references to live-helper with live-build in debhelper bug files. -- Daniel Baumann Thu, 02 Sep 2010 15:06:23 +0200 live-build (2.0~a23-1) unstable; urgency=low * Adding slightly modified patch from Cody A.W. Somerville to extract casper uuid file from casper initrds. * Setting default distribution to squeeze. * Moving /usr/share/live-helper to /usr/share/live/build. * Removing old and unmaintained po files. -- Daniel Baumann Sat, 14 Aug 2010 20:53:08 +0200 live-build (2.0~a22-1) unstable; urgency=low [ Daniel Baumann ] * Making cp calls for syslinux templates recursive, thanks to Tiago Bortoletto Vaz . [ Chris Lamb ] * Fixing spelling typo. * Run chroot stage with /var/lib/dpkg mounted as a tmpfs [ Richard Nelson ] * Correct typo on build.html. * Update to change in location and name of /live-helper.sh to /scripts/build.sh. [ Daniel Baumann ] * Marking ndiff as lenny only in rescue list (Closes: #591469). [ Tiago Bortoletto Vaz ] * Adding curly braces to LH_MEDIA in syslinux template. * Fixing all LH_MEDIA related stuff in syslinux templates. * Adding Brazilian Portuguese templates for syslinux. [ Daniel Baumann ] * Updating debian-cd data. [ Chris Lamb ] * Fix LH_INTERACTIVE switch statement. [ Daniel Baumann ] * Setting default desktop for tasksel when installing package tasks to avoid ending up with a pulled in gnome in all cases, thanks a lot to Ben Armstrong for finding this solution. -- Daniel Baumann Tue, 10 Aug 2010 04:21:01 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814f7f.4090...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
Package: release.debian.org live-manual (1:2.0~a4-1) unstable; urgency=low [ Ben Armstrong ] * Add content to Hooks section [ Daniel Baumann ] * Updating package to standards version 3.9.1. * Switching from DocBook to SiSU. -- Daniel Baumann Sat, 14 Aug 2010 21:37:43 +0200 live-manual (1:2.0~a3-1) unstable; urgency=low [ Daniel Baumann ] * Adding libxml2-utils to list of recommended packages for manual contributors. * Updating contribution instructions wrt/ commit target for file sanitization. [ Richard Nelson ] * Added VMWare-Player use-case and minor cleanup on vnc-kiosk. [ Daniel Baumann ] * Sorting build instructions per format. * Adding identity.xsl. * Using combined xml file within build tree. * Converting basics.xml to UTF-8. * Converting live-environment.xml to UTF-8. * Also including the combined xml file in the package. * Refreshing po files. * Updating package to standards version 3.9.0. -- Daniel Baumann Fri, 09 Jul 2010 15:57:19 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c814fb5.7040...@debian.org
Bug#595416: unblock: ecryptfs-utils/83-2
On 09/04/2010 05:01 PM, Adam D. Barratt wrote: > How did it take over a year before anyone noticed that the first attempt > at fixing this was broken? i don't know, i'm not using it that way. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c827aff.1070...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
On 09/04/2010 05:19 PM, Adam D. Barratt wrote: > Was the dropping of the leading space removal intentional? yes. > Does this imply that there are still further changes to be made to the > package? yes. > Finally, the version of the package in testing ships a German > translation and > includes /usr/share/doc/live-manual/live-manual.{html,{txt,pdf}.gz} > and /usr/share/doc/live-manual/html as symlinks in to the English > documentation; there doesn't seem to be a record of any of that being > dropped from the package in the changelog. the german translation is still as empty as it was before, hence not enabled for squeeze. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c827ae9.5060...@debian.org
Bug#595417: unblock: mknbi/1.4.4-7
On 09/04/2010 04:56 PM, Adam D. Barratt wrote: > So far as I can see, this would resolve build issues for the package on > amd64; this isn't a regression for the archive, however, as there are no > amd64 mknbi packages in Debian. In fact, despite the changes in mknbi > 1.4.4-2 last year, the buildds have never attempted to build it on > anything other than i386, as the package is in Packages-arch-specific. when amd64 was introduced, nobody though of updating the p-a-s entry for mknbi, filled bug for that. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c827c96.6050...@debian.org
Bug#595422: unblock: live-config/2.0.4-1
On 09/04/2010 11:36 PM, Julien Cristau wrote: > The renumbering of files looks gratuitous and makes review impossible. you can look at the git repository for a more convenient overview. http://live.debian.net/gitweb/?p=live-config.git -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c82bdb5.6030...@debian.org
Bug#595420: unblock: live-boot/2.0.3-1
On 09/04/2010 11:33 PM, Julien Cristau wrote: > This doesn't look like it matches the freeze criteria. debian-live stuff needs to be updated until quite late in order to fix the last bugs and adapt to the last changes during the freeze. this has been how it worked with lenny. is this now different for squeeze? -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c82be82.2040...@debian.org
Bug#595417: unblock: mknbi/1.4.4-7
On 09/04/2010 07:06 PM, Daniel Baumann wrote: > nobody though of updating the p-a-s entry for > mknbi, filled bug for that. which was fixed now (#595506). -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8366fb.9090...@debian.org
Bug#595746: unblock: plymouth/0.8.3-8
Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock plymouth (0.8.3-8) unstable; urgency=low [ Anisse Astier ] * Adding fontconfig-fontconfig to depends. [ Daniel Baumann ] * Updating postinst script to deal with not just with empty but also with the uninitialized theme. -- Daniel Baumann Mon, 06 Sep 2010 13:31:39 +0200 plymouth (0.8.3-7) unstable; urgency=low * Calling plymouthd with --attach-to-session (Closes: #575177, #593408, #595178). * Setting default plugin to text if nothing else was specified (Closes: #594999). * Adding shutdown and restart messages in initscript when using text plugin, thanks to Leszek Lesner . * Updating to standards version 3.9.1. * Updating README.Debian for plymouth 0.8. * Adding information for AMD (ATI) graphic cards to README.Debian, thanks to Sebastian Leske (Closes: #591623). -- Daniel Baumann Mon, 06 Sep 2010 12:30:29 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c84d242.7080...@debian.org
Bug#595420: unblock: live-boot/2.0.3-1
retitle 595420 unblock: live-boot/2.0.4-1 thanks live-boot (2.0.4-1) unstable; urgency=low [ Daniel Baumann ] * Applying patch from Luke Yelavich to instead of mangling the main sudoers file in accessibility bottom script, create a new file in /etc/sudoers.d and set permissions appropriately. * Applying patch from Michael Casadevall to add platform-sata_mv to is_nice_device() to allow Marvell Dove A0 and AVD1 to properly boot live media. * Updating uinstall targets in makefile. [ Steven Shiau ] * Allowing to assign no gateway in networking bottom script. [ Daniel Baumann ] * Removing usplash support from initscript, usplash is dead. * Removing usplash support in initramfs, usplash is dead. * Adding plymouth in bug script. -- Daniel Baumann Mon, 06 Sep 2010 15:21:24 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c84ef79.4060...@debian.org
Bug#595422: unblock: live-config/2.0.4-1
retitle 595422 unblock: live-config/2.0.5-1 thanks live-config (2.0.5-1) unstable; urgency=low * Disabling kaboom in user context. * Using double-hashes as meta-comment sign. * Updating standards version of example package to 3.9.1. * Updating uinstall targets in makefile. * Correcting wrong spelling of debconf frontend in xserver-xorg script. * Updating /etc/hosts handling in hostname config script for squeeze. -- Daniel Baumann Mon, 06 Sep 2010 15:04:05 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c84efdc.5040...@debian.org
Bug#595423: unblock: live-build/2.0~a25-1
retitle 595423 unblock: live-build/2.0~a26-1 thanks live-build (2.0~a26-1) unstable; urgency=low * Removing desktop-base entry in gnome-full list, already inherited through the gnome-core list. * Exiting with 0 in live-boot bug script. * Updating debian-live homepage in various locations. * Updating gdm handling for lxde. * Adding support for wheezy. * Adding support for standalone live-boot as initramfs generator. * Updating lenny point release number. * Also deconfiguring /etc/hosts when using debootstrap to bootstrap system. -- Daniel Baumann Mon, 06 Sep 2010 15:31:28 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c84f018.4000...@debian.org
Re: Processed: your mail
owner 595420 debian-release@lists.debian.org submitter 595420 debian-l...@lists.debian.org owner 595422 debian-release@lists.debian.org submitter 595422 debian-l...@lists.debian.org owner 595423 debian-release@lists.debian.org submitter 595423 debian-l...@lists.debian.org owner 595424 debian-release@lists.debian.org submitter 595424 debian-l...@lists.debian.org thanks On 09/06/2010 04:39 PM, Julien Cristau wrote: > If debian-live is responsible for fixing these bugs, then great. > Otherwise it doesn't have any business being the owner. freudian typo, i ment submitter, not owner. sorry about the noise. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c850114.3020...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
On 09/06/2010 08:19 PM, Adam D. Barratt wrote: > Would it not make sense to keep the symlinks in to the English > documentation from /usr/share/doc/live-manual/? Not required, of > course, it's just where I'd expect to find them. there's a new version in NEW now which has the different packaging layout i wanted to switch to (btw, making ftp-master fasttrack it would appreciated), where i don't think it makes much sense to re-add them. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c863170.2070...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
On 09/07/2010 02:41 PM, Mehdi Dogguy wrote: > Could you describe the new layout? ([1] is not available yet) the package is available in our package archive at http://live.debian.net/archive/packages/ -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8634ed.90...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
On 09/07/2010 08:44 PM, Adam D. Barratt wrote: > There wasn't at the time I asked. as indicated before, there were more (and are more) changes coming (the remaining ones only content wise though, see git commits). > However, even when the freeze was slightly more flexible new packages > were explicitly mentioned as not being appropriate without good reason; > does the split actually resolve any particularly important issues with > the current packaging? If not I think it might be pushing the > definition of documentation changes a little far. :-) i would have worked on the manual during the week after debconf and uploaded the final one right before the freeze but then it was frozen already, so i'm doing it now just after my semi-VAC. anyhow, i don't see why it imposes any troubles. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c868c3e.6070...@debian.org
Bug#595746: unblock: plymouth/0.8.3-8
On 09/07/2010 08:56 PM, Adam D. Barratt wrote: > Why? it needs /etc/fonts/fonts.conf (the initramfs hook includes it). -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c868cde.7010...@debian.org
Bug#595423: unblock: live-build/2.0~a26-1
retitle 595423 unblock: live-build/2.0~a27-1 thanks live-build (2.0~a27-1) unstable; urgency=low * Shortening package description. * Updating internal variables from lh to lb scheme, should be the last piece to finish the live-helper to live-build rename. * Moving location of the global configuration file from /etc/default/live-build to /etc/live/build.conf resp. /etc/live/build.d/. * Correcting --clean handling in lb_config. * Replacing references to lh commands with lb in live-build manpage. -- Daniel Baumann Tue, 07 Sep 2010 21:41:44 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c86996b.9040...@debian.org
Re: live-* packages
On 09/07/2010 10:22 PM, Mehdi Dogguy wrote: > I'm noticed several unblock requests for some live-* tools even soem of > them have been already unblocked lately i haven't seen any unblocks granted yet for any one of live-{boot,build,config,manual}, which is why the bugs are still open, no? please correct me if i'm wrong on that, because i wouldn't have wanted to upload new packages otherwise to not interfere with a granted unblock. > can you please explain to > us what's your plans for the packages listed in [1]? reducing the list below to source packages rather than binary packages, and adding two more related packages. > In case you're still wondering, Squeeze is frozen and freeze exceptions > became more strict. And no, "freeze caught me by surprise" is not an > argument according to the repo's commit log. as said earlier, due to it's nature, the development cycle for debian-live stuff ends quite late before the release. for lenny, packages have been unblocked continuesly from time to time. let me know if you intend to change this for squeeze. > [1] > live-boot at least one more upload to fix #591330. possibly more if more bugs get discovered. > live-build some more uploads, to fix remaining bugs in the bts, plus changes to use syslinux-themes-debian, and more if more bugs get discovered (which is quite likely, given that squeeze still changes and l-b needs adjustments for that). > live-config no upload planned, however, possibly some if more bugs get discovered. > live-magic needs only one more upload to fix #595985, otherwise no upload planned. > live-manual on top of 2.0~a5-1, one or two uploads to update the content from etch/lenny to squeeze. possibly more if people contribute more documentation. syslinux-themes-debian needs one more upload for new squeeze entries. syslinux needs one more upload for os-proper and extlinux.d support. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c86a91a.7070...@debian.org
Re: live-* packages
On 09/07/2010 11:54 PM, Mehdi Dogguy wrote: >> i haven't seen any unblocks granted yet for any one of >> live-{boot,build,config,manual}, which is why the bugs are still >> open, no? >> > > I have this in my hint file: > > # 2010-08-22; done 2010-09-01 > unblock live-config/2.0.2-1 > unblock live-boot/2.0.0-1 those were unblocked by you without my request, remember you requested me to upload with relaxed runit-run depends. they have nothing to do with the unblock bugs that i opened and refered to above. > Well, it was the case during lenny's freeze because (if I'm not > mistaken) the packages were still brand new at that time, which doesn't > apply anymore. this is not what luk said to me last release cycle. > Besides, I don't see changes having something related to > the archive's state. If there are any, please comment on them. people (including me) can't really do wide tests of images that can't be build in the first place if not all tasks are installable. that's why some bugs only turn up quite late in the release cycle. >> at least one more upload to fix #591330. >> > > which is of severity "normal" but well, I can see arguments for having > it in… if you judge bugs only by it's reported severity, i can upgrade it to serious :) seriously: having snapshots working is very, very important. >>> live-build >> >> some more uploads, to fix remaining bugs in the bts, plus changes to >> use syslinux-themes-debian, and more if more bugs get discovered >> (which is quite likely, given that squeeze still changes and l-b >> needs adjustments for that). >> > > Why asking for an unblock if there are still changes to be > uploaded/worked on? because i was told that the release team preferes to 'review' revisions instead of one huge diff. i don't know how the 'new' release team works. if you prefere it another way (e.g. reviewing one huge diff), i can stop asking for intermediate unblocks and only ask for unblocking the last upload right before the release. > and can you explain what external changes influence > on l-b? i don't understand. what do you mean with 'external'? >>> live-manual >> >> on top of 2.0~a5-1, one or two uploads to update the content from >> etch/lenny to squeeze. possibly more if people contribute more >> documentation. >> > > Ok. I hope that no packaging changes will be involved. as said, not planned on top of 2.0~a5-1. >> syslinux-themes-debian >> >> needs one more upload for new squeeze entries. >> > > and by entries, you mean? the entries in the syslinux bootmenu, that's the thing where you select what to start when booting from the live media. >> syslinux >> >> needs one more upload for os-proper and extlinux.d support. >> > > That's a new feature, right? How is it critical for Squeeze? d-i related, that was discussed with adam at debconf already. you may want to ask otavio about it. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c86b94b.40...@debian.org
Bug#595746: unblock: plymouth/0.8.3-8
reopen 595746 retitle 595746 unblock: plymouth/0.8.3-9 thanks the fix in -8 was not working in case of a minimal debian system, fixed in -9, hence reopening bug. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8f4846.1070...@debian.org
Bug#595420: unblock: live-boot/2.0.4-1
retitle 595420 unblock: live-boot/2.0.5-1 thanks live-boot (2.0.5-1) unstable; urgency=low [ Marco Amadori ] * Fix snapshots' sync-strings usage (Closes: #591330). * Fixed some snapshot related debug messages. * Added support for empty (initial) snapshots. [ Daniel Baumann ] * Adding patch from Colin Watson to follow symlinks when checking for dynamically linked files at reboot in initscript. -- Daniel Baumann Tue, 14 Sep 2010 08:55:02 +0200 -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8f5915.2040...@debian.org
Bug#595423: unblock: live-build/2.0~a27-1
retitle 595423 unblock: live-build/2.0~a28-1 thanks live-build (2.0~a28-1) unstable; urgency=low [ Cody A.W. Somerville ] * Addding maverick to list of releases. [ Daniel Baumann ] * Removing EOL Ubuntu releases. * Adding preconfig project to repositories. * Updating path in local helper for live-build. * Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). * Avoid running helpers twice when using auto (Closes: #584884). -- Daniel Baumann Mon, 13 Sep 2010 21:28:16 +0200 -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8f5981.4070...@debian.org
Bug#595424: unblock: live-manual/2.0~a4-1
retitle 595424 unblock: live-manual/2.0~a5-1 thanks live-manual (1:2.0~a5-1) unstable; urgency=low * Correcting spelling error in a previous changelog entry. * Updating autobuild target in makefile. * Autobuild incomplete translations regardless if they are fit for the package or not. * Updating distclean target in makefile. * Updating gitignore file. * Reorganising packaging into output format specific packages. -- Daniel Baumann Tue, 07 Sep 2010 10:55:18 +0200 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4c8f5a1c.4030...@debian.org
Re: Release Update: timings, status and awesomeness
On 01/18/2011 08:36 PM, Neil McGovern wrote: > we now have a target date of the weekend of 5th > and 6th February for the release. We have checked with core teams, and > this seems to be acceptable for everyone. neither Ben or me, nor the list have been contacted wrt/ debian-live. is this the usual 'we completely forgot debian-live, it's so new we couldn't possibly know that it's actually really existing', or, do you don't consider live images part of the release anymore? -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d360726.7080...@debian.org
Re: Release Update: timings, status and awesomeness
On 01/19/2011 10:24 AM, Holger Levsen wrote: > I do understand you being annoyed (or unhappy or "whatever") about this... the meaning of 'coordinate on a release date' is to *find* a suitable date *in advance*, not declare one and expect others to adapt. true, on the one hand, ignoring debian-live for that is pretty impolite, on the other hand, more importantly, it would be nice to know, once and for all, by an authoritative answer of the release-team if debian-live is not anymore part of the release and that this is the reason why we are ignored, or if the release-team just has imperfect workflows that constantly 'forgets' about debian-live. that way, we can either stop care ourselfs, or help improving their workflow. also, i asked this more than once already, but never got any answer at all. > But let me focus on the productive side now: does this release date work for > debian-live? i'm supposed to stay for a couple of days abroad visiting a friend and will have to rescedule, not sure how much the fees are for that. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d36bb8f.40...@debian.org
Re: Release Update: timings, status and awesomeness
On 01/19/2011 03:39 PM, Philipp Kern wrote: > well, we mainly follow [0]. The goal of this release is also to improve the > documentation, as this was mainly copied from the Lenny point release notes. lenny point releases do get communicated to live (see ml archives of -live@). but point releases (where -live builds *after* the publication of the image, just as -cd does) are different from initial releases (where -cd and -live are published *at the same time* as the release itself). > There are various teams with whom this has to be coordinated in the end. That > also was one the points of the announcement to d-d-a. It's true that the > announcement actually says "core teams", but in fact that did mean ftp-masters > and maybe a few pings on IRC. To that extent -live was likely forgotten > in the process.[1] has -cd been contacted in that process? if so, then -live shall be too. tip for the next time: if 'core' team means ftp-master for you, just write ftp-master in the first place. > So what's still missing for Debian live? I do see these bugs you / the > live team filed with RC severity: my vac ended on monday, and apart from #603974 which is a d-i bug, they are fixed and i'm finishing the testing i started yesterday and uploading then. but that's not what this mail is about.. > #603974 was reopened, I guess because the fix was incomplete? There's no > update to the bug report since Dec 26, 2010, so I don't know what the status > of > this is. d-i people need to comment as they know best about the changes that has broken it. > Did I miss critical issues? #607225 (we don't even have an error handling for that case), #608042 (lacking progress bar, user sitts 20min in front of the machine and thinks it's hanging, but then magically continues). both are regressions in d-i and need d-i people to comment. > Do you have any public pointers for this? see various bts logs of my reported bugs where the release team things that basically most live related bugs that are filled with serious can be defered. > Although I wonder if -live could just be handled by -cd during release, > anyway. if -cd team handles the testing during the release process and handles all support afterwards for the live images that they have build and which we don't had any control over it, i'm fine by that. > [0] http://wiki.debian.org/Teams/ReleaseTeam/ReleaseCheckList wiki.d.o seems down, therefore could not check. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d372fb9.6000...@debian.org
Bug#611059: unblock: live-manual/1:2.0.2-1
Package: release.debian.org live-manual (1:2.0.2-1) unstable; urgency=low [ Ben Armstrong ] * Fixing missing paren in Reporting bugs chapter. [ Carlo Stemberger ] * Proof-reading user_examples, Italian translation. * Conforming the style of user_example, Italian translation. * Fixing the fuzzy/zombie bug: the problem was the "§" character. * Unfuzzy live-manual.ssm.po, Italian translation. [ Ben Armstrong ] * Adding name tags to chapters to eliminate numeric filenames in HTML multipage output. * Removing 'under heavy construction' from index, as we are now done. * Updating languages for commit 7f75631. -- Daniel Baumann Tue, 25 Jan 2011 07:15:55 +0100 -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d3e7912.6030...@debian.org
Bug#611064: unblock: live-config/2.0.15-1
Package: release.debian.org live-config (2.0.15-1) unstable; urgency=low * Removing systemd support for 2.0 branch (Closes: #608326). * Tightening grep call for live user in /etc/passwd to not fail with false-positives. * Removing headers in copyright file. * Updating year in copyright. * Updating year in manpage, examples and script files. * Correcting hostname typo in manpages. * Adding Italian manpage translation from skizzhg . -- Daniel Baumann Tue, 25 Jan 2011 08:16:12 +0100 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d3e8307.3020...@debian.org
Bug#611780: unblock: live-build/2.0.12-1
Package: release.debian.org live-build (2.0.12-1) unstable; urgency=low [ Daniel Baumann ] * Removing l10n support for 2.0 branch. * Correcting outdated program variable. * Updating help function in lb for live-build. * Updating man function for newer live-build versions (Closes: #608477). * Marking xresprobe in standard-x11 list as lenny only (Closes: #608566). * Updating year in copyright. * Removing headers in copyright file. * Updating year in manpage, hooks, script and template files. [ Luigi Capriotti ] * Support for newer grub-common package. [ Daniel Baumann ] * Simplyfing grub-mkimage legacy handling for lenny in lb_binary_iso. * Adding ubuntu lucid for grub-mkimage legacy handling in lb_binary_iso. * Adding missing netinst udeb include files for ubuntu. [ Cody A.W. Somerville ] * Adding missing debian-cd data files for Ubuntu releases for some architectures. [ Daniel Baumann ] * Adding support for Ubuntu jaunty and natty, thanks to Cody A.W. Somerville . [ Philip Newborough ] * Update example path in 'all_binary_debian-installer-banner.sh' example hook. [ Daniel Baumann ] * Account for the + character in packages for l-b.cgi * Updating includes for squeeze. * Updating syslinux theme for squeeze. * Removing wheezy splash. -- Daniel Baumann Tue, 01 Feb 2011 22:32:56 +0100 -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d48fa5c.20...@debian.org
Bug#611781: unblock: live-boot/2.0.15-1
Package: release.debian.org live-boot (2.0.15-1) unstable; urgency=low [ Daniel Baumann ] * Adding live-system script from live-tools. * Updating year in copyright. [ Marco Amadori ] * Adjust copyright entry in live-snapshot. -- Daniel Baumann Tue, 01 Feb 2011 22:49:03 +0100 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d48fa88.3090...@debian.org
Bug#611782: unblock: syslinux-themes-debian/5-1
Package: release.debian.org syslinux-themes-debian (5-1) unstable; urgency=low * Including os-prober configuration file. * Updating squeeze theme (Closes: #603552). -- Daniel Baumann Tue, 01 Feb 2011 23:00:55 +0100 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d48fac2.7030...@debian.org
Re: Uploading linux-2.6 2.6.37-1 to unstable
On 02/08/2011 04:16 PM, Ben Hutchings wrote: > AUFS will be included for use in Debian Live if there is a version > compatible with 2.6.37. is available, see upstreams repository at http://git.c3sl.ufpr.br/gitweb?p=aufs/aufs2-2.6.git -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d539d64.7020...@progress-technologies.net
Re: linux-2.6: Aufs apparently silently dropped, breaking debian-live
to prevent further severity ping-pong.. Given that: * 2.6.39 without aufs nor unionmount is not usable in *any* way for debian-live and thus debian-live being completely broken * 2.6.38 has aufs and is in testing * debian-live being a part of debian where we should not release without i hereby request that: * the release team overwrites the maintainers 'decision' to downgrade #627837 from severity serious to important by marking #627837 RC by restoring the severity to serious * the release team makes sure that 2.6.39 does *not* migrate to testing before #627837 has been fixed. Regards, Daniel -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4ddc3732.8030...@progress-technologies.net
Re: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/25/2011 12:54 AM, Daniel Baumann wrote: i hereby request that: * the release team overwrites the maintainers 'decision' to downgrade #627837 from severity serious to important by marking #627837 RC by restoring the severity to serious * the release team makes sure that 2.6.39 does *not* migrate to testing before #627837 has been fixed. ping. linux-2.6 has aged 7 of 10 days already.. remeber that should the broken kernel migrate to testing, this will basically mean we can stop doing debian-live work within debian for about as long as it takes until the fixed version of the kernel enters testing again (which can, by experience, be quite long). -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de27fe5.7030...@progress-technologies.net
Re: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/29/2011 08:18 PM, Julien Cristau wrote: > Then work with the kernel team to resolve this, and make sure what you > need is ready in the future when a new kernel is released, instead of > making others chase external patches for you. it has always been ready, that's not the problem. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de29013.8040...@progress-technologies.net
Re: Bug#627837: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/29/2011 09:53 PM, Julien Cristau wrote: > Maybe it was ready in your mind, but it wasn't in debian-kernel svn or > mailing list (and as far as I can tell the kernel maintainers even > checked aufs git before the .39 upload, and didn't find any recent > changes there). So yeah, that's exactly the problem. no; aufs.git was up2date. in time. way before. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de2a6b3.3060...@progress-technologies.net
Re: Bug#627837: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/29/2011 10:04 PM, Daniel Baumann wrote: > no; aufs.git was up2date. in time. way before. oh.. and before you ask.. 'way before' means 'at least 2011-04-18, but possibly even earlier' (yes, that really is a month before .39 was released). -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de2a9a8.4060...@progress-technologies.net
Re: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/29/2011 10:34 PM, Julien Cristau wrote: > The maintainers have already made that call, and I don't see a reason to > override their decision. so no change after squeeze, the release team gives a shit about breaking debian-live, sigh. but don't worry, from now on, i will not care anymore either. bye, have fun. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de2b823.8040...@progress-technologies.net
Re: Bug#627837: linux-2.6: Aufs apparently silently dropped, breaking debian-live
On 05/30/2011 04:16 AM, Ben Hutchings wrote: > Is there a new canonical repository for aufs? it always was http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git, like referenced from aufs.sf.net. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4de32075.7050...@progress-technologies.net
Re: Point release schedule
On 09/04/2011 06:14 PM, Philipp Kern wrote: so apparently September is a very bad month to get CDs done. I'm hereby proposing the following with the hope that we can do it that way: * Lenny: October 1st * Squeeze: October 8th you forgot, once again, to cc d-live@l.d.o. Can we do that, pretty please? :) works for mee too. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e648829.7010...@progress-technologies.net
Re: Point release schedule
On 09/05/2011 11:25 AM, Philipp Kern wrote: That said, we saw that discussed on #d-live for the 6.0.1 point release and you basically said that point releases are a no brainer and started only once the mirrors are updated. Furthermore you said this is usually on the next day anyway. you concluded wrong then, i suggest you re-read the logs. to reiterate: while it's not important for us at which exact day and time the point release happens (since we can only start building it once the mirrors already have it), we sure would like to know in advance the rough estimated date (hence the request to be CC'ed for *informational purpose*) so that we can make plans, e.g. for fixing things in lb stable branch like we always do. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e64972f.8060...@progress-technologies.net
Re: Upcoming Point Releases
On 09/07/2011 09:30 PM, Philipp Kern wrote: we finally got target dates for the next point releases of both Lenny and Squeeze. Lenny should get 5.0.9 on October 1st; Squeeze will follow on October 8th with 6.0.3. again, you forgot debian-live@l.d.o. -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e689870.9080...@progress-technologies.net
hint for lxc required
Hi, please add a hint for lxc 0.7.5-3. Regards, Daniel -- Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e96b68f.3070...@progress-technologies.net
Re: hint for lxc required
On 10/13/2011 12:09 PM, Adam D. Barratt wrote: > It doesn't need a hint, it needs the FTBFS fixing - see > https://buildd.debian.org/status/package.php?p=lxc i already requested the removal of those archs some time ago, see #640351. -- Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern Email: daniel.baum...@progress-technologies.net Internet: http://people.progress-technologies.net/~daniel.baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4e96bbc4.1010...@progress-technologies.net
Unblock iceweasel-l10n 3.0.4+debian-1
Hi, please unblock iceweasel-l10n 3.0.4+debian-1. Thanks, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ncurses vs. gpm (#506717)
Adeodato Simó wrote: > Thanks, please upload. done. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: request for "lenny-ignore" tag for #497471
Eugene V. Lyubimkin wrote: > Please take a look on bug #497471. This bug is related to sarge images on > cdimage.debian.org, and I believe it is not blocker for Lenny. first of all, there's no point for a lenny-ignore tag as the bug only affects sarge images. lenny-ignore tags are only used for bugs that are present in lenny. second, serious bugs against cdimage.d.o do *per se* not block a release anyway. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: request for "lenny-ignore" tag for #497471
Eugene V. Lyubimkin wrote: > At least, our official page [1] thinks different. because it doesn't distinguish between package related bugs and infrastructure related bugs, that's left up to the attentive reader. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: mozilla security unblocks
Thijs Kinkhorst wrote: > iceweasel/3.0.5-1 don't forget iceweasel-l10n. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Release update: deep freeze, planned dates, and remaining bugs
Adeodato Simó wrote: > The weekend of February 14th is going to be our tentative target for > release. We've checked with all the involved teams (which are many!), > and the date works for all of them. you forgot debian-l...@lists.debian.org. remember that producing final live images requires: a) having network access to a mirror that has lenny final through http b) me having about 8 to 12 hours of time to actually put all the images and flavours together. c) let sledge mirror them to cdimage.debian.org (it's about ~50gb) thank you for your cooperation. Regards, Daniel -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Debian Live
W. Martin Borgert wrote: > Can somebody update/correct the Debian live paragraph in the > release notes, please? See #493931. Currently it says: > > > Debian Live-CD > TODO: What's the state? > > With &releasename; Debian presents an official Debian live > CD.Live CD Please look at > http://wiki.debian.org/LiveCD"/> and url="http://wiki.debian.org/DebianLive"/> for further information. > > I suggest to replace it with the following: Debian Live With &releasename; Debian presents official Live systems for the amd64 and i386 architectures. A Debian Live system is a Debian system that can be booted directly from removable media (CD-ROMs, DVDs, USB keys) from another computer over the network without the need of installation. The images were produced by a tool named http://packages.debian.org/live-helper";>live-helper, which allows to easily create own custom live images. More information about the Debian Live project can be found at http://debian-live.alioth.debian.org/"; />. improvements welcome. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Possible unblock request for xulrunner and iceweasel
Mike Hommey wrote: > I uploaded a new security/stability releases of iceweasel and xulrunner > that may be good to have in Lenny, but it might be good to wait and see > if no big regression comes with them. once you unblock iceweasel, do not forget to unblock iceweasel-l10n as well. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Release update: deep freeze, planned dates, and remaining bugs
Luk Claes wrote: > Just to clarify: we've checked with key people if the date would be ok > and if they could coordinate with the people actually doing things. for the records: since from an organizational point of view, the live-team does not fit (resp. was not allowed/welcomed to fit) under another umbrella, you do have to contact us directly and not through someone 'above'. >> a) having network access to a mirror that has lenny final through http > > Does that mean lenny has to be stable already or would lenny (testing) > not changing anymore be enough? live images do contain in their default builds, for convencience reasons, the apt indices (/var/lib/apt/lists/*). this allows, that a user can install a package in a running live system without needing to do an apt-update. given that we're using the codenames everwhere and not the suite names, we could build the live images even against an unreleased lenny mirror. however, for cosmetic reasons, it would be nicer to build them against final lenny. otherwise the release files on lenny final images would claim it's testing (without any other technical consequence) which feels akward. > Anyway, if you need/want to build the images after the actual release > that will mean earliest Saturday afternoon and more probably Saturday > evening/Sunday. that would be nice. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Release update: deep freeze, planned dates, and remaining bugs
Steve McIntyre wrote: > Cool. I'll be doing builds during Saturday; let's co-ordinate as we go > so that we can release as quickly as possible. i'll be online the whole weekend, so best would be if someone would ping me on irc when i can start the builds. once they are finished, i'll let steve know where to sync them like i did the last times. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Draft for lenny release announcement
W. Martin Borgert wrote: > Maybe I overlooked it, but I suggest to mention: > > - Debian Live jup. therefore, please include the following paragraph below the "Debian GNU/Linux can be installed [...]" paragraph: In addition to the regular installation media, Debian GNU/Linux can now also be directly used without prior installation. These special images are also known as live images and are availabe for CDs, USB sticks and different forms of network setups. Initially, these are provided for the amd64 and i386 architecture only. as always, improvements are welcome :) Regards, Daniel -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Draft for lenny release announcement
Daniel Baumann wrote: > jup. therefore, please include the following paragraph below the > "Debian GNU/Linux can be installed [...]" paragraph: [...] haven't seen a commit of that to your draft, has this been lost/forgotton or are there any problems with the paragraph? -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Draft for lenny release announcement
Alexander Reichle-Schmehl wrote: > I've been busy at work and will update the draft in the evening including > your change (as well as the other changes in the thread). good to know, thanks. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Dealing better with CD releases
Gerfried Fuchs wrote: >> We then prune most of the old ISO images so we don't waste too much >> space - older images can be recreated in the future using jigdo if >> necessary. > > To the best of my knowledge that would depend on snapshot.debian.net > being functional because once we release we also prune out the old > packages that would be required to build the old images. nope; that's what e.g. http://us.cdimage.debian.org/jigdo-area/*/snapshot/ is for. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: ttf-bitstream-vera should not have been removed
Josselin Mouette wrote: > Given Keith’s reaction, he’ll probably volunteer to maintain it if > Daniel doesn’t want to do it anymore. I’m also CCing pkg-fonts in case > people want to jump on the occasion to team-maintain it instead. i don't want to sound ignorrant, but for me, there's really no point in having bitstream arround anymore. if there are some things that needs to be improved in dejavu (which i apparently don't know as i don't use it in such cases), then we should just help upstream to acchieve this. there should be enough time to do that until squeeze is due. if someone now wants to re-introduce ttf-bitstream-vera, i'm sad because dejavu is really the way to go, however, whoever wants to do that, feel free to. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: bug #540147 metapixel Uninstalable: depends on libungif4g which has been removed
Luk Claes wrote: > Unfortunately a binNMU will not fix this as the transitional packages in > giflib are gone, so you have to change the build dependency on > libungif4-dev to libgif-dev. while it's good to finally update the packages build-depending on giflib, the latter still provides the old names. debian:/home/user# apt-get install libungif4-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting libgif-dev instead of libungif4-dev The following extra packages will be installed: libgif-dev libgif4 libice6 libsm6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 x11-common The following NEW packages will be installed: libgif-dev libgif4 libice6 libsm6 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 x11-common 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. Need to get 1530kB of archives. After this operation, 5452kB of additional disk space will be used. Do you want to continue [Y/n]? y^C debian:/home/user# if i'm missing something why you can't do binNMUs here, please tell me. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Status of Linux 2.6.31
Ben Hutchings wrote: > I'll be requesting removal of > linux-modules-extra-2.6 rather than updating it. where was this discussed? how will be binary modules provided in the future? why was debian-live not informed about it, it's critical part of the distribution for building live images. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Status of Linux 2.6.31
Ben Hutchings wrote: >> where was this discussed? > > Bug report #517130 which is one single message, not a discussion. > and the Debian kernel team meeting in Portland. in private then, behind 'closed doors'. :/ >> how will be binary modules provided in the future? > > In general they should be built using DKMS or module-assistant. that's unacceptable for those modules that are required by debian-live, which is $unionfs and loop-aes. >> why was debian-live not informed about it, it's critical part of >> the distribution for building live images. > > I've added aufs2 to the kernel image packages precisely because Debian > Live needs it. thanks, but please do inform debian-live next time in advance. > Is there anything else you need? loop-aes. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Status of Linux 2.6.31
Ben Hutchings wrote: > If you choose to unsubscribe from > debian-kernel then don't complain that you don't hear what the kernel > team is doing. wrong; i complain because the kernel team is apparently not communicating to other teams about stuff that is critical for them. if you maintain such a critical package, you need to talk to your users within the distribution when you are intending to change stuff for them. it's not that there would be too many. > I assumed, maybe wrongly, that Julian Klode filed #541828 on behalf of > Debian Live. julian is not involved in debian-live (and he used the third person when speaking about the debian-live team in #541828. that could have been a clue). -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: daniel.baum...@panthera-systems.net Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Accept keyutils 1.2-2
Hi, please accept keyutils 1.2-2 where the binary packages were renamed to match the common naming scheme. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Accept keyutils 1.2-2
Steve Langasek wrote: > please revert this debhelper bump and it can be > unblocked. done, uploaded 1.2-3. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Accept keyutils 1.2-2
Steve Langasek wrote: > And unblocked. thanks. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Please unblock pth
Hi, pth 2.0.7-5 removes libpthread and pth 2.0.7-6 re-adds the sarge conflicts. Please unblock it for etch migration, debdiff is attached. Regards, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ --- pth-2.0.7/debian/libpthread-dev.install +++ pth-2.0.7.orig/debian/libpthread-dev.install @@ -1,5 +0,0 @@ -/usr/bin/pthread-config -/usr/include/pthread.h -/usr/lib/libpthread.a -/usr/lib/libpthread.so -/usr/lib/libpthread.la reverted: --- pth-2.0.7/debian/libpthread-dev.manpages +++ pth-2.0.7.orig/debian/libpthread-dev.manpages @@ -1,2 +0,0 @@ -pthread-config.1 -pthread.3 reverted: --- pth-2.0.7/debian/libpthread20.install +++ pth-2.0.7.orig/debian/libpthread20.install @@ -1 +0,0 @@ -/usr/lib/libpthread.so.* reverted: --- pth-2.0.7/debian/libpthread20.docs +++ pth-2.0.7.orig/debian/libpthread20.docs @@ -1,8 +0,0 @@ -ANNOUNCE -AUTHORS -HISTORY -NEWS -README -SUPPORT -THANKS -USERS diff -u pth-2.0.7/debian/libpth-dev.install pth-2.0.7/debian/libpth-dev.install --- pth-2.0.7/debian/libpth-dev.install +++ pth-2.0.7/debian/libpth-dev.install @@ -1,6 +1,6 @@ -/usr/bin/pth-config -/usr/include/pth.h -/usr/lib/libpth.a -/usr/lib/libpth.so -/usr/lib/libpth.la -/usr/share/aclocal/pth.m4 +/usr/bin +/usr/include +/usr/lib/*.a +/usr/lib/*.so +/usr/lib/*.la +/usr/share/aclocal diff -u pth-2.0.7/debian/control pth-2.0.7/debian/control --- pth-2.0.7/debian/control +++ pth-2.0.7/debian/control @@ -9,7 +9,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends} -Conflicts: libpth2 +Conflicts: libpth2, libpthread20 Replaces: libpth2 Provides: libpth2 Description: The GNU Portable Threads @@ -23,6 +23,7 @@ Section: libdevel Architecture: any Depends: libpth20 (= ${Source-Version}) +Conflicts: libpthread-dev Description: The GNU Portable Threads (development) Pth is a very portable POSIX/ANSI-C based library for Unix platforms which provides non-preemptive priority-based scheduling for multiple threads of @@ -32,40 +33,11 @@ . This package contains the development files. -Package: libpthread20 -Section: libs -Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libpthread2 -Replaces: libpthread2 -Provides: libpthread2 -Description: The GNU Portable Threads (pthread emulation) - Pth is a very portable POSIX/ANSI-C based library for Unix platforms which - provides non-preemptive priority-based scheduling for multiple threads of - execution ("multithreading") inside server applications. All threads run in the - same address space of the server application, but each thread has its own - individual program-counter, run-time stack, signal mask and errno variable. - . - This package contains the pthread emulation. - -Package: libpthread-dev -Section: libdevel -Architecture: any -Depends: libpthread20 (= ${Source-Version}) -Description: The GNU Portable Threads (pthread emulation, development) - Pth is a very portable POSIX/ANSI-C based library for Unix platforms which - provides non-preemptive priority-based scheduling for multiple threads of - execution ("multithreading") inside server applications. All threads run in the - same address space of the server application, but each thread has its own - individual program-counter, run-time stack, signal mask and errno variable. - . - This package contains the development files for the pthread emulation. - Package: pth-dbg Section: libdevel Priority: extra Architecture: any -Depends: libpth20 (= ${Source-Version}), libpthread20 (= ${Source-Version}) +Depends: libpth20 (= ${Source-Version}) Conflicts: libpth-dbg (<< 2.0.7) Replaces: libpth-dbg (<< 2.0.7) Description: The GNU Portable Threads (debug) diff -u pth-2.0.7/debian/rules pth-2.0.7/debian/rules --- pth-2.0.7/debian/rules +++ pth-2.0.7/debian/rules @@ -22,7 +22,7 @@ dh_testdir # Configuring package - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --enable-pthread + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man build: build-stamp build-stamp: config.status reverted: --- pth-2.0.7/debian/libpthread20.shlibs +++ pth-2.0.7.orig/debian/libpthread20.shlibs @@ -1 +0,0 @@ -libpthread 20 libpthread20 (>= 2.0.7-2) reverted: --- pth-2.0.7/debian/libpthread-dev.postrm +++ pth-2.0.7.orig/debian/libpthread-dev.postrm @@ -1,27 +0,0 @@ -#!/bin/sh - -set -e - -case "$1" in - remove) - for FILE in /usr/include/pthread.h /usr/lib/libpthread.a /usr/lib/libpthread.so - do - dpkg-divert --package libpthread-dev \ ---remove --rename --divert \ -$FILE.glibc $FILE - done - ;; - - purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - ;; - - *) - echo "postrm called with unknown argument \`$1'&q
Please unblock dvdisaster 0.70.3-2
Hi, please unblock dvdisaster 0.70.3-2, it fixes #405757, debdiff is attached. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ diff -u dvdisaster-0.70.3/debian/patches/00list dvdisaster-0.70.3/debian/patches/00list --- dvdisaster-0.70.3/debian/patches/00list +++ dvdisaster-0.70.3/debian/patches/00list @@ -5,0 +6 @@ +06-glib diff -u dvdisaster-0.70.3/debian/changelog dvdisaster-0.70.3/debian/changelog --- dvdisaster-0.70.3/debian/changelog +++ dvdisaster-0.70.3/debian/changelog @@ -1,3 +1,10 @@ +dvdisaster (0.70.3-2) unstable; urgency=medium + + * Added patch from Carsten Gnoerlich <[EMAIL PROTECTED]> to fix issues +with glib threading (Closes: #405757). + + -- Daniel Baumann <[EMAIL PROTECTED]> Wed, 17 Jan 2007 10:42:00 +0100 + dvdisaster (0.70.3-1) unstable; urgency=low * New upstream release. only in patch2: unchanged: --- dvdisaster-0.70.3.orig/debian/patches/06-glib.dpatch +++ dvdisaster-0.70.3/debian/patches/06-glib.dpatch @@ -0,0 +1,85 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 06-glib.dpatch by Carsten Gnoerlich <[EMAIL PROTECTED]> +## +## DP: Fixes issue with glib threading (Closes: #405757). + [EMAIL PROTECTED]@ + +diff -Naur dvdisaster-0.70.3.orig/udf.c dvdisaster-0.70.3/udf.c +--- dvdisaster-0.70.3.orig/udf.c 2006-12-10 17:58:35.0 + dvdisaster-0.70.3/udf.c 2007-01-17 09:39:58.0 + +@@ -181,25 +181,28 @@ +gint64 header_modulo; +int read_count = 0; +int answered_continue = FALSE; ++ int warning_shown = FALSE; + +/*** Quick search at fixed offsets relative to ISO filesystem */ + +- if(!max_sectors && dh->isoInfo) +- { gint64 iso_size = dh->isoInfo->volumeSize; +- +- /* Iso size is correct; look for root sector at +2 */ +- +- if(try_sector(dh, iso_size, &eh) == HEADER_FOUND) +- { Verbose("Root sector search at +0 successful\n"); +- return eh; +- } ++ if(!max_sectors) ++ { if(dh->isoInfo) ++ { gint64 iso_size = dh->isoInfo->volumeSize; ++ ++/* Iso size is correct; look for root sector at +2 */ ++ ++ if(try_sector(dh, iso_size, &eh) == HEADER_FOUND) ++ { Verbose("Root sector search at +0 successful\n"); ++ return eh; ++ } + +- /* Strange stuff. Sometimes the iso size is increased by 150 +- sectors by the burning software. */ ++ /* Strange stuff. Sometimes the iso size is increased by 150 ++ sectors by the burning software. */ + +- if(try_sector(dh, iso_size-150, &eh) == HEADER_FOUND) +- { Verbose("Root sector search at -150 successful\n"); +- return eh; ++ if(try_sector(dh, iso_size-150, &eh) == HEADER_FOUND) ++ { Verbose("Root sector search at -150 successful\n"); ++ return eh; ++ } + } + + return NULL; +@@ -244,14 +247,23 @@ + SetBit(try_next_header, pos); + read_count++; + if(!answered_continue && read_count > 5) +- { int answer = ModalDialog(GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, insert_buttons, +- _("Faster medium initialization\n\n" +- "Searching rewriteable media for error correction data may take a long time.\n" +- "Press \"Skip RS02 test\" if you are certain that this medium was\n" +- "not augmented with RS02 error correction data.")); +- +- if(answer) goto bail_out; +- answered_continue = TRUE; ++ { if(Closure->guiMode) ++ { int answer = ModalDialog(GTK_MESSAGE_QUESTION, GTK_BUTTONS_NONE, insert_buttons, ++ _("Faster medium initialization\n\n" ++ "Searching rewriteable media for error correction data may take a long time.\n" ++ "Press \"Skip RS02 test\" if you are certain that this medium was\n" ++ "not augmented with RS02 error correction data.")); ++ ++ if(answer) goto bail_out; ++ answered_continue = TRUE; ++ } ++ if(!Closure->guiMode && !warning_shown) ++ { PrintCLI(_("\nSearching rewriteable media for error correction data may take a long time.\n" ++"If you are certain that this medium was not augmented with RS02 error correction\n" ++"data, you might wish to abort this command and re-run with the option\n" ++"--query-size=udf\n")); ++ warning_shown = TRUE; ++ } + } + goto check_next_header; + case TRY_NEXT_MODULO:
Re: Please unblock pth
Steve Langasek wrote: > Unblocked. thanks. > Thanks for fixing the conflicts. welcome. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please unblock dvdisaster 0.70.3-2
Steve Langasek wrote: > Unblocked thanks -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: please permit upload of new kernel-patch-exec-shield
Steve Langasek wrote: > On Wed, Mar 07, 2007 at 03:53:41PM +0100, Marcus Better wrote: >> The exec-shield patch in testing (2.6.18-2) broke with the recent kernel >> update. I have prepared a fixed version, 2.6.18-3. > >> I cannot upload it to unstable since there is already a version 2.6.20-2 >> there. Can I upload it to testing-proposed-updates? > > Yes. uploaded, thanks. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
binNMU for linux-modules-contrib-2.6
Hi, recently, linux-modules-2.6-contrib were hinted into testing. Since unstable and testing do not have the same versions of the ipw* packages, you may want to to schedule a binNMU of linux-modules-2.6-contrib in testing, so that the modules are actually build out of the matching ipw* packages. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Permission to upload live-package 0.99.14-4
Hi, live-package in etch needs some adjusting to reflect the etch release. Please allow upload to testing, debdiff is attached. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ diff -u live-package-0.99.14/debian/changelog live-package-0.99.14/debian/changelog --- live-package-0.99.14/debian/changelog +++ live-package-0.99.14/debian/changelog @@ -1,3 +1,12 @@ +live-package (0.99.14-4) testing; urgency=medium + + * 02defaults.sh: Updated kernel flavours to match etch. + * 14chroot.sh: Removed xorg hack, not needed in etch. + * 14chroot.sh: Fixed misspelling of aptitude. + * main.sh: Updated release codenames to match etch. + + -- Daniel Baumann <[EMAIL PROTECTED]> Thu, 8 Mar 2007 10:55:00 +0100 + live-package (0.99.14-3) unstable; urgency=high * Adding workaround for new xorg packages by including xserver-xorg-input-all only in patch2: unchanged: --- live-package-0.99.14.orig/src/main.sh +++ live-package-0.99.14/src/main.sh @@ -30,9 +30,9 @@ PROGRAM="`basename ${0}`" VERSION="0.99.14" -CODENAME_OLDSTABLE="woody" -CODENAME_STABLE="sarge" -CODENAME_TESTING="etch" +CODENAME_OLDSTABLE="sarge" +CODENAME_STABLE="etch" +CODENAME_TESTING="lenny" CODENAME_UNSTABLE="sid" # Source sub scripts only in patch2: unchanged: --- live-package-0.99.14.orig/src/scripts/14chroot.sh +++ live-package-0.99.14/src/scripts/14chroot.sh @@ -156,9 +156,6 @@ Chroot_exec "${LIVE_HOOK}" fi - # Temporary hacks for broken packages - Hack_xorg - # Add filesystem.manifest Chroot_exec "dpkg-query -W \*" | awk '$2 ~ /./ {print $1 " " $2 }' > "${LIVE_ROOT}"/filesystem.manifest only in patch2: unchanged: --- live-package-0.99.14.orig/src/scripts/02defaults.sh +++ live-package-0.99.14/src/scripts/02defaults.sh @@ -86,13 +86,7 @@ ;; amd64) -if [ "${LIVE_DISTRIBUTION}" = "unstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_UNSTABLE}" ] || \ - [ "${LIVE_DISTRIBUTION}" = "testing" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_TESTING}" ] -then - LIVE_KERNEL="amd64" -else - LIVE_KERNEL="amd64-generic" -fi +LIVE_KERNEL="amd64" ;; arm) @@ -105,8 +99,7 @@ ;; i386) -if [ "${LIVE_DISTRIBUTION}" = "oldstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_OLDSTABLE}" ] || \ - [ "${LIVE_DISTRIBUTION}" = "stable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_STABLE}" ] +if [ "${LIVE_DISTRIBUTION}" = "oldstable" ] || [ "${LIVE_DISTRIBUTION}" = "${CODENAME_OLDSTABLE}" ] then LIVE_KERNEL="386" else
Re: Please *do not* unblock dtc for testing
Christian Perrier wrote: > I'm not in the position to check whether such request could come some > day and if the package is currently in testing, but please do not > unblock the dtc package for testing in case this would be requested. it wasn't in testing, no request will be made anyway. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Permission to upload live-package 0.99.14-4
Steve Langasek wrote: >> + * 02defaults.sh: Updated kernel flavours to match etch. somewhere last year, the flavour for amd64 was renamed from '-amd64-generic' to '-amd64'. before that rename hit testing, we needed to distinguish between unstable and testing wrt/ to this flavour. >> + * 14chroot.sh: Removed xorg hack, not needed in etch. the postinst in xorg before 7.1 had completely broken autodetection, hence we needed to force vesa driver in xorg.conf when using xorg from testing. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: binNMU for linux-modules-contrib-2.6
Steve Langasek wrote: > Doesn't this package use the same debian/control logic as linux-2.6 and > linux-modules-extra-2.6? If so, it's not binNMU-safe. ah right, i should have remembered from the recent sparc upload[0]. as far as i know, the testing version needs to be smaller than the one in unstable. assumed this is true, do i need to do a revision bump in unstable first, and then upload a rebuild of 2.6.18-4 as 2.6.18-4+etch or similar to testing? [0] http://packages.debian.org/changelogs/pool/main/l/linux-modules-extra-2.6/current/changelog#versionversion2.6.18-7 -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Permission to upload live-package 0.99.14-4
Steve Langasek wrote: > Ok, please go ahead with this. done, thanks. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: binNMU for linux-modules-contrib-2.6
Steve Langasek wrote: > The version number in testing needs to be <= the version in unstable. So > yes, you would need a new upload to unstable first. both done (and the one for testing uploaded without posting debdiff, as you allowed on IRC). -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please unblock redhat-cluster 1.03.00-2
Steve Langasek wrote: > Does this require a rebuild of l-m-e-2.6? yes, it's on the way. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Please unblock unionfs 1.4+debian-4
Hi, wrt/ l-m-e-2.6, it would be nice to have unionfs 1.4+debian-4 in etch to be in sync with unstable. Please unblock it, debdiff is attached. -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ diff -u unionfs-1.4+debian/debian/control.modules.in unionfs-1.4+debian/debian/control.modules.in --- unionfs-1.4+debian/debian/control.modules.in +++ unionfs-1.4+debian/debian/control.modules.in @@ -7,7 +7,7 @@ Package: unionfs-modules-_KVERS_ Architecture: any -Depends: linux-image-_KVERS_ +Depends: linux-modules-_KVERS_ | linux-image-_KVERS_ Provides: unionfs-modules Description: unionfs modules for Linux (kernel _KVERS_) This package contains the set of loadable kernel modules for the diff -u unionfs-1.4+debian/debian/changelog unionfs-1.4+debian/debian/changelog --- unionfs-1.4+debian/debian/changelog +++ unionfs-1.4+debian/debian/changelog @@ -1,3 +1,9 @@ +unionfs (1.4+debian-4) unstable; urgency=medium + + * Adjusted depends in control.modules.in. + + -- Daniel Baumann <[EMAIL PROTECTED]> Mon, 29 Jan 2007 00:54:00 +0100 + unionfs (1.4+debian-3) unstable; urgency=medium * Adjusted install: target in Makefile (Closes: #400807).
Re: Please unblock redhat-cluster 1.03.00-2
Daniel Baumann wrote: > yes, it's on the way. for unstable, it is uploaded. well and for testing, due to gspca beeing out of sync, we need a dedicated upload of l-m-e-2.6 anyway, once redhat-cluster migrated. i'll take care about that as soon as it has migrated. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please unblock unionfs 1.4+debian-4
Steve Langasek wrote: > Yes, unblocked. thanks. -- Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]