[SCM] libdogleg packaging branch, upstream, updated. debian/0.07-13-ged5a9d4

Dima Kogan dima at secretsauce.net
Mon Nov 19 07:40:13 UTC 2012


The following commit has been merged in the upstream branch:
commit ed5a9d44ea0da9edd58c95d563ef2aeba347e50f
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Nov 18 23:39:15 2012 -0800

    slightly better comment

diff --git a/Makefile b/Makefile
index 3696ca1..155d27d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,7 @@ API_VERSION = 2
 OS = $(shell uname -s)
 
 # I parse the version from the changelog. This version is generally something
-# like 0.04-1 Here 0.04 is the main version and 1 is the debian package
-# version. I only use the main version and strip leading 0s, so the above
-# becomes 0.4
+# like 0.04 .I strip leading 0s, so the above becomes 0.4
 VERSION := $(shell sed -n 's/.*(\([0-9\.]*[0-9]\).*).*/\1/; s/\.0*/./g; p; q;' Changes)
 
 ifeq ($(strip $(VERSION)),)

-- 
libdogleg packaging



More information about the debian-science-commits mailing list