r9933 - packages/trunk/ode/debian
Gonéri Le Bouder
goneri at alioth.debian.org
Wed Jul 1 19:35:23 UTC 2009
Author: goneri
Date: 2009-07-01 19:35:22 +0000 (Wed, 01 Jul 2009)
New Revision: 9933
Modified:
packages/trunk/ode/debian/changelog
packages/trunk/ode/debian/rules
Log:
Clean some new files
Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog 2009-06-30 21:26:43 UTC (rev 9932)
+++ packages/trunk/ode/debian/changelog 2009-07-01 19:35:22 UTC (rev 9933)
@@ -1,6 +1,7 @@
ode (2:0.11.1-1) unstable; urgency=low
* New upstream release (Closes: #532054)
+ * Clean some new files
-- Gonéri Le Bouder <goneri at rulezlan.org> Tue, 30 Jun 2009 21:49:35 +0200
Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules 2009-06-30 21:26:43 UTC (rev 9932)
+++ packages/trunk/ode/debian/rules 2009-07-01 19:35:22 UTC (rev 9933)
@@ -44,46 +44,21 @@
configure-stamp
# Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) clean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
find -name '.deps' -type d -exec rm -Rf {} \;
rm -Rf .pc
+ find -name 'Makefile' -exec rm {} \;
rm -f ode-config \
confdefs.h \
config.log \
conftest.dir/confmf \
- drawstuff/Makefile \
- drawstuff/dstest/Makefile \
- drawstuff/src/Makefile \
- include/Makefile \
- include/ode/Makefile \
- ode/Makefile \
- ode/src/Makefile \
config.status \
- Makefile \
- GIMPACT/Makefile \
- GIMPACT/include/GIMPACT/Makefile \
- GIMPACT/include/Makefile \
- GIMPACT/src/Makefile \
- OPCODE/Ice/Makefile \
- OPCODE/Makefile \
- include/drawstuff/Makefile \
libtool \
- ode/demo/Makefile \
ode/src/config.h \
- ode/src/joints/Makefile \
ode/src/stamp-h1 \
- ou/Makefile \
ou/config.log \
ou/config.status \
- ou/include/ou/Makefile \
ou/libtool \
- ou/src/ou/Makefile \
- ou/test/Makefile \
- tests/Makefile \
- tests/UnitTest++/Makefile \
- tests/UnitTest++/src/Makefile \
- tests/UnitTest++/src/Posix/Makefile \
conftest.dir/sub/conftest.Po \
conftest.dir/sub/conftest.c \
conftest.dir/sub/conftst1.h \
@@ -91,7 +66,18 @@
conftest.dir/sub/conftst3.h \
conftest.dir/sub/conftst4.h \
conftest.dir/sub/conftst5.h \
- conftest.dir/sub/conftst6.h
+ conftest.dir/sub/conftst6.h \
+ config.log \
+ config.status \
+ debian/ode-config.1 \
+ libtool \
+ ode-config \
+ ode.pc \
+ ode/src/config.h \
+ ode/src/stamp-h1 \
+ ou/config.log \
+ ou/config.status \
+ ou/libtool
dh_clean
install: build
More information about the Pkg-games-commits
mailing list