r15064 - packages/trunk/bubbros/debian

Juhani Numminen jsonic-guest at moszumanska.debian.org
Mon May 5 14:12:18 UTC 2014


Author: jsonic-guest
Date: 2014-05-05 14:12:18 +0000 (Mon, 05 May 2014)
New Revision: 15064

Modified:
   packages/trunk/bubbros/debian/changelog
   packages/trunk/bubbros/debian/rules
Log:
Exclude Makefiles from being installed.

Modified: packages/trunk/bubbros/debian/changelog
===================================================================
--- packages/trunk/bubbros/debian/changelog	2014-05-05 14:05:48 UTC (rev 15063)
+++ packages/trunk/bubbros/debian/changelog	2014-05-05 14:12:18 UTC (rev 15064)
@@ -15,6 +15,7 @@
   * Add debian/patches/replace_sf_logo.patch to prevent fetching SF.net logo.
   * Add Keywords field to debian/bubbros.desktop, remove unhelpful GenericName.
   * Add myself to Uploaders.
+  * Exclude Makefiles from being installed.
 
  -- Juhani Numminen <juhaninumminen0 at gmail.com>  Sun, 04 May 2014 21:31:16 +0300
 

Modified: packages/trunk/bubbros/debian/rules
===================================================================
--- packages/trunk/bubbros/debian/rules	2014-05-05 14:05:48 UTC (rev 15063)
+++ packages/trunk/bubbros/debian/rules	2014-05-05 14:12:18 UTC (rev 15064)
@@ -19,8 +19,10 @@
 	(cd ${TMPDIR}/bubbob/images && python buildcolors.py) || exit 1
 
 	# Remove unnecessary stuff
+	rm -f ${TMPDIR}/bubbob/Makefile
 	rm -f ${TMPDIR}/bubbob/setup.py
 	rm -f ${TMPDIR}/bubbob/statesaver.c
+	rm -f ${TMPDIR}/display/Makefile
 	rm -f ${TMPDIR}/display/setup.py
 	rm -f ${TMPDIR}/display/xshm.c
 	rm -rf ${TMPDIR}/bubbob/doc




More information about the Pkg-games-commits mailing list