[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:42 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c5ffe8f
The following commit has been merged in the master branch:
commit c5ffe8fafe51c7d272f796e5a8f73dcb8634fed4
Author: Robin Mills <robin at clanmills.com>
Date: Fri May 17 05:49:03 2013 +0000
config/Makefile.in brought into sync with <exiv2dir>/Makefile.
---
config/Makefile.in | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/config/Makefile.in b/config/Makefile.in
index ea2585d..39503e6 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -79,6 +79,27 @@ teste:
testv:
cd test && $(MAKE) testv
+MAJOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MAJOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
+MINOR=$(shell grep "define.*EXIV2_.*_VERSION .*\d*" src/version.hpp | grep MINOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])
+VERSION=exiv2-$(MAJOR).$(MINOR)
+tarball:
+ @rm -rf /tmp/$(VERSION)
+ @rm -rf /tmp/$(VERSION).tar
+ @rm -rf /tmp/$(VERSION).tar.gz
+ @rm -rf $(VERSION).tar.gz
+ svn export -q . /tmp/$(VERSION)
+ @cd /tmp/$(VERSION) ;\
+ make config ;\
+ cd - ; cd /tmp ;\
+ tar cf $(VERSION).tar $(VERSION)/ ;\
+ gzip $(VERSION).tar ;\
+ cd - ;\
+ mv /tmp/$(VERSION).tar.gz . ;\
+ ls -alt $(VERSION).tar.gz
+
+configure:
+ make config
+
config:
cd config && $(MAKE) -f config.make $(MAKECMDGOALS)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list