[SCM] Packaging for cube2font branch, master, updated. debian/1.2-2-28-gb9a14d0
Martin Erik Werner
martinerikwerner at gmail.com
Sat Sep 1 19:24:46 UTC 2012
The following commit has been merged in the master branch:
commit 240014e334c202e2a37a4e65ee21ffbe7f18ea1e
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sat Sep 1 21:06:16 2012 +0200
patch broken makefile
diff --git a/debian/patches/makefile-install.patch b/debian/patches/makefile-install.patch
new file mode 100644
index 0000000..2c28163
--- /dev/null
+++ b/debian/patches/makefile-install.patch
@@ -0,0 +1,21 @@
+Description: system-install: fix cube2font install
+Author: Martin Erik Werner <martinerikwerner at gmail.com>
+Origin: upstream, http://sourceforge.net/apps/trac/redeclipse/changeset/4128
+Last-Update: 2012-09-01
+
+--- a/src/system-install.mk
++++ b/src/system-install.mk
+@@ -122,11 +122,11 @@
+ install -m644 install/nix/$(appsrcname)_x32.xpm \
+ $(pixmapdir)/$(appname).xpm
+
+-system-install-cube2font: system-install-cube2font-docs
++system-install-cube2font: cube2font system-install-cube2font-docs
+ install -d $(bindir)
+ install -m755 cube2font $(bindir)/cube2font
+
+-system-install-cube2font-docs: install/nix/cube2font.1
++system-install-cube2font-docs: ../doc/man/cube2font.1
+ install -d $(mandir)/man1
+ gzip -9 -n -c < ../doc/man/cube2font.1 \
+ > $(mandir)/man1/cube2font.1.gz
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7068ae
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+makefile-install.patch
--
Packaging for cube2font
More information about the Pkg-games-commits
mailing list