guymager (0.4.2-2) debian-dir only changes

Summary

 debian/changelog         |   20 ++++++++++
 debian/compat            |    1 
 debian/control           |   22 ++++++++++++
 debian/copyright         |   86 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/guymager.install  |    4 ++
 debian/guymager.manpages |    1 
 debian/guymager.menu     |    3 +
 debian/rules             |   74 ++++++++++++++++++++++++++++++++++++++++
 8 files changed, 211 insertions(+)

    
download this patch

Patch contents

--- guymager-0.4.2.orig/debian/control
+++ guymager-0.4.2/debian/control
@@ -0,0 +1,22 @@
+Source: guymager
+Section: x11
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
+Uploaders: Michael Prokop <mika@debian.org>
+Build-Depends: debhelper (>= 5), libewf-dev (>=20080501), libguytools1-dev,
+ libparted-dev, libproc-dev, libqt4-dev, libssl-dev
+Standards-Version: 3.8.3
+Homepage: http://guymager.sourceforge.net/
+Vcs-Browser: http://git.debian.org/?p=forensics/guymager.git
+Vcs-Git: git://git.debian.org/forensics/guymager.git
+
+Package: guymager
+Architecture: i386 amd64 powerpc
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: hdparm, smartmontools
+Description: Forensic imaging tool based on Qt
+ The forensic imager contained in this package, guymager, was designed to
+ support different image file formats, to be most user-friendly and to run
+ really fast. It has a high speed multi-threaded engine using parallel
+ compression for best performance on multi-processor and hyper-threading
+ machines.
--- guymager-0.4.2.orig/debian/rules
+++ guymager-0.4.2/debian/rules
@@ -0,0 +1,74 @@
+#!/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
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	qmake-qt4 DEFINES+="SPLASH_DIR=\'\\\"/usr/share/guymager\\\"\' LANGUAGE_DIR=\'\\\"/usr/share/guymager\\\"\' LANGUAGE_DIR_QT=\'\\\"/usr/share/qt4/translations\\\"\'"
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE)
+	lrelease guymager.pro
+	cd manuals  && ./rebuild.sh && cd -
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	# dpkg-buildpackage starts with cleaning, so we have to be sure that there's a
+	# Makefile (and thus call qmake-qt4):
+	qmake-qt4
+
+	$(MAKE) clean
+	# remove leftover files:
+	rm -f guymager
+	rm -f compileinfo.cpp
+	rm -f guymager_de.qm guymager_en.qm guymager_fr.qm guymager_it.qm guymager_nl.qm
+	rm -f Makefile
+	rm -f manuals/guymager.1
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+# 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_installmenu
+	dh_installman
+	dh_install
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	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
--- guymager-0.4.2.orig/debian/changelog
+++ guymager-0.4.2/debian/changelog
@@ -0,0 +1,20 @@
+guymager (0.4.2-2) unstable; urgency=low
+
+  * Restrict architectures to i386, amd64 and powerpc for now.
+    [Closes: #565917]
+
+ -- Michael Prokop <mika@debian.org>  Fri, 29 Jan 2010 03:24:31 +0100
+
+guymager (0.4.2-1) unstable; urgency=low
+
+  * New upstream version 0.4.2.
+  * Update VCS headers (moved to alioth).
+
+ -- Michael Prokop <mika@debian.org>  Wed, 30 Sep 2009 21:34:16 +0200
+
+guymager (0.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #479014).
+  * Packaging based on work by upstream author Guy Voncken.
+
+ -- Michael Prokop <mika@debian.org>  Wed, 19 Aug 2009 10:34:10 +0200
--- guymager-0.4.2.orig/debian/compat
+++ guymager-0.4.2/debian/compat
@@ -0,0 +1 @@
+5
--- guymager-0.4.2.orig/debian/guymager.manpages
+++ guymager-0.4.2/debian/guymager.manpages
@@ -0,0 +1 @@
+manuals/guymager.1
--- guymager-0.4.2.orig/debian/guymager.menu
+++ guymager-0.4.2/debian/guymager.menu
@@ -0,0 +1,3 @@
+?package(guymager):needs="X11" section="Applications/System/Security"\
+  title="guymager" command="/usr/bin/guymager"\
+  hints="Imaging"
--- guymager-0.4.2.orig/debian/copyright
+++ guymager-0.4.2/debian/copyright
@@ -0,0 +1,86 @@
+This package was debianised by Guy Voncken <vogu00@gmail.com>
+and Michel Prokop <mika@debian.org>
+
+Upstream Author: Guy Voncken <vogu00@gmail.com>
+
+Copyright: © Copyright 2007++ by Guy Voncken
+
+License:
+
+   This package 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 package 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 for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+
+Legal information for md5.{c,h}:
+Upstream Author:
+
+    L. Peter Deutsch <ghost@aladdin.com>
+
+Copyright:
+
+    Copyright (C) 1999 Aladdin Enterprises.  All rights reserved.
+
+License:
+
+    This software is provided 'as-is', without any express or implied
+    warranty.  In no event will the authors be held liable for any damages
+    arising from the use of this software.
+
+    Permission is granted to anyone to use this software for any purpose,
+    including commercial applications, and to alter it and redistribute it
+    freely, subject to the following restrictions:
+
+    1. The origin of this software must not be misrepresented; you must not
+       claim that you wrote the original software. If you use this software
+       in a product, an acknowledgment in the product documentation would be
+       appreciated but is not required.
+    2. Altered source versions must be plainly marked as such, and must not be
+       misrepresented as being the original software.
+    3. This notice may not be removed or altered from any source distribution.
+
+
+Legal information for memwatch.{c,h}:
+Upstream Author:
+
+   Johan Lindh
+
+Copyright:
+
+   Copyright (C) 1992-2003 Johan Lindh
+
+License:
+
+   Licensed under the GPLv2.
+
+
+Legal information for sha256.cpp:
+Upstream Author:
+
+   Christophe Devine
+
+Copyright:
+
+   Copyright (C) 2001-2003  Christophe Devine
+
+License:
+
+   Licensed under the GPLv2.
+
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is © 2008 by Guy Voncken <vogu00@gmail.com>
+and © 2009 by Michael Prokop <mika@debian.org>
+and is licensed under the GPL, see above.
--- guymager-0.4.2.orig/debian/guymager.install
+++ guymager-0.4.2/debian/guymager.install
@@ -0,0 +1,4 @@
+guymager      /usr/bin
+splash.png    /usr/share/guymager
+guymager_*.qm /usr/share/guymager
+guymager.cfg  /etc/guymager