--- myrescue-0.9.4.orig/debian/rules +++ myrescue-0.9.4/debian/rules @@ -0,0 +1,43 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + rm -f src/myrescue + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) -C src + + touch build-stamp + +install: + +binary: binary-arch + +binary-arch: build + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + dh_installman + 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 --- myrescue-0.9.4.orig/debian/source.lintian-overrides +++ myrescue-0.9.4/debian/source.lintian-overrides @@ -0,0 +1,3 @@ +# Avoid warnings if non-uploaders to uploads. +myrescue source: changelog-should-mention-nmu +myrescue source: source-nmu-has-incorrect-version-number --- myrescue-0.9.4.orig/debian/compat +++ myrescue-0.9.4/debian/compat @@ -0,0 +1 @@ +7 --- myrescue-0.9.4.orig/debian/control +++ myrescue-0.9.4/debian/control @@ -0,0 +1,19 @@ +Source: myrescue +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.2 +Homepage: http://myrescue.sourceforge.net/ +Vcs-Browser: http://git.debian.net/?p=debian-forensics/myrescue.git +Vcs-Git: git://git.debian.net/git/debian-forensics/myrescue.git + +Package: myrescue +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: rescue data from damaged harddisks + myrescue is a program to rescue the still-readable data from a damaged + harddisk. It is similar in purpose to dd_rescue, but it tries to quickly get + out of damaged areas to first handle the not yet damaged part of the disk and + return later. --- myrescue-0.9.4.orig/debian/changelog +++ myrescue-0.9.4/debian/changelog @@ -0,0 +1,74 @@ +myrescue (0.9.4-5) unstable; urgency=low + + * Updating package to standards version 3.8.2. + * Adding lintian overrides. + + -- Daniel Baumann Thu, 09 Jul 2009 12:16:59 +0200 + +myrescue (0.9.4-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 21:49:33 +0200 + +myrescue (0.9.4-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. + * Using tab instead of whitespace in debhelper install file. + + -- Daniel Baumann Sun, 14 Sep 2008 10:03:00 +0200 + +myrescue (0.9.4-2) unstable; urgency=low + + * Removing useless whitespaces. + * Removing closing of non-existent ITP. + * Bumping package to debhelper 6. + * Setting section. + * Correcting priority. + * Setting maintainer to project address. + * Adding uploaders. + * Bumping package to policy 3.7.3. + * Improving description. + * Adding homepage field. + * Fixing wrapping. + * Correcting download url. + * Correcting upstream authors. + * Correcting copyright. + * Correcting license. + * Adding myself to debian licensing. + * Removing useless README from docs. + * Decluttering commented stuff. + * Removing unused configure target. + * Updating build target. + * Updating clean target. + * Updating install target. + * Removing unused debhelper calls. + * Removing unused dh_installdirs files. + * Adding dh_install files. + * Adding dh_installman files. + * Reordering targets. + * Fixing spelling error in description. + * Adding vcs fields. + * Removing useless comments. + * Using machine-interpretable copyright format. + * Removing unnecessary depends in targets of rules. + * Fixed wrapping in copyright. + * Fixed another wrapping in copyright. + * Cleaning up target depends in rules. + * Correcting typo in copyright. + * Removing myself from copyright. + + -- Daniel Baumann Sun, 17 Feb 2008 07:47:00 +0100 + +myrescue (0.9.4-1) unstable; urgency=low + + * Initial release. + + -- Christophe Monniez Fri, 25 Jan 2008 01:00:46 +0100 --- myrescue-0.9.4.orig/debian/myrescue.docs +++ myrescue-0.9.4/debian/myrescue.docs @@ -0,0 +1 @@ +TODO --- myrescue-0.9.4.orig/debian/copyright +++ myrescue-0.9.4/debian/copyright @@ -0,0 +1,48 @@ +Authors: + Kristof Koehler + Peter Schlaile +Download: http://sourceforge.net/project/showfiles.php?group_id=68256 + +Files: * +Copyright: + (C) 2000-2007 Kristof Koehler + (C) 2000-2007 Peter Schlaile +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 Christophe Monniez + (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. --- myrescue-0.9.4.orig/debian/myrescue.install +++ myrescue-0.9.4/debian/myrescue.install @@ -0,0 +1 @@ +src/myrescue /usr/sbin --- myrescue-0.9.4.orig/debian/myrescue.manpages +++ myrescue-0.9.4/debian/myrescue.manpages @@ -0,0 +1 @@ +doc/*