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.000000000 
+0200
+++ animals-201207131226/debian/changelog       2018-04-16 19:21:27.000000000 
+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 <a...@debian.org>  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.000000000 +0200
+++ animals-201207131226/debian/rules   2018-04-16 19:21:27.000000000 +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

Reply via email to