--- scrounge-ntfs-0.9.orig/debian/source.lintian-overrides +++ scrounge-ntfs-0.9/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +scrounge-ntfs source: changelog-should-mention-nmu +scrounge-ntfs source: source-nmu-has-incorrect-version-number --- scrounge-ntfs-0.9.orig/debian/copyright +++ scrounge-ntfs-0.9/debian/copyright @@ -0,0 +1,57 @@ +Author: Stefan Walter +Download: http://memberwebs.com/stef/software/scrounge/ + +Files: * +Copyright: (C) 2004-2008 Stefan Walter +License: BSD-3 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + * Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + . + * Redistributions in binary form must reproduce the + above copyright notice, this list of conditions and + the following disclaimer in the documentation and/or + other materials provided with the distribution. + . + * The names of contributors to this software may not be + used to endorse or promote products derived from this + software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF + THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + DAMAGE. + +Files: debian/* +Copyright: + (C) 2008 Juan Angulo Moreno + (C) 2008-2009 Daniel Baumann +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. --- scrounge-ntfs-0.9.orig/debian/compat +++ scrounge-ntfs-0.9/debian/compat @@ -0,0 +1 @@ +7 --- scrounge-ntfs-0.9.orig/debian/control +++ scrounge-ntfs-0.9/debian/control @@ -0,0 +1,17 @@ +Source: scrounge-ntfs +Section: admin +Priority: optional +Maintainer: Debian Forensics +Uploaders: Juan Angulo Moreno +Build-Depends: debhelper (>= 7), autotools-dev +Standards-Version: 3.8.2 +Homepage: http://memberwebs.com/stef/software/scrounge/ +Vcs-Browser: http://git.debian.net/?p=debian-forensics/scrounge-ntfs.git +Vcs-Git: git://git.debian.net/git/debian-forensics/scrounge-ntfs.git + +Package: scrounge-ntfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Data recovery program for NTFS filesystems + Utility that can rescue data from corrupted NTFS partitions writes the files + retrieved to another working file system. --- scrounge-ntfs-0.9.orig/debian/watch +++ scrounge-ntfs-0.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://memberwebs.com/stef/software/scrounge/scrounge-ntfs-(.*)\.tar\.gz --- scrounge-ntfs-0.9.orig/debian/scrounge-ntfs.docs +++ scrounge-ntfs-0.9/debian/scrounge-ntfs.docs @@ -0,0 +1 @@ +AUTHORS --- scrounge-ntfs-0.9.orig/debian/changelog +++ scrounge-ntfs-0.9/debian/changelog @@ -0,0 +1,67 @@ +scrounge-ntfs (0.9-6build1) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:20:22 -0700 + +scrounge-ntfs (0.9-6) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:37:59 +0200 + +scrounge-ntfs (0.9-5) unstable; urgency=low + + * Updating vcs fields. + * Adding myself to copyright file. + * Replacing obsolete dh_clean -k with dh_prep. + * Prefixing debhelper files with package name. + * Passing flags directly to configure. + * Updating year in copyrgith file. + * Updating to standards 3.8.1. + * Tidy rules file. + + -- Daniel Baumann Thu, 28 May 2009 22:30:52 +0200 + +scrounge-ntfs (0.9-4) unstable; urgency=low + + * Removing useless dirs debhelper file. + + -- Daniel Baumann Sun, 14 Sep 2008 10:11:00 +0200 + +scrounge-ntfs (0.9-3) unstable; urgency=low + + * Cleaning up rules. + * Adding full license headers to copyright file. + * Upgrading package to debhelper 7. + * Updating to standards 3.8.0. + + -- Daniel Baumann Wed, 11 Jun 2008 09:52:00 +0200 + +scrounge-ntfs (0.9-2) unstable; urgency=low + + * Removing useless whitespaces. + * Moving homepage field in control to correct place. + * Rewrapping package description. + * Correcting license type in copyright. + * Rewrapping copyright. + * Removing docs; no usfull information in these files. + * Adding AUTHORS to docs. + * Setting default CFLAGS in rules. + * Don't ignore make failure in clean target of rules. + * Removing infodir from configure call, there is no info page in this + package. + * Removing unused debhelper calls. + * Adding configure to phony targets in rules. + * Reordering rules. + * Using full firstname of upstream author in copyright rather than his + shortname. + + -- Daniel Baumann Sun, 17 Feb 2008 07:38:00 +0100 + +scrounge-ntfs (0.9-1) unstable; urgency=low + + * Initial release (Closes: #466163). + + -- Juan Angulo Moreno Sat, 16 Feb 2008 18:53:12 -0430 --- scrounge-ntfs-0.9.orig/debian/rules +++ scrounge-ntfs-0.9/debian/rules @@ -0,0 +1,68 @@ +#!/usr/bin/make -f + +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 + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + rm -f config.sub config.guess + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +config.status: configure + dh_testdir + +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 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + + $(MAKE) DESTDIR=$(CURDIR)/debian/scrounge-ntfs install + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_lintian + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep