[Forensics-changes] [recoverjpeg] 02/20: Imported Debian patch 1.0-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Mon May 18 23:14:45 UTC 2015


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

eriberto pushed a commit to branch debian
in repository recoverjpeg.

commit 092051822cb46e6ed58e1fb343891b86b817eeeb
Author: Cyril Bouthors <cyril at bouthors.org>
Date:   Fri Dec 31 09:17:05 2004 +0300

    Imported Debian patch 1.0-1
---
 debian/changelog |  5 ++++
 debian/control   | 14 ++++++++++
 debian/copyright | 24 +++++++++++++++++
 debian/dirs      |  1 +
 debian/docs      |  1 +
 debian/rules     | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 125 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f4a7386
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+recoverjpeg (1.0-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Cyril Bouthors <cyril at bouthors.org>  Fri, 31 Dec 2004 09:17:05 +0300
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c4a2479
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: recoverjpeg
+Section: graphics
+Priority: optional
+Maintainer: Cyril Bouthors <cyril at bouthors.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.6.1
+
+Package: recoverjpeg
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Recover jpeg pictures from a filesystem image
+ Recoverjpeg tries to identify jpeg pictures from a filesystem image.
+ To achieve this goal, it scans the filesystem image and looks for a
+ jpeg structure at blocks starting at 512 bytes boundaries.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..38dd662
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Cyril Bouthors <cyril at bouthors.org> on
+Fri, 31 Dec 2004 09:17:05 +0300.
+
+It was downloaded from http://www.rfc1149.net/download/recoverjpeg/
+
+Copyright:
+
+Upstream Author: Samuel Tardieu <sam at rfc1149.net>
+
+License:
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at
+your option) any later version.
+
+This program is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License <http://www.opensource.org/gpl-license.html>
+for more details.
+
+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..e772481
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/bin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e4edfa3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,80 @@
+#!/usr/bin/make -f
+# 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
+
+config.status: configure
+	dh_testdir
+	CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) distclean
+# ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+# 	cp -f /usr/share/misc/config.sub config.sub
+# endif
+# ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+# 	cp -f /usr/share/misc/config.guess config.guess
+# endif
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+# Build architecture-independent files here.
+binary-indep: build 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_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	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

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



More information about the forensics-changes mailing list