r1786 - packages/trunk/vdrift/debian
Gonéri Le Bouder
goneri-guest at costa.debian.org
Thu Oct 5 20:55:46 UTC 2006
Author: goneri-guest
Date: 2006-10-05 20:55:46 +0000 (Thu, 05 Oct 2006)
New Revision: 1786
Modified:
packages/trunk/vdrift/debian/changelog
packages/trunk/vdrift/debian/rules
Log:
reverse Eddy last commit since this release is uploaded.
Modified: packages/trunk/vdrift/debian/changelog
===================================================================
--- packages/trunk/vdrift/debian/changelog 2006-10-05 20:53:24 UTC (rev 1785)
+++ packages/trunk/vdrift/debian/changelog 2006-10-05 20:55:46 UTC (rev 1786)
@@ -13,17 +13,15 @@
* add patch fix_datadir.diff
+ builddeps on quilt
- [ Eddy Petrișor ]
+ [ Eddy Petrişor ]
* Added Romanian translation to desktop file
- * fix strip command so it excludes comments and honour nostrip in
- DEB_BUILD_OPTIONS
[ Sam Hocevar ]
* debian/control:
+ Uncapitalised short descriptions and removed useless information
from them ("open source").
- -- Eddy Petrișor <eddy.petrisor at gmail.com> Thu, 5 Oct 2006 22:14:20 +0300
+ -- Gonéri Le Bouder <goneri at rulezlan.org> Sat, 30 Sep 2006 00:05:58 +0200
vdrift (0.0.2006.02.21-1) unstable; urgency=low
Modified: packages/trunk/vdrift/debian/rules
===================================================================
--- packages/trunk/vdrift/debian/rules 2006-10-05 20:53:24 UTC (rev 1785)
+++ packages/trunk/vdrift/debian/rules 2006-10-05 20:55:46 UTC (rev 1786)
@@ -12,12 +12,6 @@
CFLAGS += -O2
endif
-ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- NOSTRIP = yes
-else
- NOSTRIP = no
-endif
-
configure: configure-stamp
configure-stamp:
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
@@ -61,7 +55,7 @@
# i18n
mkdir -p debian/tmp/usr/share/locale/nl/LC_MESSAGES/
cp po/nl.mo debian/tmp/usr/share/locale/nl/LC_MESSAGES/
- [ NOSTRIP = 'yes' ] || strip -R .comment -R .note --strip-unneeded debian/tmp/usr/games/vdrift
+ strip -s debian/tmp/usr/games/vdrift
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-games-commits
mailing list