--- randtype-1.13.orig/debian/changelog +++ randtype-1.13/debian/changelog @@ -0,0 +1,117 @@ +randtype (1.13-11build1) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:41:24 +0000 + +randtype (1.13-11) unstable; urgency=low + + * debian/compat: + - Bumped to 9. + * debian/control: + - Bumped Standards-Version to 3.9.6, no changes needed. + - Bumped debhelper build-dependency to (>= 9). + * debian/rules: + - Converted to use override_* targets. + - Pass forward all flags provided by dpkg-buildflags. + - Removed an obsolete author comment. + + -- Eugene V. Lyubimkin Sat, 29 Aug 2015 14:10:15 +0300 + +randtype (1.13-10) unstable; urgency=low + + * debian/control: + - Updated my mail address. + - Bumped Standards-Version to 3.9.1, no changes needed. + - Added a dependency on ${misc:Depends}, since we use debhelper. + + -- Eugene V. Lyubimkin Sat, 12 Feb 2011 14:31:19 +0200 + +randtype (1.13-9) unstable; urgency=low + + * debian/control: + - Moved 'Homepage' field to source package. + * debian/rules: + - Extended 'clean' rule: now it deletes temporary man page. + + -- Eugene V. Lyubimkin Sun, 22 Jun 2008 01:22:01 +0300 + +randtype (1.13-8) unstable; urgency=low + + * Fixed lintian warning by converting hyphens to minuses in man page. + + -- Eugene V. Lyubimkin Sun, 22 Jun 2008 00:28:17 +0300 + +randtype (1.13-7) unstable; urgency=low + + * debian/rules: + - Made call to $(MAKE) with substituing CFLAGS and CC variables, this + makes unneeded to patch upstream Makefile. + * debian/control: + - Added a 'Homepage' field. + * debian/watch: + - Added. + + -- Eugene V. Lyubimkin Sat, 21 Jun 2008 14:03:27 +0300 + +randtype (1.13-6) unstable; urgency=low + + * debian/rules: + - Support 'nostrip' option in DEB_BUILD_OPTS (closes: #437879). + * Made a patch to Makefile to build package with the CFLAGS, provided + by dpkg-buildpackage, nor the upstream CFLAGS. + * debina/copyright: + - Provides actual path to sources (closes: #457175). + + -- Eugene V. Lyubimkin Mon, 16 Jun 2008 04:20:27 +0300 + +randtype (1.13-5) unstable; urgency=low + + * New maintainer (Closes: #406623). + * debian/control: + - Updated 'Maintainer' field. + - Updated 'Standards-Version' field to 3.8.0. + + Main package binary now lies in /usr/games, not in /usr/bin. + * debian/rules: + - Rewritten using debhelper v7. + * debian/copyright: + - Added 'Copyright' field. + + -- Eugene V. Lyubimkin Mon, 16 Jun 2008 03:24:24 +0300 + +randtype (1.13-4) unstable; urgency=medium + + * orphaned the package + * debian/rules bashism fixed (closes: bug#378197) + * updated FSF address + * updated Standards-Version. + + -- LENART Janos Fri, 12 Jan 2007 14:55:40 +0100 + +randtype (1.13-3) unstable; urgency=low + + * NMU ACK. (closes: bug#190511) + * Upgraded Standards-Version. + * Made lintian clean. + + -- LENART Janos Sat, 21 Jan 2006 15:36:51 +0100 + +randtype (1.13-2.1) unstable; urgency=low + + * NMU. + * Add Build-Depends on zlib1g-dev. Closes: #190511. + * Remove /usr/doc/randtype symlink. + + -- Daniel Schepler Sun, 17 Aug 2003 23:21:07 -0700 + +randtype (1.13-2) unstable; urgency=low + + * Fixed debian/{post,pre}{inst,rem}. (closes: Bug#126033) + + -- Lenart Janos Sat, 22 Dec 2001 14:32:53 +0100 + +randtype (1.13-1) unstable; urgency=low + + * Initial Release. + + -- Lenart Janos Sat, 8 Dec 2001 10:59:07 +0100 --- randtype-1.13.orig/debian/compat +++ randtype-1.13/debian/compat @@ -0,0 +1 @@ +9 --- randtype-1.13.orig/debian/control +++ randtype-1.13/debian/control @@ -0,0 +1,17 @@ +Source: randtype +Section: games +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Eugene V. Lyubimkin +Build-Depends: debhelper (>= 9), zlib1g-dev +Standards-Version: 3.9.6 +Homepage: http://bjk.sourceforge.net/randtype/ + +Package: randtype +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: semi-random text typer + Randtype is a small utility to output characters or lines at random intervals. + There are a few command line options to refine the output. With it you can + output files to the screen, and if you configured it well, it will look like + someone is actually typing - with optional typos even. --- randtype-1.13.orig/debian/copyright +++ randtype-1.13/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Lenart Janos on +Sat, 8 Dec 2001 11:04:02 +0100. + +It was downloaded from: http://sourceforge.net/project/showfiles.php?group_id=176744&package_id=204033 + +Upstream Author: bjk + +Copyright: 1999-2001 bjk + +License: + + 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 St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, a copy of the GNU General Public License is available +in /usr/share/common-licenses/. --- randtype-1.13.orig/debian/randtype.dirs +++ randtype-1.13/debian/randtype.dirs @@ -0,0 +1 @@ +usr/games --- randtype-1.13.orig/debian/randtype.manpages +++ randtype-1.13/debian/randtype.manpages @@ -0,0 +1 @@ +randtype.1.gz --- randtype-1.13.orig/debian/rules +++ randtype-1.13/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/buildflags.mk + +%: + dh $@ + +override_dh_clean: + dh_clean + rm -f randtype.1 + +override_dh_auto_build: + $(MAKE) CFLAGS="${CFLAGS}" LIBS="-lz ${LDFLAGS}" + +binary-arch: build +override_dh_auto_install: + dh_install randtype usr/games/ + +override_dh_installman: + gunzip randtype.1.gz -c > randtype.1 + sed -i 's/\B-/\\-/g' randtype.1 + dh_installman randtype.1 + --- randtype-1.13.orig/debian/watch +++ randtype-1.13/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/bjk/ randtype-(.+)\.tar\.gz