--- tableau-parm-0.2.0.orig/debian/compat +++ tableau-parm-0.2.0/debian/compat @@ -0,0 +1 @@ +7 --- tableau-parm-0.2.0.orig/debian/tableau-parm.manpages +++ tableau-parm-0.2.0/debian/tableau-parm.manpages @@ -0,0 +1 @@ +doc/man/man1/* --- tableau-parm-0.2.0.orig/debian/tableau-parm.install +++ tableau-parm-0.2.0/debian/tableau-parm.install @@ -0,0 +1 @@ +build/bin/tableau-parm /usr/sbin --- tableau-parm-0.2.0.orig/debian/rules +++ tableau-parm-0.2.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh ${@} --with quilt + +override_dh_auto_install: + # nothing to be done --- tableau-parm-0.2.0.orig/debian/source.lintian-overrides +++ tableau-parm-0.2.0/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +tableau-parm source: changelog-should-mention-nmu +tableau-parm source: source-nmu-has-incorrect-version-number --- tableau-parm-0.2.0.orig/debian/control +++ tableau-parm-0.2.0/debian/control @@ -0,0 +1,22 @@ +Source: tableau-parm +Section: admin +Priority: optional +Maintainer: Debian Forensics +Uploaders: Juan Angulo Moreno +Build-Depends: debhelper (>= 7.0.50~), libsgutils2-dev, quilt +Standards-Version: 3.8.3 +Homepage: http://projects.sentinelchicken.org/tableau-parm/ +Vcs-Browser: http://git.debian.net/?p=debian-forensics/tableau-parm.git +Vcs-Git: git://git.debian.net/git/debian-forensics/tableau-parm.git + +Package: tableau-parm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tableau write-blocking bridge query/command utility + The tableau-parm is an small command line utility designed to interact with + Tableau forensic write blockers. It performs functions similar to the Tableau + Disk Monitor. + . + Is designed to interact with write-blocking forensics bridges produced by + Tableau, LLC. It can be used to query bridges for various bridge and device + data, as well as to disable DCO regions. --- tableau-parm-0.2.0.orig/debian/copyright +++ tableau-parm-0.2.0/debian/copyright @@ -0,0 +1,46 @@ +Authors: + Timothy D. Morgan + D. Gilbert +Download: http://projects.sentinelchicken.org/tableau-parm/ + +Files: * +Copyright: + (C) 2007 Timothy D. Morgan + (C) 1999-2001 D. Gilbert +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 . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. + +Files: debian/* +Copyright: + (C) 2008 Juan Angulo Moreno + (C) 2008-2009 Daniel Baumann +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 . + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-3 file. --- tableau-parm-0.2.0.orig/debian/changelog +++ tableau-parm-0.2.0/debian/changelog @@ -0,0 +1,77 @@ +tableau-parm (0.2.0-1ubuntu1) oneiric; urgency=low + + * Fix FTBFS with ld --as-needed. LP: #832758. + + -- Matthias Klose Tue, 13 Sep 2011 11:22:26 +0200 + +tableau-parm (0.2.0-1) unstable; urgency=low + + [ Daniel Baumann ] + * Minimizing rules file. + + [ Christophe Monniez ] + * Updating standards-version to 3.8.3. + * Merging upstream version 0.2.0. + * Adding a build dependency for libsgutils2-dev. + * Adding quilt dependency. + * Adding quilt as a build dependency. + * Patching Makefile with quilt. + + [ Michael Prokop ] + * Bump Build-Depends to debhelper (>= 7.0.50~). + + -- Michael Prokop Thu, 05 Nov 2009 00:54:03 +0100 + +tableau-parm (0.1.0-5) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:51:57 +0200 + +tableau-parm (0.1.0-4) unstable; urgency=low + + * Updating vcs fields. + * Adding myself to copyright file. + * Prefixing debhelper files with package name. + * Updating to standards 3.8.1. + * Updating year in copyright file. + + -- Daniel Baumann Thu, 28 May 2009 22:46:05 +0200 + +tableau-parm (0.1.0-3) unstable; urgency=low + + * Updating to standards 3.8.0. + * Upgrading package to debhelper 7. + * Sorting vcs fields in control file. + * Adding full license headers to copyright file. + * Simplyfing manpage debhelper file. + + -- Daniel Baumann Sun, 14 Sep 2008 10:16:00 +0200 + +tableau-parm (0.1.0-2) unstable; urgency=low + + * Removing useless whitespaces. + * Writing full sentences in changelog. + * Bumping package to debhelper 6. + * Moving section to optional. + * Updating maintainer field. + * Adding homepage field in control. + * Adding vcs fields in control. + * Rewrapping description. + * Rewritten copyright in machine-readable format. + * Rewritten rules. + * Cleaning up target depends in rules. + * Correcting typo in copyright. + * Replacing install target in rules with debhelper install file. + * Removing useless debhelper dirs file. + * Don't check for makefile existence in clean target of rules, it's + not required here. + + -- Daniel Baumann Sat, 16 Feb 2008 21:08:00 +0100 + +tableau-parm (0.1.0-1) unstable; urgency=low + + * Initial release (Closes: #464542). + + -- Juan Angulo Moreno Thu, 07 Feb 2008 09:26:11 -0430 --- tableau-parm-0.2.0.orig/debian/watch +++ tableau-parm-0.2.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://projects.sentinelchicken.org/data/downloads/tableau-parm-(.*)\.tar\.gz --- tableau-parm-0.2.0.orig/debian/patches/01-makefile.patch +++ tableau-parm-0.2.0/debian/patches/01-makefile.patch @@ -0,0 +1,26 @@ +Index: tableau-parm/Makefile +=================================================================== +--- tableau-parm.orig/Makefile 2009-11-01 23:35:53.171749364 +0100 ++++ tableau-parm/Makefile 2009-11-01 23:42:30.794747809 +0100 +@@ -4,10 +4,10 @@ + + # Installation prefixes. Change to install elsewhere. + +-PREFIX=/usr/local ++PREFIX=/usr + BIN_PREFIX=$(PREFIX)/bin + DOC_PREFIX=$(PREFIX)/share/doc/tableau-parm +-MAN_PREFIX=$(PREFIX)/man ++MAN_PREFIX=$(PREFIX)/share/man + + ################################################################################ + +@@ -23,7 +23,7 @@ + mkdir -p build/bin + + build/bin/tableau-parm: build/bin src/tableau-parm.c Makefile +- $(CC) $(OPTS) -o $@ -I/usr/local/include -L/usr/local/lib -lsgutils src/tableau-parm.c ++ $(CC) $(OPTS) -o $@ -I/usr/include -L/usr/lib src/tableau-parm.c -lsgutils2 + + build/doc/man/man1/tableau-parm.1.gz: doc/man/man1/tableau-parm.1.gz + mkdir -p build/doc/man/man1 --- tableau-parm-0.2.0.orig/debian/patches/series +++ tableau-parm-0.2.0/debian/patches/series @@ -0,0 +1 @@ +01-makefile.patch