r1248 - packages/trunk/vdrift/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Thu Jul 27 21:35:29 UTC 2006


Author: goneri-guest
Date: 2006-07-27 21:35:28 +0000 (Thu, 27 Jul 2006)
New Revision: 1248

Modified:
   packages/trunk/vdrift/debian/vdrift-full.postinst
   packages/trunk/vdrift/debian/vdrift-full.postrm
   packages/trunk/vdrift/debian/vdrift-minimal.postinst
   packages/trunk/vdrift/debian/vdrift-minimal.postrm
Log:
add #DEBHELPER# tag to make lintian happy
(maintainer-script-lacks-debhelper-token)


Modified: packages/trunk/vdrift/debian/vdrift-full.postinst
===================================================================
--- packages/trunk/vdrift/debian/vdrift-full.postinst	2006-07-27 21:34:44 UTC (rev 1247)
+++ packages/trunk/vdrift/debian/vdrift-full.postinst	2006-07-27 21:35:28 UTC (rev 1248)
@@ -8,3 +8,5 @@
 if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
   cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
 fi
+
+#DEBHELPER#

Modified: packages/trunk/vdrift/debian/vdrift-full.postrm
===================================================================
--- packages/trunk/vdrift/debian/vdrift-full.postrm	2006-07-27 21:34:44 UTC (rev 1247)
+++ packages/trunk/vdrift/debian/vdrift-full.postrm	2006-07-27 21:35:28 UTC (rev 1248)
@@ -29,3 +29,5 @@
 if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
   cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
 fi
+
+#DEBHELPER#

Modified: packages/trunk/vdrift/debian/vdrift-minimal.postinst
===================================================================
--- packages/trunk/vdrift/debian/vdrift-minimal.postinst	2006-07-27 21:34:44 UTC (rev 1247)
+++ packages/trunk/vdrift/debian/vdrift-minimal.postinst	2006-07-27 21:35:28 UTC (rev 1248)
@@ -8,3 +8,5 @@
 if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
   cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
 fi
+
+#DEBHELPER#

Modified: packages/trunk/vdrift/debian/vdrift-minimal.postrm
===================================================================
--- packages/trunk/vdrift/debian/vdrift-minimal.postrm	2006-07-27 21:34:44 UTC (rev 1247)
+++ packages/trunk/vdrift/debian/vdrift-minimal.postrm	2006-07-27 21:35:28 UTC (rev 1248)
@@ -28,3 +28,5 @@
 if [ -f $VDRIFTPATH'/data/tracks/track_list.txt.full' ]; then
   cat $VDRIFTPATH'/data/tracks/track_list.txt.full' > $VDRIFTPATH'/data/tracks/track_list.txt'
 fi
+
+#DEBHELPER#




More information about the Pkg-games-commits mailing list