r10068 - packages/trunk/ode/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sat Jul 25 10:26:57 UTC 2009


Author: goneri
Date: 2009-07-25 10:26:55 +0000 (Sat, 25 Jul 2009)
New Revision: 10068

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/rules
Log:
rules: clean up some old comment


Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2009-07-24 15:53:49 UTC (rev 10067)
+++ packages/trunk/ode/debian/changelog	2009-07-25 10:26:55 UTC (rev 10068)
@@ -1,3 +1,9 @@
+ode (2:0.11.1-2) unstable; urgency=low
+
+  * rules: clean up some old comment 
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 25 Jul 2009 12:28:40 +0200
+
 ode (2:0.11.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #532054)

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2009-07-24 15:53:49 UTC (rev 10067)
+++ packages/trunk/ode/debian/rules	2009-07-25 10:26:55 UTC (rev 10068)
@@ -1,25 +1,11 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CXXFLAGS += -O0 -g3
 	CFLAGS += -O0 -g3
 	export CXXFLAGS CFLAGS
 endif
 
-# shared library versions, option 1
-#version=2.0.5
-#major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir




More information about the Pkg-games-commits mailing list