[Forensics-changes] [metacam] 01/01: * debian/control: - Added the Homepage field. - Fixed the Vcs-* fields. * debian/rules: - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues pointed by blhc. - Added a target to install the new file debian/upstream.changelog. * debian/upstream.changelog: added as a changelog from upstream homepage. * debian/watch: added a second way to track new releases.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Thu Nov 6 18:01:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository metacam.

commit d3ebcfe9263811da394023d7e39d2f27d9402958
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Thu Nov 6 16:00:27 2014 -0200

      * debian/control:
          - Added the Homepage field.
          - Fixed the Vcs-* fields.
      * debian/rules:
          - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
            pointed by blhc.
          - Added a target to install the new file debian/upstream.changelog.
      * debian/upstream.changelog: added as a changelog from upstream homepage.
      * debian/watch: added a second way to track new releases.
---
 debian/changelog          | 14 ++++++++++++++
 debian/control            |  5 +++--
 debian/rules              |  4 ++++
 debian/upstream.changelog | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/watch              |  1 +
 5 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9be0654..950121e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+metacam (1.2-7) experimental; urgency=medium
+
+  * debian/control:
+      - Added the Homepage field.
+      - Fixed the Vcs-* fields.
+  * debian/rules:
+      - Added the DEB_BUILD_MAINT_OPTIONS variable to fix the issues
+        pointed by blhc.
+      - Added a target to install the new file debian/upstream.changelog.
+  * debian/upstream.changelog: added as a changelog from upstream homepage.
+  * debian/watch: added a second way to track new releases.
+
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 29 Oct 2014 15:34:14 -0200
+
 metacam (1.2-6) unstable; urgency=medium
 
   * New maintainer and co-maintainer. Thanks a lot to  Juan Angulo
diff --git a/debian/control b/debian/control
index 513d652..d9ccf5f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
 Build-Depends: debhelper (>= 9)
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/metacam.git
-Vcs-Git: git://anonscm.debian.org/collab-maint/metacam.git
+Homepage: http://www.cheeseplant.org/~daniel/pages/metacam.html
+Vcs-Browser: http://anonscm.debian.org/cgit/forensics/metacam.git
+Vcs-Git: git://anonscm.debian.org/forensics/metacam.git
 
 Package: metacam
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 9edfdc5..b345a40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2
 
 %:
 	dh $@
+
+override_dh_installchangelogs:
+	dh_installchangelogs debian/upstream.changelog
diff --git a/debian/upstream.changelog b/debian/upstream.changelog
new file mode 100644
index 0000000..de346f9
--- /dev/null
+++ b/debian/upstream.changelog
@@ -0,0 +1,40 @@
+This changelog was taken from upstream homepage.
+
+v1.2
+    A variety of accumulated fixes from several contributors. No longer uses
+    deprecated strstream class.
+
+v1.1
+    Added even more Nikon tags (thanks to Jeremie Rostand for an initial list),
+    as well as cleaning up some error handling. Also added fixes from Vladimir
+    Kondratiev for cleaner compilation in gcc 3.
+
+v1.0
+    Largely re-engineered TIFF reading engine, and cleaned up output formatting
+    logic somewhat. Added basic XML output as well as normal output format.
+    Added support for new Nikon D100 Maker Data layout. Added a fair number of
+    Exif 2.2 tags which were previously missing.
+
+v0.6
+    Added support (by Pat Tullman, thanks also to Jan Niehusmann) for Casio
+    cameras. Some cleanup (thanks to Holm Sieber, and again to Geoff Kuenning).
+    Also overhauled Exif finding in JPG files (Thanks to Geoff Kuenning and
+    Jeremie Rostand for suggesting this and providing their solutions).
+
+v0.5
+    Added extra light-source type (Overcast) for Olympus D-510Z (thanks to Geoff
+    Kuenning for the patch). Removed a number of compile warnings under more
+    recent g++ versions too.
+
+v0.4
+    Added support (by Jan Brittenson) for some Canon cameras. (It's been tested
+    against the Canon S100 and G1)
+
+v0.3
+    Added remainder of documented Olympus fields.
+
+v0.2
+    Removed uses of 'round()'.
+
+v0.1
+    First public release.
diff --git a/debian/watch b/debian/watch
index 71545b3..cc02f18 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
 http://www.cheeseplant.org/metacam/downloads/metacam-([\d\S]+)\.tar\.(?:bz2|gz|xz)
+http://www.cheeseplant.org/~daniel/pages/metacam.html .*/metacam/downloads/metacam-([\d\S]+)\.tar\.(?:bz2|gz|xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/metacam.git



More information about the forensics-changes mailing list