[SCM] forensics/fatback branch, debian, updated. upstream/1.3-1-gc3a7446

Juan Angulo Moreno juan at apuntale.com
Wed Jan 21 06:40:45 UTC 2009


The following commit has been merged in the debian branch:
commit c3a7446b4027fc057bb4914284f5c52cb2f34851
Author: Juan Angulo Moreno <juan at apuntale.com>
Date:   Wed Jan 21 02:09:35 2009 -0430

    Added debianization files.

diff --git a/fatback-1.3/debian/changelog b/fatback-1.3/debian/changelog
new file mode 100644
index 0000000..c5266f7
--- /dev/null
+++ b/fatback-1.3/debian/changelog
@@ -0,0 +1,5 @@
+fatback (1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #512483).
+
+ -- Juan Angulo Moreno <juan at apuntale.com>  Tue, 20 Jan 2009 23:24:12 -0430
diff --git a/fatback-1.3/debian/compat b/fatback-1.3/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/fatback-1.3/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/fatback-1.3/debian/control b/fatback-1.3/debian/control
new file mode 100644
index 0000000..f40c3f1
--- /dev/null
+++ b/fatback-1.3/debian/control
@@ -0,0 +1,17 @@
+Source: fatback
+Section: admin
+Priority: optional
+Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
+Uploaders: Juan Angulo Moreno <juan at apuntale.com>
+Build-Depends: debhelper (>= 7), autotools-dev, flex
+Standards-Version: 3.8.0
+Homepage: http://fatback.sourceforge.net
+Vcs-Browser: http://git.debian.net/?p=debian-forensics/fatback.git
+Vcs-Git: git://git.debian.net/git/debian-forensics/fatback.git
+
+Package: fatback
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A tool for recovering files from FAT file systems
+ Fatback is a forensic tool for undeleting files from Microsoft FAT file 
+ systems.
diff --git a/fatback-1.3/debian/copyright b/fatback-1.3/debian/copyright
new file mode 100644
index 0000000..43f7888
--- /dev/null
+++ b/fatback-1.3/debian/copyright
@@ -0,0 +1,42 @@
+Author: Nicholas Harbour <harbourn at dcfl.gov>
+Download: http://fatback.sourceforge.net
+
+Files: *
+Copyright: (C) 2000-2005 Nicholas Harbour <harbourn at dcfl.gov>
+License: GPL-2+
+ 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 for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright:
+ (C) 2008-2009 Juan Angulo Moreno <juan at apuntale.com>
+License: GPL-3+
+ 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 3 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 for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.
diff --git a/fatback-1.3/debian/fatback.docs b/fatback-1.3/debian/fatback.docs
new file mode 100644
index 0000000..ba8894c
--- /dev/null
+++ b/fatback-1.3/debian/fatback.docs
@@ -0,0 +1,2 @@
+README
+
diff --git a/fatback-1.3/debian/fatback.manpages b/fatback-1.3/debian/fatback.manpages
new file mode 100644
index 0000000..2fb19fb
--- /dev/null
+++ b/fatback-1.3/debian/fatback.manpages
@@ -0,0 +1 @@
+debian/manpages/*
diff --git a/fatback-1.3/fatback.1 b/fatback-1.3/debian/manpages/fatback.1
old mode 100755
new mode 100644
similarity index 83%
copy from fatback-1.3/fatback.1
copy to fatback-1.3/debian/manpages/fatback.1
index 35c57cd..e4688cb
--- a/fatback-1.3/fatback.1
+++ b/fatback-1.3/debian/manpages/fatback.1
@@ -1,15 +1,16 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
-.TH FATBACK "1" "February 2001" "fatback v0.1.1" FSF
+.TH SAFECOPY 1 "February 2001" "fatback" FSF
 .SH NAME
-fatback \- manual page for fatback v0.1.1
+fatback \- manual page for fatback
 .SH SYNOPSIS
 .B fatback
 [\fIFILE\fR] [\fIOPTION\fR]...
 .SH DESCRIPTION
 Undelete files from FAT filesystems.
-fatback v0.1.1
+fatback
 (c) 2000-2001 DoD Computer Forensics Lab
 By SrA Nicholas Harbour
+.PP
+.PP
 .TP
 \fB\-o\fR, \fB\-\-output\fR=\fIDIR\fR
 specifies a directory to place output files
@@ -53,6 +54,10 @@ and
 .B fatback
 programs are properly installed at your site, the command
 .IP
-.B info fatback
+.B info fatback-manual
 .PP
 should give you access to the complete manual.
+.PP
+This manual page was written by Juan Angulo Moreno <juan at apuntale.com>,
+for the Debian project (but may be used by others).
+
diff --git a/fatback-1.3/debian/rules b/fatback-1.3/debian/rules
new file mode 100755
index 0000000..a40aa7e
--- /dev/null
+++ b/fatback-1.3/debian/rules
@@ -0,0 +1,70 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+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
+	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp:  config.status 
+	dh_testdir
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) DESTDIR=$(CURDIR)/debian/fatback install
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+#	dh_installinfo
+	dh_installman
+	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 
diff --git a/fatback-1.3/debian/watch b/fatback-1.3/debian/watch
new file mode 100644
index 0000000..5308ab4
--- /dev/null
+++ b/fatback-1.3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/fatback/fatback-(.*)\.tar\.gz

-- 
forensics/fatback



More information about the forensics-devel mailing list