Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Bart Martens
Control: tag -1 - moreinfo

On Fri, Aug 05, 2016 at 11:02:40PM +0200, Julien Cristau wrote:
> Control: tag -1 moreinfo
> 
> The current code is not a guarantee for the future.  The function is
> named "human_time".  That makes it IMO wrong to use in a script.  It's
> also not stable across timezones.

Using %Y now, see attached debdiff. Permission to upload?

Regards,

Bart Martens
diff -Nru flashplugin-nonfree-3.6.1/debian/changelog 
flashplugin-nonfree-3.6.1+deb8u1/debian/changelog
--- flashplugin-nonfree-3.6.1/debian/changelog  2014-12-21 10:03:31.0 
+0100
+++ flashplugin-nonfree-3.6.1+deb8u1/debian/changelog   2016-08-04 
11:01:28.0 +0200
@@ -1,3 +1,10 @@
+flashplugin-nonfree (1:3.6.1+deb8u1) jessie; urgency=medium
+
+  * update-flashplugin-nonfree: Delete old get-upstream-version.pl from cache.
+Closes: #833413.
+
+ -- Bart Martens   Thu, 04 Aug 2016 10:59:38 +0200
+
 flashplugin-nonfree (1:3.6.1) unstable; urgency=medium
 
   * debian/control: Pre-Depends: ca-certificates.  Closes: #773633.
diff -Nru flashplugin-nonfree-3.6.1/update-flashplugin-nonfree 
flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree
--- flashplugin-nonfree-3.6.1/update-flashplugin-nonfree2014-09-15 
17:33:57.0 +0200
+++ flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree 2016-08-06 
07:09:30.0 +0200
@@ -183,6 +183,15 @@
 
if [ -f $cachedir/get-upstream-version.pl ]
then
+   if [ "`stat --format=%Y $cachedir/get-upstream-version.pl`" -lt 
"1470296100" ] # 2016-08-04 09:35:00.0 +0200
+   then
+   [ "$verbose" != "yes" ] || echo "deleting old 
$cachedir/get-upstream-version.pl"
+   rm $cachedir/get-upstream-version.pl
+   fi
+   fi
+
+   if [ -f $cachedir/get-upstream-version.pl ]
+   then
cp $cachedir/get-upstream-version.pl .
upstream=`perl get-upstream-version.pl $arch_wget 2> /dev/null` 
|| true
 


Processed: Re: Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 - moreinfo
Bug #833433 [release.debian.org] jessie-pu: package 
flashplugin-nonfree/1:3.6.1+deb8u1
Removed tag(s) moreinfo.

-- 
833433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Julien Cristau
Control: tag -1 moreinfo

On Fri, Aug  5, 2016 at 18:18:01 +, Bart Martens wrote:

> On Fri, Aug 05, 2016 at 03:19:59PM +0200, Julien Cristau wrote:
> > 
> > On Thu, Aug  4, 2016 at 11:38:34 +0200, Bart Martens wrote:
> > 
> > > + if [ "`stat --format=%y $cachedir/get-upstream-version.pl`" \< 
> > > "2016-08-04 09:35" ]
> > 
> > Not sure about using string comparison for comparing dates.  And is stat
> > --format=%y's output stable across locales etc?
> 
> Yes, see function human_time in src/stat.c in coreutils.
> 
The current code is not a guarantee for the future.  The function is
named "human_time".  That makes it IMO wrong to use in a script.  It's
also not stable across timezones.

Cheers,
Julien



Processed: Re: Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #833433 [release.debian.org] jessie-pu: package 
flashplugin-nonfree/1:3.6.1+deb8u1
Added tag(s) moreinfo.

-- 
833433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: tagging 831335

2016-08-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 831335 - moreinfo
Bug #831335 [release.debian.org] jessie-pu: package publicsuffix/20160703-1
Removed tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
831335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 - moreinfo
Bug #833433 [release.debian.org] jessie-pu: package 
flashplugin-nonfree/1:3.6.1+deb8u1
Removed tag(s) moreinfo.

-- 
833433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Bart Martens
Control: tag -1 - moreinfo

On Fri, Aug 05, 2016 at 03:19:59PM +0200, Julien Cristau wrote:
> Control: tag -1 moreinfo
> 
> On Thu, Aug  4, 2016 at 11:38:34 +0200, Bart Martens wrote:
> 
> > +   if [ "`stat --format=%y $cachedir/get-upstream-version.pl`" \< 
> > "2016-08-04 09:35" ]
> 
> Not sure about using string comparison for comparing dates.  And is stat
> --format=%y's output stable across locales etc?

Yes, see function human_time in src/stat.c in coreutils.

> Wouldn't stat --format=%Y and test -lt make this easier?

That would be, in my opinion, less readable.

Regards,

Bart Martens



Bug#831335: jessie-pu: package publicsuffix/20160703-1

2016-08-05 Thread Adam D. Barratt
On Fri, 2016-08-05 at 13:05 -0400, Daniel Kahn Gillmor wrote:
> ping!  I haven't heard back about this.  maybe my earlier reply was
> filtered out of some mailbox because of the size of the debdiff as
> described above?

It made it, I've just been suffering from a lack of sufficient tuits in
the meantime, I'm afraid.

Regards,

Adam



Bug#831335: jessie-pu: package publicsuffix/20160703-1

2016-08-05 Thread Daniel Kahn Gillmor
On Thu 2016-07-14 18:25:00 -0400, Daniel Kahn Gillmor wrote:
> On Thu 2016-07-14 20:06:27 +0200, Adam D. Barratt wrote:
>> Please could we have a debdiff, relative to the current package in
>> jessie, in this bug log? (We prefer p-u bugs to be self-contained, and
>> not have to rely on your git tree existing for arbitrary periods in the
>> future, or on it not changing after we give an ack.)
>
> sure.  the debdiff is quite large, primarily due to upstream renaming
> effective_tld_names.dat to public_suffix_list.dat (and adding a
> python-based "linter", and changing how they produce their upstream
> changelog), but i've attached the gzip'ed debdiff below.
>
> The git tree's jessie branch which i'm proposing is at commit ID
> 6520ee81d3e2d73192e67685652ef6bccdb2e637, fwiw, so you don't have to
> worry about it changing.

ping!  I haven't heard back about this.  maybe my earlier reply was
filtered out of some mailbox because of the size of the debdiff as
described above?

 --dkg


signature.asc
Description: PGP signature


Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Julien Cristau
Control: tag -1 moreinfo

On Fri, Aug  5, 2016 at 14:01:49 +, Holger Levsen wrote:

> On Fri, Aug 05, 2016 at 03:25:29PM +0200, Julien Cristau wrote:
> > On Thu, Aug  4, 2016 at 08:47:36 +0200, Holger Levsen wrote:
> > > The diffstat looks bigger than it really is, the "bigger changes" are all 
> > > due
> > > to file renames due to the iceweasel2firefox-esr transition in stable
> > > (where we just cherry-picked the same commits from sid…). 
> > > 
> > > All changes are present in sid too.
> > > 
> > > $ git diff 1.818+deb8u1..jessie|diffstat
> > 
> > Does git diff --stat (possibly with -M) make that better?  (Also maybe
> > -M would make sense for the diff itself?)
> 
> yes, -M helps a lot, thanks & attached.
> 
So I'm not seeing anything that handles conffile renaming in maintainer
scripts (and e.g. removal of directories under /etc/iceweasel).  That
seems wrong, I think?

Cheers,
Julien


signature.asc
Description: PGP signature


Processed: Re: Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #833421 [release.debian.org] jessie-pu: debian-edu-config/1.818+deb8u2
Added tag(s) moreinfo.

-- 
833421: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833421
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Holger Levsen
On Fri, Aug 05, 2016 at 03:25:29PM +0200, Julien Cristau wrote:
> On Thu, Aug  4, 2016 at 08:47:36 +0200, Holger Levsen wrote:
> > The diffstat looks bigger than it really is, the "bigger changes" are all 
> > due
> > to file renames due to the iceweasel2firefox-esr transition in stable
> > (where we just cherry-picked the same commits from sid…). 
> > 
> > All changes are present in sid too.
> > 
> > $ git diff 1.818+deb8u1..jessie|diffstat
> 
> Does git diff --stat (possibly with -M) make that better?  (Also maybe
> -M would make sense for the diff itself?)

yes, -M helps a lot, thanks & attached.


-- 
cheers,
Holger
diff --git a/Makefile b/Makefile
index dfd6387..a1ea964 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ CFFILES = \
cf.exim \
cf.imap \
cf.homes \
-   cf.iceweasel \
+   cf.firefox-esr \
cf.inetd \
cf.kdm \
cf.krb5client \
@@ -82,7 +82,7 @@ CFBINFILES = \
 SYSCONFFILES = \
asound.conf \
apt/apt.conf.d/90squid \
-   apt/apt.conf.d/99-edu-prefer-iceweasel \
+   apt/apt.conf.d/99-edu-prefer-firefox \
bind/named.conf.ldap2zone \
bind/db.intern \
bind/db.10.in-addr.arpa. \
@@ -91,7 +91,7 @@ SYSCONFFILES = \
bind/db.0.168.192.in-addr.arpa. \
bind/db.1.168.192.in-addr.arpa. \
X11/Xsession.d/05debian-edu-truncate-xerrorlog \
-   X11/Xsession.d/06debian-edu-iceweasel-ltsp \
+   X11/Xsession.d/06debian-edu-firefox-ltsp \
X11/Xsession.d/09debian-edu-missing-home \
X11/Xsession.d/10debian-edu-one-login-per-host \
desktop-profiles/debian-edu-config.listing \
@@ -363,7 +363,7 @@ install: install-testsuite
share/debian-edu-config/tools/gosa-sync \
share/debian-edu-config/tools/gosa-sync-dns-nfs \
share/debian-edu-config/tools/gosa-unlock-user \
-   share/debian-edu-config/tools/iceweasel-plugin-support \
+   share/debian-edu-config/tools/firefox-plugin-support \
share/debian-edu-config/tools/kerberos-kdc-init \
share/debian-edu-config/tools/ldap2bind-updatezonelist \
share/debian-edu-config/tools/ldap-user-clean-attic.sh \
@@ -392,7 +392,7 @@ install: install-testsuite
share/debian-edu-config/tools/sssd-generate-config \
share/debian-edu-config/tools/squid-update-cachedir \
share/debian-edu-config/tools/subnet-change \
-   share/debian-edu-config/tools/update-iceweasel-homepage \
+   share/debian-edu-config/tools/update-firefox-homepage \
share/debian-edu-config/tools/update-proxy-from-wpad \
share/debian-edu-config/tools/workaround-udev-bug-765577 \
share/debian-edu-config/tools/wpad-extract \
@@ -452,9 +452,9 @@ install: install-testsuite
 
set -e ; for f in \
share/debian-edu-config/rsyslog-collector \
-   share/debian-edu-config/iceweacel-networked-prefs.js \
+   share/debian-edu-config/firefox-networked-prefs.js \
share/debian-edu-config/squid3.conf \
-   share/iceweasel/defaults/preferences/debian-edu.js \
+   share/firefox-esr/browser/defaults/preferences/debian-edu.js \
share/pam-configs/edu-group \
share/pam-configs/edu-umask \
share/perl5/Debian/Edu.pm \
diff --git a/cf/cf.iceweasel b/cf/cf.firefox-esr
similarity index 72%
rename from cf/cf.iceweasel
rename to cf/cf.firefox-esr
index 7eb7084..89fd0e0 100644
--- a/cf/cf.iceweasel
+++ b/cf/cf.firefox-esr
@@ -1,16 +1,16 @@
 #
-# Set up Iceweasel to accept the default ssl certificate created through 
cf.apache2.
+# Set up firefox to accept the default ssl certificate created through 
cf.apache2.
 #
-# Should create cert_override.txt in /etc/iceweasel/profile/ that will be 
included
-# in new Iceweasel profiles created on local host.
+# Should create cert_override.txt in /etc/firefox/profile/ that will be 
included
+# in new firefox profiles created on local host.
 # On main server use /etc/skel/ to create a default profile for new
-# users in case they start Iceweasel the first time on non configured
+# users in case they start firefox the first time on non configured
 # hosts.
 #
 directories:
-   # Check file system is prepared for the local Iceweasel default profile.
+   # Check file system is prepared for the local firefox default profile.
debian.installation.!standalone::
-   /etc/iceweasel/profile mode=755 owner=root group=root
+   /etc/firefox-esr/profile mode=755 owner=root group=root
 
# Check file system is prepared for inclusion in new users home 
directories.
debian.installation.server::
@@ -37,9 +37,9 @@ shellcommands:
# while school machines get the school start page from LDAP.
# The clients using LDAP also update the pages 

Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Holger Levsen
On Fri, Aug 05, 2016 at 03:23:27PM +0200, Julien Cristau wrote:
> On Thu, Aug  4, 2016 at 08:47:36 +0200, Holger Levsen wrote:
> > debian-edu-config (1.818+deb8u2) UNRELEASED; urgency=medium
> > 
> >   [ Wolfgang Schweer ]
> >   * Take 2b2a657f from sid on cf/cf.ldapclient: don't purge libnss-mdns
> > cause cups now needs mdns for automatic printer detection.
> > (Closes: #825919).
> >   * dhclient-exit-hooks.d/hostname: adjust for the case of a dedicated
> > LTSP server. (Closes: #783087).
> >   * Adjust ldap-tools/ldap-debian-edu-install to be compliant with systemd 
> > now that unit samba.service is masked (see #769714). (Closes: #826201).
> >   * Move from Iceweasel to Firefox ESR: (Closes: #827448)
> > - rename several files containing iceweasel and also the directory
> >   share/iceweasel.
> > - replace iceweasel with firefox-esr in various files.
> > - use '/etc/firefox-esr' as place for firefox preference files.
> > - update Makefile.
> > 
> >   [ Mike Gabriel ]
> >   * Iceweasel -> Firefox transition: system-wide, non-configurable
> > browser defaults now go into /usr/share/firefox-esr/browser/defaults/, 
> > not
> > /usr/share/firefox/defaults/.
> >   * Rename cf.firefox to cf.firefox-esr and make sure it operated on
> >/etc/firefox-esr.
> >   * firefox-networked-prefs.js: Fix configuration folder in comment.
> >   * sbin/snake-on-ice: Rename /etc/firefox to /etc/firefox-esr. Only
> > declare OVERRIDE_FILE once and then use it accordingly (instead
> > of hard-coding /etc/firefox(-esr) several times. Use more quotes.
> >   * debian/dirs: We ship /etc/firefox-esr, not /etc/firefox.
> >   * kickoffrc: Use firefox-esr.desktop, rather than firefox.desktop.
> >   * testsuite/ltsp: Check presence of cert_override.txt in
> > /etc/firefox-esr/, rather than /etc/firefox/.
> >   * testsuite/webserver: Dito (check presence of cert_override.txt in
> > /etc/firefox-esr/, rather than /etc/firefox/).
> > 
> >   [ Holger Levsen ]
> >   * Move code to cleanup /usr/share/pam-configs/krb5 diversion from
> >   * postinst to preinst to ease upgrades from old wheezy installations.
> > (Closes: #779641)
> >   * Adjust cf.krb5client to ensure that cfengine runs are idempotent.
> > (Closes: #779642) - Patch taken from master branch from Wolfgang.
> > 
> That changelog is made harder to read by having bullet points in
> continuation lines.  Care to fix that?

done. (inside the quoted text.)


-- 
cheers,
Holger


signature.asc
Description: Digital signature


Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Julien Cristau
On Thu, Aug  4, 2016 at 08:47:36 +0200, Holger Levsen wrote:

> Package: release.debian.org
> Severity: normal
> Tags: jessie
> User: release.debian@packages.debian.org
> Usertags: pu
> 
> Hi,
> 
> for fixing several issues (4 filed as important, 2 as normal, though I'd
> argue we should probably upgrade their severity to important as well)
> affecting both upgrades from Debian Edu wheezy as well as new Debian Edu
> jessie installations, we would like to upload the following changes to
> jessie(-pu):
> 
> (The full debdiff is attached to the mail, the suite will be changed from
> UNRELEASED to jessie…)
> 
> debian-edu-config (1.818+deb8u2) UNRELEASED; urgency=medium
> 
>   [ Wolfgang Schweer ]
>   * Take 2b2a657f from sid on cf/cf.ldapclient: don't purge libnss-mdns
> cause cups now needs mdns for automatic printer detection.
> (Closes: #825919).
>   * dhclient-exit-hooks.d/hostname: adjust for the case of a dedicated
> LTSP server. (Closes: #783087).
>   * Adjust ldap-tools/ldap-debian-edu-install to be compliant with systemd 
> now that unit samba.service is masked (see #769714). (Closes: #826201).
>   * Move from Iceweasel to Firefox ESR: (Closes: #827448)
> - rename several files containing iceweasel and also the directory
>   share/iceweasel.
> - replace iceweasel with firefox-esr in various files.
> - use '/etc/firefox-esr' as place for firefox preference files.
> - update Makefile.
> 
>   [ Mike Gabriel ]
>   * Iceweasel -> Firefox transition: system-wide, non-configurable
>   * browser
> defaults now go into /usr/share/firefox-esr/browser/defaults/, not
> /usr/share/firefox/defaults/.
>   * Rename cf.firefox to cf.firefox-esr and make sure it operated on
>/etc/firefox-esr.
>   * firefox-networked-prefs.js: Fix configuration folder in comment.
>   * sbin/snake-on-ice: Rename /etc/firefox to /etc/firefox-esr. Only
> declare OVERRIDE_FILE once and then use it accordingly (instead
> of hard-coding /etc/firefox(-esr) several times. Use more quotes.
>   * debian/dirs: We ship /etc/firefox-esr, not /etc/firefox.
>   * kickoffrc: Use firefox-esr.desktop, rather than firefox.desktop.
>   * testsuite/ltsp: Check presence of cert_override.txt in
>   * /etc/firefox-esr/,
> rather than /etc/firefox/.
>   * testsuite/webserver: Dito (check presence of cert_override.txt in
>   * /etc/firefox-esr/,
> rather than /etc/firefox/).
> 
>   [ Holger Levsen ]
>   * Move code to cleanup /usr/share/pam-configs/krb5 diversion from
>   * postinst to preinst to ease upgrades from old wheezy installations.
> (Closes: #779641)
>   * Adjust cf.krb5client to ensure that cfengine runs are idempotent.
> (Closes: #779642) - Patch taken from master branch from Wolfgang.
> 
That changelog is made harder to read by having bullet points in
continuation lines.  Care to fix that?

Thanks,
Julien


signature.asc
Description: PGP signature


Bug#833421: jessie-pu: debian-edu-config/1.818+deb8u2

2016-08-05 Thread Julien Cristau
On Thu, Aug  4, 2016 at 08:47:36 +0200, Holger Levsen wrote:

> The diffstat looks bigger than it really is, the "bigger changes" are all due
> to file renames due to the iceweasel2firefox-esr transition in stable
> (where we just cherry-picked the same commits from sid…). 
> 
> All changes are present in sid too.
> 
> $ git diff 1.818+deb8u1..jessie|diffstat

Does git diff --stat (possibly with -M) make that better?  (Also maybe
-M would make sense for the diff itself?)

Cheers,
Julien


signature.asc
Description: PGP signature


Bug#833345: jessie-pu: package piuparts/0.62+deb8u1

2016-08-05 Thread Holger Levsen
On Fri, Aug 05, 2016 at 02:37:03PM +0200, Julien Cristau wrote:
> I guess.. though at that point what's the value of the sid and
> experimental checks?

there's probably not much, but I felt this was the safest change for
now, and it's also the same as what's been done in sid, probably also
for now.


-- 
cheers,
Holger


signature.asc
Description: Digital signature


Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Julien Cristau
Control: tag -1 moreinfo

On Thu, Aug  4, 2016 at 11:38:34 +0200, Bart Martens wrote:

> diff -Nru flashplugin-nonfree-3.6.1/debian/changelog 
> flashplugin-nonfree-3.6.1+deb8u1/debian/changelog
> --- flashplugin-nonfree-3.6.1/debian/changelog2014-12-21 
> 10:03:31.0 +0100
> +++ flashplugin-nonfree-3.6.1+deb8u1/debian/changelog 2016-08-04 
> 11:01:28.0 +0200
> @@ -1,3 +1,10 @@
> +flashplugin-nonfree (1:3.6.1+deb8u1) jessie; urgency=medium
> +
> +  * update-flashplugin-nonfree: Delete old get-upstream-version.pl from 
> cache.
> +Closes: #833413.
> +
> + -- Bart Martens   Thu, 04 Aug 2016 10:59:38 +0200
> +
>  flashplugin-nonfree (1:3.6.1) unstable; urgency=medium
>  
>* debian/control: Pre-Depends: ca-certificates.  Closes: #773633.
> diff -Nru flashplugin-nonfree-3.6.1/update-flashplugin-nonfree 
> flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree
> --- flashplugin-nonfree-3.6.1/update-flashplugin-nonfree  2014-09-15 
> 17:33:57.0 +0200
> +++ flashplugin-nonfree-3.6.1+deb8u1/update-flashplugin-nonfree   
> 2016-08-04 11:04:15.0 +0200
> @@ -183,6 +183,15 @@
>  
>   if [ -f $cachedir/get-upstream-version.pl ]
>   then
> + if [ "`stat --format=%y $cachedir/get-upstream-version.pl`" \< 
> "2016-08-04 09:35" ]
> + then
> + [ "$verbose" != "yes" ] || echo "deleting old 
> $cachedir/get-upstream-version.pl"
> + rm $cachedir/get-upstream-version.pl
> + fi
> + fi
> +
> + if [ -f $cachedir/get-upstream-version.pl ]
> + then
>   cp $cachedir/get-upstream-version.pl .
>   upstream=`perl get-upstream-version.pl $arch_wget 2> /dev/null` 
> || true
>  

Not sure about using string comparison for comparing dates.  And is stat
--format=%y's output stable across locales etc?  Wouldn't stat
--format=%Y and test -lt make this easier?

Cheers,
Julien



Processed: Re: Bug#833433: jessie-pu: package flashplugin-nonfree/1:3.6.1+deb8u1

2016-08-05 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 moreinfo
Bug #833433 [release.debian.org] jessie-pu: package 
flashplugin-nonfree/1:3.6.1+deb8u1
Added tag(s) moreinfo.

-- 
833433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#833345: jessie-pu: package piuparts/0.62+deb8u1

2016-08-05 Thread Julien Cristau
On Wed, Aug  3, 2016 at 12:35:44 +0200, Holger Levsen wrote:

> BTW, is there any ETA for 8.6 yet? (Debian Edu needs some more fixes
> too…)
> 
Not yet, no.

Cheers,
Julien


signature.asc
Description: PGP signature


Bug#833345: jessie-pu: package piuparts/0.62+deb8u1

2016-08-05 Thread Julien Cristau
On Wed, Aug  3, 2016 at 12:35:44 +0200, Holger Levsen wrote:

> piuparts ftbfs in jessie, which I would like to fix with the following
> upload:
> 
> $ git diff 0.62..jessie
> diff --git a/debian/changelog b/debian/changelog
> index 45e9372..76cbd8f 100644
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,11 @@
> +piuparts (0.62+deb8u1) UNRELEASED; urgency=medium
> +
> +  [ Stefano Rivera ]
> +  * Don't test the current Debian release status, tracking that is
> +distro-info-data's problem. (Closes: #827411)
> +
> + -- Holger Levsen   Wed, 03 Aug 2016 12:01:32 +0200
> +
>  piuparts (0.62) unstable; urgency=medium
>  
>* Default to http://http.debian.net/debian instead of the deprecated
> diff --git a/tests/test_config.py b/tests/test_config.py
> index e68d8ea..a5ca9a3 100644
> --- a/tests/test_config.py
> +++ b/tests/test_config.py
> @@ -17,9 +17,6 @@ class ConfStdDistroTests(unittest.TestCase):
>  
>  
>  def testConfStdDistroNames(self):
> -self.assertEqual(self.oldstable, 'squeeze')
> -self.assertEqual(self.stable, 'wheezy')
> -self.assertEqual(self.testing, 'jessie')
>  self.assertEqual(self.unstable, 'sid')
>  self.assertEqual(self.experimental, 'experimental')
>  
I guess.. though at that point what's the value of the sid and
experimental checks?

Cheers,
Julien


signature.asc
Description: PGP signature


Bug#832805: transition: libwebp

2016-08-05 Thread Sebastian Ramacher
On 2016-08-04 21:10:22, Jeff Breidenbach wrote:
> Okay, clearly not webp. Sorry for the noise.
> 
> Makefile:1711: recipe for target 'lua/intf/cli.luac' failed

That's #816059 and should be fixed later today once the lua5.2 NMU hits the
archive.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature