[adonthell] 16/65: * Convert to source format 3 (quilt) * Fix version number

Markus Koschany apo at moszumanska.debian.org
Tue Jul 12 19:53:51 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 94687e6831002ae2a80225b8ce965bce3b926733
Author: Moritz Muehlenhoff <jmm at debian.org>
Date:   Thu Dec 24 22:55:18 2009 +0000

    * Convert to source format 3 (quilt)
    * Fix version number
---
 debian/changelog     | 10 ++++++----
 debian/control       |  2 +-
 debian/rules         |  8 ++------
 debian/source/format |  1 +
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 12355c7..a5d9027 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
-adonthell (0.3.5-3.1) unstable; urgency=low
+adonthell (0.3.5-4) unstable; urgency=low
 
   * Add myself to uploaders
   * Drop special case handling of Python for arm, Python 2.4 is being
-    removed (Closes: #562401)
-  * Drop versioned Build-Depends for python-dev, swig1.3, quilt and
+    removed. If it still fails with the current toolchain, we need to
+    find a fix in Python or drop support for Arm (Closes: #562401)
+  * Drop versioned Build-Depends for python-dev, swig1.3 and
     python-support; all satified even in Etch
-
+  * Convert to source format 3 (quilt)
+	
  -- Moritz Muehlenhoff <jmm at debian.org>  Thu, 24 Dec 2009 16:31:20 +0100
 
 adonthell (0.3.5-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e8c49d9..6c93e30 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Barry deFreese <bdefreese at debian.org>, Iain Lane <laney at ubuntu.com>, Moritz Muehlenhoff <jmm at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig1.3, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, quilt
+Build-Depends: debhelper (>= 5.0.37.2), autotools-dev, libsdl1.2-dev, libvorbis-dev, zlib1g-dev, swig1.3, libfreetype6-dev, libaa1-dev, python-dev, python-support, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev, libsdl1.2-dev
 Standards-Version: 3.8.3
 Homepage: http://adonthell.linuxgames.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/adonthell/
diff --git a/debian/rules b/debian/rules
index 563f49a..b42ebc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,6 @@
 
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 CXXFLAGS = -Wall -fno-exceptions -DSWIG_GLOBAL -DDATA_DIR=\"\\\"/usr/share/games/adonthell\"\\\"
@@ -29,7 +27,7 @@ else
 endif
 
 configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
 	dh_testdir
 
 
@@ -112,7 +110,5 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
-
-
+.PHONY: build clean binary-indep binary-arch binary install
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

-- 
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