[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:25 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d007083

The following commit has been merged in the master branch:
commit d0070835e9cbdc2687ca448c755d8a28d518fba8
Author: Robin Mills <robin at clanmills.com>
Date:   Fri Mar 17 19:35:45 2017 +0000

    #1279 Test the website and if all's well, we're ready for review.
---
 website/Checklist.txt    | 1 +
 website/Makefile         | 2 +-
 website/bin/getbuilds.sh | 5 +++--
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/website/Checklist.txt b/website/Checklist.txt
index 7fb151f..30fe7b5 100644
--- a/website/Checklist.txt
+++ b/website/Checklist.txt
@@ -32,6 +32,7 @@ Review and update documentation
 	Taglists
 	READMEs
 	Update var/__version__
+	Update var/__manpage__
 
 v0.26+:
 	make the tags:
diff --git a/website/Makefile b/website/Makefile
index bb7c779..f968f18 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -101,7 +101,7 @@ SCHEMA = dc \
 all: html doc
 
 .PHONY: html doc news clean update \
-        update-manpage update-intro update-sample update-conversion update-changelog update-tags update-makernotes \
+        update-intro update-sample update-conversion update-changelog update-tags update-makernotes \
         publish really-publish
 
 html: news
diff --git a/website/bin/getbuilds.sh b/website/bin/getbuilds.sh
index 099a240..d84933c 100755
--- a/website/bin/getbuilds.sh
+++ b/website/bin/getbuilds.sh
@@ -21,9 +21,10 @@ for build in $builds; do
 done
 
 plat=trunk
+orig=exiv2-trunk.tar.gz
 plat="exiv2-$version-$plat.tar.gz"
-if [ -e $plat ]; then
-	cp $plat $dest
+if [ -e $orig ]; then
+	cp $orig $dest/$plat
 fi
 
 echo ---- $dest ----

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list