r3048 - in /unstable/evolution-rss/debian: docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 22 14:59:17 UTC 2016


Author: biebl
Date: Thu Sep 22 14:59:17 2016
New Revision: 3048

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3048
Log:
Add debian/docs to install AUTHORS, NEWS and README file

Added:
    unstable/evolution-rss/debian/docs
Modified:
    unstable/evolution-rss/debian/rules

Added: unstable/evolution-rss/debian/docs
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/docs?rev=3048&op=file
==============================================================================
--- unstable/evolution-rss/debian/docs	(added)
+++ unstable/evolution-rss/debian/docs	Thu Sep 22 14:59:17 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: unstable/evolution-rss/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-rss/debian/rules?rev=3048&op=diff
==============================================================================
--- unstable/evolution-rss/debian/rules	(original)
+++ unstable/evolution-rss/debian/rules	Thu Sep 22 14:59:17 2016
@@ -1,9 +1,9 @@
 #! /usr/bin/make -f
 
-EDS_VERSION := $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2}')
-EDS_NEXTVERSION := $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2+1}')
-EVO_VERSION := $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2}')
-EVO_NEXTVERSION := $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2+1}')
+EDS_VERSION = $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2}')
+EDS_NEXTVERSION = $(shell pkg-config --modversion evolution-data-server-1.2  | awk -F'.' '{print $$1 "." $$2+1}')
+EVO_VERSION = $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2}')
+EVO_NEXTVERSION = $(shell pkg-config --modversion evolution-shell-3.0  | awk -F'.' '{print $$1 "." $$2+1}')
 
 %:
 	dh $@




More information about the pkg-evolution-commits mailing list