r3733 - packages/trunk/lincity-ng/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Tue Aug 21 09:35:10 UTC 2007
Author: goneri-guest
Date: 2007-08-21 09:35:10 +0000 (Tue, 21 Aug 2007)
New Revision: 3733
Modified:
packages/trunk/lincity-ng/debian/changelog
packages/trunk/lincity-ng/debian/rules
Log:
clean the files and directorys after the jam clean
Modified: packages/trunk/lincity-ng/debian/changelog
===================================================================
--- packages/trunk/lincity-ng/debian/changelog 2007-08-21 09:26:13 UTC (rev 3732)
+++ packages/trunk/lincity-ng/debian/changelog 2007-08-21 09:35:10 UTC (rev 3733)
@@ -5,11 +5,13 @@
* add patch gcc-4.3.diff (Closes: #417374)
- add quilt in the build-deps
* keeps the desktop file in lincity-ng package instead of lincity-ng-data
- to avoid a lintian error
+ because a .desktop file shouldn't be installed without the binary it
+ belongs
* add remove-Application-section-from-desktopfile.diff to remove
the wrong section "Application" from the desktop file
+ * clean the files and directorys after the jam clean
- -- Gonéri Le Bouder <goneri at rulezlan.org> Tue, 14 Aug 2007 23:43:40 +0000
+ -- Gonéri Le Bouder <goneri at rulezlan.org> Tue, 21 Aug 2007 09:51:13 +0000
lincity-ng (1.1.0-1) unstable; urgency=low
Modified: packages/trunk/lincity-ng/debian/rules
===================================================================
--- packages/trunk/lincity-ng/debian/rules 2007-08-21 09:26:13 UTC (rev 3732)
+++ packages/trunk/lincity-ng/debian/rules 2007-08-21 09:35:10 UTC (rev 3733)
@@ -41,21 +41,14 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp config.status config.log config.h
# Add here commands to clean up after the build process.
-jam clean
- rm -rf $(CURDIR)/build
- rm -f $(CURDIR)/lincity-ng
-# -$(MAKE) distclean
- rm -f Jamconfig
-
- # Remove the fixed manpage
- rm -f $(CURDIR)/debian/lincity-ng.6
-
- dh_clean
$(MAKE) -f /usr/share/quilt/quilt.make unpatch
+ dh_clean $(CURDIR)/debian/lincity-ng.6 \
+ build-stamp config.status config.log config.h \
+ $(CURDIR)/build $(CURDIR)/lincity-ng Jamconfig
install: build
dh_testdir
More information about the Pkg-games-commits
mailing list