--- vbindiff-3.0-beta4.orig/debian/compat +++ vbindiff-3.0-beta4/debian/compat @@ -0,0 +1 @@ +9 --- vbindiff-3.0-beta4.orig/debian/docs +++ vbindiff-3.0-beta4/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +README.PuTTY --- vbindiff-3.0-beta4.orig/debian/control +++ vbindiff-3.0-beta4/debian/control @@ -0,0 +1,20 @@ +Source: vbindiff +Section: utils +Priority: optional +Maintainer: Miriam Ruiz +Build-Depends: debhelper (>= 9), autotools-dev, libncurses5-dev +Standards-Version: 3.9.3 +Homepage: http://www.cjmweb.net/vbindiff/ + +Package: vbindiff +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: visual binary diff, visually compare binary files + Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or + EBCDIC). It can also display two files at once, and highlight the + differences between them. Unlike diff, it works well with large files (up to + 4 GB). + . + VBinDiff was inspired by the Compare Files function of the ProSel utilities + by Glen Bredon, for the Apple II. The single-file mode was inspired by the + LIST utility of 4DOS and friends. --- vbindiff-3.0-beta4.orig/debian/watch +++ vbindiff-3.0-beta4/debian/watch @@ -0,0 +1,8 @@ +# Watch control file for uscan +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# +http://www.cjmweb.net/vbindiff/ vbindiff-(.*)\.tar\.gz --- vbindiff-3.0-beta4.orig/debian/rules +++ vbindiff-3.0-beta4/debian/rules @@ -0,0 +1,79 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +LDFLAGS2:=-Wl,-z,defs -Wl,-as-needed -Wl,--no-undefined + +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 \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS) $(CPPFLAGS)" \ + CXXFLAGS="$(CXXFLAGS) $(CPPFLAGS)" \ + LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" + +build-stamp: config.status + dh_testdir + $(MAKE) + #docbook-to-man debian/vbindiff.sgml > vbindiff.1 + touch $@ + +build-indep: build-stamp + +build-arch: build-stamp + +build: build-arch build-indep + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess config.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/vbindiff + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + 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-arch build-indep build clean binary-indep binary-arch binary install --- vbindiff-3.0-beta4.orig/debian/changelog +++ vbindiff-3.0-beta4/debian/changelog @@ -0,0 +1,47 @@ +vbindiff (3.0-beta4-1) unstable; urgency=low + + * New Upstream Release. + - Added --enable-debug configure option + - Clarified licensing + * Upgraded Standards-Version from 3.8.0 to 3.9.3 + * Upgraded debian/compat to 9 + * Added build-arch and build-indep targets to debian/rules + * Modified debian/rules to use fortified libc functions + See: http://wiki.debian.org/Hardening + * Changed my email address in debian/control to miriam@debian.org + * Replaced deprecated dh_clean -k by dh_prep in debian/rules + + -- Miriam Ruiz Fri, 30 Nov 2012 12:22:32 +0100 + +vbindiff (3.0-beta3-1) unstable; urgency=low + + * New Upstream Release. + - The line editor now has an input history + - Space now moves to the next difference (same as Enter) + * Upgraded Standards-Version from 3.7.3 to 3.8.0 (no changes needed). + * Updated web page in watch file. + + -- Miriam Ruiz Fri, 27 Jun 2008 15:00:53 +0200 + +vbindiff (3.0-beta2-1) unstable; urgency=low + + * New Upstream Release. + - Improved the line editor. + * Bumped Standards-Version up to 3.7.3 + * Added Homepage to debian/control. + + -- Miriam Ruiz Sun, 08 Jun 2008 02:49:48 +0200 + +vbindiff (3.0-beta1-2) unstable; urgency=low + + * Homepage moved from http://home.comcast.net/~chris-madsen/vbindiff/ + to http://www.cjmweb.net/vbindiff/ + + -- Miriam Ruiz Tue, 13 Mar 2007 13:24:49 +0100 + +vbindiff (3.0-beta1-1) unstable; urgency=low + + * Initial release (Closes: #379676) + + -- Miriam Ruiz Tue, 25 Jul 2006 00:07:15 +0200 + --- vbindiff-3.0-beta4.orig/debian/copyright +++ vbindiff-3.0-beta4/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Miriam Ruiz on +Tue, 25 Jul 2006 00:07:15 +0200. + +It was downloaded from http://home.comcast.net/~chris-madsen/vbindiff/ + +Upstream Author: Christopher J. Madsen + +Copyright (C) 1995-2008 by Christopher J. Madsen + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +putty.src: + + PuTTY is copyright 1997-2005 Simon Tatham. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Miriam Ruiz and +is licensed under the GPL, see above.