[SCM] Packaging of kobodeluxe branch, master, updated. debian/0.5.1-2-31-g0e18057

Damyan Ivanov dmn at debian.org
Sat Oct 31 13:37:50 UTC 2009


The following commit has been merged in the master branch:
commit 9cf06c976b9892f70afc40dc34028e895bb97df9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Oct 31 14:52:29 2009 +0200

    rules: move the list of files to clean in debian/clean

diff --git a/debian/changelog b/debian/changelog
index a772111..9ece740 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kobodeluxe (0.5.1-5) UNRELEASED; urgency=low
   * add patch by Iain Lane to fix compilation error with GCC-4.4
     Closes: #552548; thanks to Ilya Barygin
   * clean build-dependencies from versions satisfied by Etch
+  * rules: move the list of files to clean in debian/clean
 
  -- Damyan Ivanov <dmn at debian.org>  Sat, 31 Oct 2009 14:41:33 +0200
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..4e2571a
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,14 @@
+Makefile.in
+aclocal.m4
+config.guess
+config.log
+config.status
+config.sub
+configure
+data/Makefile.in
+data/gfx/Makefile.in
+data/sfx/Makefile.in
+eel/Makefile.in
+graphics/Makefile.in
+sound/Makefile.in
+stamp-h
diff --git a/debian/rules b/debian/rules
index 8bda90a..9d96649 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,6 @@ install-stamp:
 
 clean: unpatch
 	dh $@
-	dh_clean Makefile.in eel/Makefile.in data/gfx/Makefile.in \
-		graphics/Makefile.in sound/Makefile.in \
-		data/sfx/Makefile.in data/Makefile.in aclocal.m4 config.log \
-		configure config.status config.sub config.guess stamp-h
 
 binary-indep: install
 	dh $@

-- 
Packaging of kobodeluxe



More information about the Pkg-games-commits mailing list