Author: dato-guest
Date: 2004-11-05 14:24:05 -0700 (Fri, 05 Nov 2004)
New Revision: 188

Modified:
   people/dato/kde-common/rules.mk
   people/dato/kde-common/substvars.sh
Log:
Make ${Source-Version-NoDebRev} present at dpkg-source time.

Modified: people/dato/kde-common/rules.mk
===================================================================
--- people/dato/kde-common/rules.mk     2004-11-05 21:17:13 UTC (rev 187)
+++ people/dato/kde-common/rules.mk     2004-11-05 21:24:05 UTC (rev 188)
@@ -161,5 +161,6 @@
        fi
 
        dh_clean
+       sh debian/common/substvars.sh clean
 
 .PHONY: configure build make-install install clean binary-indep binary-arch 
binary

Modified: people/dato/kde-common/substvars.sh
===================================================================
--- people/dato/kde-common/substvars.sh 2004-11-05 21:17:13 UTC (rev 187)
+++ people/dato/kde-common/substvars.sh 2004-11-05 21:24:05 UTC (rev 188)
@@ -17,6 +17,10 @@
 # Build-Dependencies on kdelibs4-dev go like kdelibs4-dev (>> 
${Source-Version-NoDebRev})
 echo "Source-Version-NoDebRev=$VERSION_NODEB"
 
+if test "$1" = "clean"; then
+  exit 0
+fi
+
 # This next two loops provide a ${Variable} for each package, with the
 # following dependency policy: dependencies on arch-specific packages
 # use an exact version; dependencies on arch-all packages only require

Reply via email to