[adonthell] 28/65: Integrate NMU and add desktop file

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 19:53:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository adonthell.

commit 53f1b439245b7c8f866ab6ce1cf258813a7b99ae
Author: Barry deFreese <bdefreese at debian.org>
Date:   Sun May 19 15:54:01 2013 +0000

    Integrate NMU and add desktop file
---
 debian/adonthell.desktop                     |  8 ++++++++
 debian/changelog                             | 18 +++++++++++++++++
 debian/patches/12_no_sparc_bytecompile.patch | 29 ++++++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 4 files changed, 56 insertions(+)

diff --git a/debian/adonthell.desktop b/debian/adonthell.desktop
new file mode 100644
index 0000000..7535223
--- /dev/null
+++ b/debian/adonthell.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Adonthell
+Comment=A 2D RPG Engine
+Exec=/usr/games/adonthell
+Icon=
+Terminal=false
+Type=Application
+Categories=Game;RolePlaying;
diff --git a/debian/changelog b/debian/changelog
index ae8b461..be8bb9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+adonthell (0.3.5-8) UNRELEASED; urgency=low
+
+  * Acknowledge NMU.
+  * Add .desktop file. (Closes: #708933).
+
+ -- Barry deFreese <bdefreese at debian.org>  Sun, 19 May 2013 07:07:29 -0400
+
+adonthell (0.3.5-7.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches/12_no_sparc_bytecompile.patch:
+    - Do not bytecompile Python files during build on sparc, workaround
+      to let adonthell compile again. Generated files were not installed
+      in the package, and byte-compilation is performed at a later stage
+      by python-support anyway (Closes: #639450).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 02 Oct 2011 17:21:03 +0200
+
 adonthell (0.3.5-7) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/patches/12_no_sparc_bytecompile.patch b/debian/patches/12_no_sparc_bytecompile.patch
new file mode 100644
index 0000000..0063215
--- /dev/null
+++ b/debian/patches/12_no_sparc_bytecompile.patch
@@ -0,0 +1,29 @@
+Description: Do not bytecompile Python files during build
+Author: Luca Falavigna <dktrkranz at debian.org>
+Bug-Debian: http://bugs.debian.org/639450
+Forwarded: no
+
+Index: adonthell-0.3.5/src/modules/Makefile.in
+===================================================================
+--- adonthell-0.3.5.orig/src/modules/Makefile.in	2011-10-02 17:20:09.885955991 +0200
++++ adonthell-0.3.5/src/modules/Makefile.in	2011-10-02 17:20:44.365957048 +0200
+@@ -216,6 +216,10 @@
+ CLEANFILES = $(pyc_files)
+ all: all-am
+ 
++ifneq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),sparc)
++        ADONTHELLCMD=$(top_builddir)/src/adonthell-0.3 -c
++endif
++
+ .SUFFIXES:
+ $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+ 	@for dep in $?; do \
+@@ -404,7 +408,7 @@
+ 
+ 
+ all: $(py_files) 
+-	$(top_builddir)/src/adonthell-0.3 -c
++	$(ADONTHELLCMD)
+ 
+ %.pyc : %.py
+ 	@if test x$(top_srcdir) != x$(top_builddir) ; then \
diff --git a/debian/patches/series b/debian/patches/series
index 56f9b5d..83a08e6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 04_do_not_ship_pyc.diff
 10_ftbfs_with_gcc-4.4.diff
 11_ftbfs_with_gcc-4.6.diff
+12_no_sparc_bytecompile.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/adonthell.git



More information about the Pkg-games-commits mailing list