debian/0000755000000000000000000000000011716245033007170 5ustar debian/rules0000755000000000000000000000453011716244370010255 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) 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 config.status: configure dh_testdir # Add here commands to configure the package. 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 --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/rcs-blame. $(MAKE) DESTDIR=$(CURDIR)/debian/rcs-blame install # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman dh_lintian 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 clean binary-indep binary-arch binary install debian/watch0000644000000000000000000000052611716244277010235 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to find new files on sourceforge, for devscripts >= 2.9 http://sf.net/blame/blame-(.*)\.tar\.gz debian/docs0000644000000000000000000000001411716244277010047 0ustar NEWS README debian/control0000644000000000000000000000110111716244775010600 0ustar Source: rcs-blame Section: devel Priority: optional Maintainer: Andrew Pollock Build-Depends: debhelper (>= 7), autotools-dev, flex, bison Standards-Version: 3.9.2 Homepage: http://blame.sourceforge.net/ Package: rcs-blame Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: rcs Description: display the last modification for each line in an RCS file Blame is the equivalent for CVS's annotate command. . An annotated RCS file describes the revision and date in which each line was added to the file, and the author of each line. debian/lintian-overrides0000644000000000000000000000010611716244277012557 0ustar rcs-blame: manpage-has-bad-whatis-entry usr/share/man/man1/blame.1.gz debian/changelog0000644000000000000000000000064611716245033011050 0ustar rcs-blame (1.3.1-2) unstable; urgency=low * debian/rules: add build-{arch,indep} targets * debian/control: Bump Standards-Version (no changes) * Convert to 3.0 (quilt) source format -- Andrew Pollock Mon, 13 Feb 2012 09:36:18 -0800 rcs-blame (1.3.1-1) unstable; urgency=low * Initial release (Closes: #551210) -- Andrew Pollock Thu, 15 Oct 2009 23:25:35 -0700 debian/compat0000644000000000000000000000000211716244277010377 0ustar 7 debian/source/0000755000000000000000000000000011716245020010464 5ustar debian/source/format0000644000000000000000000000001411716245020011672 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000076111716244277011140 0ustar This package was debianized by Andrew Pollock on Thu, 15 Oct 2009 23:25:35 -0700. It was downloaded from Upstream Author: Michael Chapman Copyright: Copyright (C) 2004 Michael Chapman License: GPL-2 The Debian packaging is (C) 2009, Andrew Pollock and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. date.c: Copyright 1993, 1994, 1995 Paul Eggert