[Forensics-changes] [exifprobe] 01/01: debian directory - first commit.

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Oct 28 12:56:25 UTC 2014


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

eriberto pushed a commit to branch debian
in repository exifprobe.

commit 0610efbc3cd930ba3d3c781d6ef4150f518b99d4
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Oct 28 10:54:55 2014 -0200

    debian directory - first commit.
---
 debian/changelog |  7 +++++
 debian/compat    |  1 +
 debian/control   | 21 ++++++++++++++
 debian/copyright | 58 +++++++++++++++++++++++++++++++++++++
 debian/dirs      |  2 ++
 debian/docs      |  7 +++++
 debian/rules     | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 184 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3fc9475
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+exifprobe (2.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #428748)
+  * Fixed Makefile and emailed changes upstream
+
+ -- Martin Albisetti <argentina at gmail.com>  Wed, 13 Jun 2007 16:31:10 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..281d574
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: exifprobe
+Section: graphics
+Priority: optional
+Maintainer: Martin Albisetti <argentina at gmail.com>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: exifprobe
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Read metadata from digital pictures
+ Exifprobe reads image files produced by digital cameras (including
+ several so-called "raw" file formats) and reports the structure of
+ the files and the auxiliary data and metadata contained within
+ them. In addition to TIFF, JPEG, and EXIF, the program understands
+ several formats which may contain "raw" camera data, including MRW,
+ CIFF/CRW, JP2/JPEG2000, RAF, and X3F, as well as most most
+ TIFF-derived "raw" formats, including DNG, ORF, CR2, NEF,
+ K25/KDC/DCR, and PEF.
+ .
+ http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/exifprobe.html
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cfc89b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,58 @@
+This package was debianized by Martin Albisetti <argentina at gmail.com> on
+Wed, 13 Jun 2007 16:31:10 0100.
+
+It was downloaded from http://www.virtual-cafe.com/~dhh/tools.d/exifprobe.d/exifprobe.html
+
+Upstream Author: Duane H. Hesser <dhh at virtual-cafe.com> 
+
+Copyright: Copyright: (C) 2005 <dhh at virtual-cafe.com> Duane H. Hesser
+
+License:
+
+All of the files included in the EXIFPROBE distribution are:
+
+        Copyright (C) 2005 by Duane H. Hesser.  All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+THE POSSIBILITY OF SUCH DAMAGE.
+
+
+
+However, there is a little note:
+
+"Some individual files may be covered by other copyrights."
+
+Not finding any evidence of such different copyright, I mailed the
+author. Here is his reply:
+
+> There are no files in the distribution currently which bear separate
+> copyrights; all files included are "personally produced".
+>
+> It is difficult to recall (it's been a while), but I may have intended
+> to include documents with external copyrights, although that has never
+> happened, and likely never will.
+
+
+The Debian packaging is (C) 2007, Martin Albisetti <argentina at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ca882bb
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..88902ed
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,7 @@
+ABOUT_PIM
+CAMERA_makes_and_models
+CHANGES_2.0
+CREDITS
+DESCRIPTION
+LICENSE.EXIFPROBE
+MAKER_NOTES
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bf97bfc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,88 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#docbook-to-man debian/exifprobe.sgml > exifprobe.1
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+	-$(MAKE) distclean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/exifprobe.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/exifprobe
+
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+#	dh_install
+	dh_installman
+	dh_link usr/share/doc/CHANGES_2.0.gz usr/share/doc/exifprobe/changelog.gz
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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



More information about the forensics-changes mailing list