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

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Tue Oct 28 12:28:11 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 913b8ef2ad1ae5f509f279df8e4ab94bb9c16671
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Oct 28 10:27:15 2014 -0200

    debian directory - first commit.
---
 debian/changelog | 16 +++++++++++++++
 debian/control   | 18 ++++++++++++++++
 debian/copyright | 11 ++++++++++
 debian/dirs      |  2 ++
 debian/docs      |  1 +
 debian/rules     | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 110 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..eb8232c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,16 @@
+metacam (0.6-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated to use debhelper 3
+
+ -- Alp Toker <alp at atoker.com>  Wed, 26 Dec 2001 02:10:37 +0000
+
+metacam (0.5-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Alp Toker <alp at atoker.com>  Tue,  4 Sep 2001 20:57:44 +0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..75188c6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: metacam
+Section: graphics
+Priority: optional
+Maintainer: Alp Toker <alp at atoker.com>
+Build-Depends: debhelper
+Standards-Version: 3.5.6
+
+Package: metacam
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: extract EXIF information from digital camera files
+ EXIF stands for Exchangeable Image File Format, and is a standard for
+ storing interchange information in image files, especially those using
+ JPEG compression. Most digital cameras now use the EXIF format. The
+ format is part of the DCF standard created by JEIDA to encourage
+ interoperability between imaging devices. In addition to the standard
+ EXIF fields, MetaCam also supports vendor-specific extensions from
+ Nikon, Olympus, Canon and Casio.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a053e89
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+This package was downloaded from http://www.cheeseplant.org/~daniel/pages/metacam.html
+
+Upstream Author: Daniel Stephens <daniel at cheeseplant.org>
+
+Copyright:
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL file.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..98d1583
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man/man1
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..4abb154
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.canon
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..14efdf8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,62 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	cp metacam $(PWD)/debian/metacam/usr/bin/
+
+binary-indep: build install
+
+binary-arch: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs
+#	dh_installexamples
+#	dh_installmenu
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installinit
+#	dh_installcron
+	dh_installmanpages
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	# You may want to make some executables suid here.
+#	dh_suidregister
+#	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

-- 
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