--- reglookup-0.4.0.orig/debian/compat +++ reglookup-0.4.0/debian/compat @@ -0,0 +1 @@ +7 --- reglookup-0.4.0.orig/debian/rules +++ reglookup-0.4.0/debian/rules @@ -0,0 +1,49 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + $(MAKE) clean + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) OPTS="-std=gnu89 -pedantic $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib" + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) PREFIX=$(CURDIR)/debian/reglookup/usr MAN_PREFIX=\$${PREFIX}/share/man install + + rm -rf debian/reglookup/usr/share/man + mv debian/reglookup/usr/share/doc/reglookup/man debian/reglookup/usr/share/man + +binary: binary-arch + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + 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 --- reglookup-0.4.0.orig/debian/changelog +++ reglookup-0.4.0/debian/changelog @@ -0,0 +1,31 @@ +reglookup (0.4.0-1) unstable; urgency=low + + [ David Paleino ] + * Initial release (Closes: #403244). + * Changing copyright on packaging. + * Fixed copyright information. + + [ Christophe Monniez ] + * New maintainer. + + [ Daniel Baumann ] + * Cleaning up rules file. + * Adding full license headers to copyright file. + * Sorting vcs fields in control file. + * Upgrading package to debhelper 7. + * Updating to standards 3.8.0. + * Moving -Wall to CFLAGS for consistency. + * Not using copyright symbols. + * Fixing my incomplete commit from transforming the quilt patch to rules. + * Reordering rules. + * Removing unneded debhelper calls from rules. + * Overwriting variables in make call of rules rather than patching upstream + makefile. + * Rewriting copyright in machine readable form. + * Don't use abbrebriations for Windows version in package description. + * Don't use (R) symbols in package description. + * Correcting url to gitweb in control. + * Setting maintainer address to Debian Forensics. + * Bumping package to debhelper 6. + + -- Daniel Baumann Mon, 16 Jun 2008 12:20:00 +0200 --- reglookup-0.4.0.orig/debian/control +++ reglookup-0.4.0/debian/control @@ -0,0 +1,21 @@ +Source: reglookup +Section: utils +Priority: optional +Maintainer: Debian Forensics +Uploaders: Christophe Monniez +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.0 +Homepage: http://projects.sentinelchicken.org/reglookup/ +Vcs-Browser: http://git.debian.org/?p=forensics/reglookup.git +Vcs-Git: git://git.debian.org/git/forensics/reglookup.git + +Package: reglookup +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: utility to read and query Windows NT/2000/XP registry + RegLookup is an small command line utility for reading and querying Microsoft + Windows NT/2000/XP registries. + . + Currently the program allows one to read an entire registry and output it in a + (mostly) standardized, quoted format. It also provides features for filtering + of results based on registry path and data type. --- reglookup-0.4.0.orig/debian/copyright +++ reglookup-0.4.0/debian/copyright @@ -0,0 +1,150 @@ +Author: Timothy D. Morgan +Download: http://projects.sentinelchicken.org/reglookup/ + +Files: * +Copyright: (C) 2005-2007 Timothy D. Morgan +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; version 2 + of the License. + . + 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: src/reglookup.c +Copyright: + (C) 2005-2007 Timothy D. Morgan + (C) 2002 Richard Sharpe +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; version 2 + of the License. + . + 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: lib/regfi.* +Copyright: + (C) 2005-2007 Timothy D. Morgan + (C) 2005 Gerald (Jerry) Carter +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; version 2 + of the License. + . + 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: lib/smb_deps.* +Copyright: + (C) 2005-2006 Timothy D. Morgan + (C) 1992-2005 Samba development team +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; version 2 + of the License. + . + 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: lib/void_stack.* +Copyright: (C) 2005-2007 Timothy D. Morgan +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; version 2 + of the License. + . + 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: include/byteorder.h +Copyright: + (C) 2005 Timothy D. Morgan + (C) 1992-1998 Andrew Tridgell +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; version 2 + of the License. + . + 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 David Paleino +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; version 2 + of the License. + . + 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. --- reglookup-0.4.0.orig/debian/watch +++ reglookup-0.4.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://projects.sentinelchicken.org/data/downloads/reglookup-([[:digit:]].*)\.tar\.gz