r14818 - packages/branches/love/0.8/debian

Miriam Ruiz miriam at moszumanska.debian.org
Mon Jan 13 22:46:21 UTC 2014


Author: miriam
Date: 2014-01-13 22:46:21 +0000 (Mon, 13 Jan 2014)
New Revision: 14818

Removed:
   packages/branches/love/0.8/debian/love.binfmt
Modified:
   packages/branches/love/0.8/debian/love0.8.postinst
   packages/branches/love/0.8/debian/love0.8.prerm
   packages/branches/love/0.8/debian/rules
Log:
Removed binfmt



Deleted: packages/branches/love/0.8/debian/love.binfmt
===================================================================
--- packages/branches/love/0.8/debian/love.binfmt	2014-01-13 22:45:27 UTC (rev 14817)
+++ packages/branches/love/0.8/debian/love.binfmt	2014-01-13 22:46:21 UTC (rev 14818)
@@ -1,3 +0,0 @@
-package love0.8
-interpreter /usr/bin/love-0.8
-extension love

Modified: packages/branches/love/0.8/debian/love0.8.postinst
===================================================================
--- packages/branches/love/0.8/debian/love0.8.postinst	2014-01-13 22:45:27 UTC (rev 14817)
+++ packages/branches/love/0.8/debian/love0.8.postinst	2014-01-13 22:46:21 UTC (rev 14818)
@@ -30,9 +30,6 @@
             love.1.gz \
             /usr/share/man/man1/love-0.8.1.gz \
            8
-        if which update-binfmts >/dev/null; then
-          update-binfmts --import love0.8
-        fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: packages/branches/love/0.8/debian/love0.8.prerm
===================================================================
--- packages/branches/love/0.8/debian/love0.8.prerm	2014-01-13 22:45:27 UTC (rev 14817)
+++ packages/branches/love/0.8/debian/love0.8.prerm	2014-01-13 22:46:21 UTC (rev 14818)
@@ -19,9 +19,6 @@
 
 case "$1" in
     remove|upgrade|deconfigure)
-        if which update-binfmts >/dev/null; then
-          update-binfmts --package love0.8 --remove love0.8 /usr/bin/love-0.8
-        fi
         update-alternatives --quiet --remove \
             love \
             /usr/bin/love-0.8

Modified: packages/branches/love/0.8/debian/rules
===================================================================
--- packages/branches/love/0.8/debian/rules	2014-01-13 22:45:27 UTC (rev 14817)
+++ packages/branches/love/0.8/debian/rules	2014-01-13 22:46:21 UTC (rev 14818)
@@ -102,8 +102,6 @@
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_install -a
-	mkdir -p debian/love$(PRG_SUFFIX)/usr/share/binfmts/
-	cp debian/love.binfmt debian/love$(PRG_SUFFIX)/usr/share/binfmts/love$(PRG_SUFFIX)
 #	dh_installmenu -a
 	dh_installmime -a
 #	dh_installinfo -a




More information about the Pkg-games-commits mailing list