Bug#895846: stretch-pu: package animals/201207131226-2+b1

2018-04-30 Thread Adam D. Barratt
Control: tags -1 + pending

On Mon, 2018-04-16 at 20:58 +0200, Markus Koschany wrote:
> I would like to update the animals package in Stretch. At the moment
> it is completely unusable due to insufficient file permissions. The
> fix is trivial though. Please find attached the debdiff. Jessie is
> not
> affected.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



Bug#895846: stretch-pu: package animals/201207131226-2+b1

2018-04-16 Thread Markus Koschany
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

I would like to update the animals package in Stretch. At the moment
it is completely unusable due to insufficient file permissions. The
fix is trivial though. Please find attached the debdiff. Jessie is not
affected.

Regards,

Markus
diff -Nru animals-201207131226/debian/changelog 
animals-201207131226/debian/changelog
--- animals-201207131226/debian/changelog   2016-09-11 20:20:18.0 
+0200
+++ animals-201207131226/debian/changelog   2018-04-16 19:21:27.0 
+0200
@@ -1,3 +1,12 @@
+animals (201207131226-2.1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix typo overwrite -> override in debian/rules that prevented the use of
+correct file permissions and thus made the game unusable.
+Thanks to Aaron Howell for the report. (Closes: #875547)
+
+ -- Markus Koschany   Mon, 16 Apr 2018 19:21:27 +0200
+
 animals (201207131226-2) unstable; urgency=medium
 
   * Switch to dh
diff -Nru animals-201207131226/debian/rules animals-201207131226/debian/rules
--- animals-201207131226/debian/rules   2016-09-11 20:20:18.0 +0200
+++ animals-201207131226/debian/rules   2018-04-16 19:21:27.0 +0200
@@ -8,7 +8,7 @@
 override_dh_strip:
dh_strip --dbgsym-migration='animals-dbg (<<201207131226-1)'
 
-overwrite_dh_fixperms:
+override_dh_fixperms:
dh_fixperms
chown games:games $(CURDIR)/debian/animals/var/games/animals
chmod 06775 $(CURDIR)/debian/animals/var/games/animals