[Python-modules-commits] r24053 - in packages/python-gpyconf/trunk/debian (rules)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Apr 29 07:01:34 UTC 2013


    Date: Monday, April 29, 2013 @ 07:01:32
  Author: sunweaver
Revision: 24053

simplify debian/rules

Modified:
  packages/python-gpyconf/trunk/debian/rules

Modified: packages/python-gpyconf/trunk/debian/rules
===================================================================
--- packages/python-gpyconf/trunk/debian/rules	2013-04-29 07:00:53 UTC (rev 24052)
+++ packages/python-gpyconf/trunk/debian/rules	2013-04-29 07:01:32 UTC (rev 24053)
@@ -5,8 +5,7 @@
 
 SOURCE_PACKAGE = $(shell dpkg-parsechangelog|sed -n '/^Source/{s/Source: \(.*\)/\1/p}')
 MAIN_VERSION = $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)/\1/p}')
-BUILD_VERSION = $(shell echo $(MAIN_VERSION)|sed -n 's/\([0-9.]*\)[-+].*/\1/p')
-VER = $(BUILD_VERSION)
+VER = $(shell echo $(MAIN_VERSION)|sed -n 's/\([0-9.]*\)[-+].*/\1/p')
 
 get-orig-source:
 	dh_testdir




More information about the Python-modules-commits mailing list