[SCM] team based FPS game - packaging branch, debian, updated. debian/1.1.0-4.1-33-g855d6ce

Simon McVittie smcv at debian.org
Sat Jul 17 14:11:12 UTC 2010


The following commit has been merged in the debian branch:
commit 96b87cc0f13a86edb2245e1fa7d164f4d318413d
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Jul 17 12:35:10 2010 +0100

    Advance to Debhelper 7 compatibility

diff --git a/debian/changelog b/debian/changelog
index 6bdb608..fd6518c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ tremulous (1.1.0-5) UNRELEASED; urgency=low
     - give that dedicated user ID a home directory, since Tremulous needs one
   * Fix sections in menu and doc-base
   * Add ${misc:Depends}
+  * Advance to Debhelper 7 compatibility
 
  -- Simon McVittie <smcv at debian.org>  Mon, 12 Jul 2010 22:22:25 +0100
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..bb7e151
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/*.pk3
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/rules b/debian/rules
index 3e97be6..9bc99be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,6 @@ build-arch-stamp:
 	touch build-arch-stamp
 
 clean:
-	rm -f debian/*.pk3
-	rm -f build-arch-stamp
 	dh clean
 
 install: install-indep install-arch
@@ -89,7 +87,7 @@ install-arch:
 binary-common:
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs ChangeLog
+	dh_installchangelogs
 	dh_installdocs
 	dh_installmenu
 	dh_installinit

-- 
team based FPS game - packaging



More information about the Pkg-games-commits mailing list