[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=8b90afa

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

    #1279 Almost done!
---
 doc/Makefile           |  2 +-
 doc/templates/Makefile |  2 +-
 src/doxygen.hpp.in     |  4 ++--
 website/Checklist.txt  | 19 +++++++++++++++----
 4 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index 62243f2..55f4274 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,6 @@
 # ***************************************************** -*- Makefile -*-
 #
-# Copyright (C) 2004-2015 Andreas Huggel <ahuggel at gmx.net>
+# Copyright (C) 2004-2017 Andreas Huggel <ahuggel at gmx.net>
 #
 # This Makefile is part of the Exiv2 distribution.
 #
diff --git a/doc/templates/Makefile b/doc/templates/Makefile
index b0bc779..f186fef 100644
--- a/doc/templates/Makefile
+++ b/doc/templates/Makefile
@@ -1,6 +1,6 @@
 # ************************************************************* -*- Makefile -*-
 #
-# Copyright (C) 2004-2015 Andreas Huggel <ahuggel at gmx.net>
+# Copyright (C) 2004-2017 Andreas Huggel <ahuggel at gmx.net>
 #
 # This Makefile is part of the Exiv2 distribution.
 #
diff --git a/src/doxygen.hpp.in b/src/doxygen.hpp.in
index 8e2871c..ef9161e 100644
--- a/src/doxygen.hpp.in
+++ b/src/doxygen.hpp.in
@@ -81,7 +81,7 @@
   - <a href="tags-xmp-digiKam.html">digiKam schema</a>
   - <a href="tags-xmp-kipi.html">KDE Image Program Interface schema</a>
   - <a href="tags-xmp-GPano.html">GPano schema</a>
-  - <a href="tags-xmp-lr.html"><span>lightroom schema</a>
+  - <a href="tags-xmp-lr.html">lightroom schema</a>
   - <a href="tags-xmp-MP.html">Microsoft Photo 1.2 schema</a>
   - <a href="tags-xmp-MPRI.html">Microsoft Photo RegionInfo schema</a>
   - <a href="tags-xmp-MPReg.html">Microsoft Photo Region schema</a>
@@ -108,7 +108,7 @@
 
   @section license License
 
-  <P>Copyright (C) 2004-2015 Andreas Huggel <ahuggel at gmx.net></P>
+  <P>Copyright (C) 2004-2017 Andreas Huggel <ahuggel at gmx.net></P>
 
   <P>%Exiv2 is free software; you can redistribute it and/or modify it under the
   terms of the <a href="gpl-license.html">GNU General Public License</a> as
diff --git a/website/Checklist.txt b/website/Checklist.txt
index 4be332e..7fb151f 100644
--- a/website/Checklist.txt
+++ b/website/Checklist.txt
@@ -33,15 +33,26 @@ Review and update documentation
 	READMEs
 	Update var/__version__
 
-v0.26+: Get the release ready by inspecting the logs from the buildserver.
+v0.26+:
+	make the tags:
+	$ cd doc
+	$ make tags
+	$ make
+    create trunk bundle:
+    $ cd website
+    $ rm -rf *trunk*
+    $ bin/exiv2-buildrelease.sh trunk
+    inspect the logs from the buildserver
  	copy builds from buildserver to html/builds
-	bin/getbuilds.sh
+    $ cd website
+	$ bin/getbuilds.sh
 
 	Get the Website ready:
-	$ make  # This does NOT run bin/getbuilds.sh
+	$ cd website
+	$ make # This does NOT run bin/getbuilds.sh NOR bin/exiv2-buildrelease.sh NOR make tags
 	$ open html/index.html
 
-#v0.25 Create packages (bin/exiv2-buildrelease.sh # bin/exiv2-buildwinexe.sh)
+#v0.25 Create packages (bin/exiv2-buildrelease.sh ; bin/exiv2-buildwinexe.sh)
 
 Tag release     (bin/exiv2-tagrelease.sh)
 Publish webpages and packages locally (make publish)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list