Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-11 01:04:10 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-11 01:04:10 (GMT)
commit681aa99761edbc2d913f5bdc2c90055e9cd9a2fd (patch)
treee9967888a87c1f1a84768a4b19ac5b8a5770e070
parent26b5a2579fd93fdeb9287aff38adaf1353a33229 (diff)
* Remove config.h.in in build clean.debian/0.79.0-2
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7423f6e..84caf8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sugar-artwork (0.79.0-2) unstable; urgency=low
* Add watch file.
* Depend on ttf-dejavu-core.
* Recommend sugar and ttf-dejavu-extra.
+ * Remove config.h.in in build clean.
* Update CDBS tweaks:
+ Replace virtual automake1.10 build-dependency with automake
+ Build-depend on xbase-clients as fallback for x11-apps, to support
diff --git a/debian/rules b/debian/rules
index 76d26ed..8b7f6ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ pre-build::
# Cleanup automade files
clean::
- rm -f aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh missing
+ rm -f aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh missing config.h.in
find -name Makefile.in -exec rm '{}' ';'
# Needed by upstream build process