[Pkg-samba-maint] r3002 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Mon Aug 24 18:01:06 UTC 2009


Author: vorlon
Date: 2009-08-24 18:00:49 +0000 (Mon, 24 Aug 2009)
New Revision: 3002

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
don't call pyversions from debian/rules, this throws a useless error
message during build.

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2009-08-24 05:41:05 UTC (rev 3001)
+++ trunk/samba/debian/changelog	2009-08-24 18:00:49 UTC (rev 3002)
@@ -8,6 +8,8 @@
   * rename debian/samba.pamd to debian/samba.pam and call dh_installpam
     from debian/rules install, bringing us a smidge closer to a stock
     debhelper build
+  * don't call pyversions from debian/rules, this throws a useless error
+    message during build.
 
  -- Steve Langasek <vorlon at debian.org>  Sun, 23 Aug 2009 22:35:16 -0700
 

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2009-08-24 05:41:05 UTC (rev 3001)
+++ trunk/samba/debian/rules	2009-08-24 18:00:49 UTC (rev 3002)
@@ -13,8 +13,6 @@
 export DEB_BUILD_GNU_TYPE
 export DEB_HOST_ARCH_OS
 
-pyversion := $(shell pyversions -vd)
-
 CFLAGS = -g -Wall
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




More information about the Pkg-samba-maint mailing list