--- fortunes-bofh-excuses-1.2.orig/debian/changelog +++ fortunes-bofh-excuses-1.2/debian/changelog @@ -0,0 +1,82 @@ +fortunes-bofh-excuses (1.2-3) unstable; urgency=low + + * Bump to dh compat level 13. (closes: #965519) + * Switch to dh. + * Bump Standards-Version to 4.5.0 + + -- Tollef Fog Heen Tue, 21 Jul 2020 09:28:15 +0200 + +fortunes-bofh-excuses (1.2-2) unstable; urgency=low + + * Correct package name in description. (closes: #500476) + * Stop generating u8 files, use a symlink. (closes: #305865) + * Change build-depends-indep to build-depends, for the clean target. + * Empty the binary-arch target, it's completely unused. + * Bump debhelper compat version to 6 (bump Build-Depends accordingly). + * Bump Standards-Version to 3.8.1 + + -- Tollef Fog Heen Sun, 22 Mar 2009 16:43:30 +0100 + +fortunes-bofh-excuses (1.2-1) unstable; urgency=low + + * Download new list from the web. + - Includes spelling fix (closes: #212135) + * Add suggestion from #162648 (closes: #162648) + + -- Tollef Fog Heen Tue, 23 Dec 2003 12:24:31 +0100 + +fortunes-bofh-excuses (1.1-8) unstable; urgency=low + + * UTF8-enable the fortunes. + * Get rid of debmake and use debhelper instead. yay. + + -- Tollef Fog Heen Thu, 31 Jul 2003 09:40:57 +0200 + +fortunes-bofh-excuses (1.1-7) unstable; urgency=low + + * New upstream version, kind-of. Seems like upstream has applied + the speling patch, so applied here as well. (closes: #142380) + + -- Tollef Fog Heen Fri, 13 Sep 2002 04:27:36 +0200 + +fortunes-bofh-excuses (1.1-6) unstable; urgency=low + + * Update build-depends (closes: 141435) + * s/Build-Depends/Build-Depends-Indep/ in control file. + + -- Tollef Fog Heen Sat, 6 Apr 2002 17:25:57 +0200 + +fortunes-bofh-excuses (1.1-5) unstable; urgency=low + + * Add fortune-cookie-db to provides, this should make fortune-mod + happier. (closes: #105849) + + -- Tollef Fog Heen Thu, 19 Jul 2001 13:21:19 +0200 + +fortunes-bofh-excuses (1.1-4) unstable; urgency=low + + * rebuilt bofh-excuses.dat (does on build), which should fix #1 excuse + popping up too often. (closes: #83668) + + -- Tollef Fog Heen Thu, 8 Feb 2001 17:43:13 +0100 + +fortunes-bofh-excuses (1.1-3) unstable; urgency=low + + * removed wget source + * fixed so that the build tools doesn't think that we are a native + debian package. + + -- Tollef Fog Heen Thu, 28 Dec 2000 11:35:42 +0100 + +fortunes-bofh-excuses (1.1-2) unstable; urgency=low + + * adds Build-Depends + * removed extraneous .ex files + + -- Tollef Fog Heen Sat, 23 Dec 2000 12:07:50 +0100 + +fortunes-bofh-excuses (1.1-1) unstable; urgency=low + + * Initial release. (Closes: #79985) + + -- Tollef Fog Heen Wed, 20 Dec 2000 20:00:09 +0100 --- fortunes-bofh-excuses-1.2.orig/debian/control +++ fortunes-bofh-excuses-1.2/debian/control @@ -0,0 +1,17 @@ +Source: fortunes-bofh-excuses +Section: games +Priority: optional +Build-Depends: debhelper-compat (= 13), + fortune-mod +Maintainer: Tollef Fog Heen +Standards-Version: 4.5.0 + +Package: fortunes-bofh-excuses +Architecture: all +Depends: fortune-mod, ${misc:Depends} +Provides: fortune-cookie-db +Description: BOFH excuses for fortune + fortunes-bofh-excuses is a collection of excuses which you can + use as a BOFH when something goes wrong. Some examples are: + 'Electromagnetic energy loss', 'disks spinning backwards - toggle the + hemisphere jumper.' --- fortunes-bofh-excuses-1.2.orig/debian/copyright +++ fortunes-bofh-excuses-1.2/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Tollef Fog Heen tollef@add.no on +Wed, 20 Dec 2000 20:00:09 +0100. + +It was downloaded from +http://www.cs.wisc.edu/~ballard/bofh/excuses + +Copyright: Public Domain + +The author has placed this into the public domain. --- fortunes-bofh-excuses-1.2.orig/debian/dirs +++ fortunes-bofh-excuses-1.2/debian/dirs @@ -0,0 +1 @@ +usr/share/games/fortunes --- fortunes-bofh-excuses-1.2.orig/debian/docs +++ fortunes-bofh-excuses-1.2/debian/docs @@ -0,0 +1 @@ +README \ No newline at end of file --- fortunes-bofh-excuses-1.2.orig/debian/fortunes-bofh-excuses.install +++ fortunes-bofh-excuses-1.2/debian/fortunes-bofh-excuses.install @@ -0,0 +1,2 @@ +bofh-excuses /usr/share/games/fortunes +bofh-excuses.dat /usr/share/games/fortunes \ No newline at end of file --- fortunes-bofh-excuses-1.2.orig/debian/links +++ fortunes-bofh-excuses-1.2/debian/links @@ -0,0 +1 @@ +usr/share/games/fortunes/bofh-excuses usr/share/games/fortunes/bofh-excuses.u8 --- fortunes-bofh-excuses-1.2.orig/debian/rules +++ fortunes-bofh-excuses-1.2/debian/rules @@ -0,0 +1,14 @@ +#! /usr/bin/make -f + +#export DH_VERBOSE=1 + +%: + dh $@ + +execute_before_dh_clean: + rm -f bofh-excuses.dat + +override_dh_auto_configure: + +override_dh_auto_build: + strfile bofh-excuses bofh-excuses.dat --- fortunes-bofh-excuses-1.2.orig/debian/source/format +++ fortunes-bofh-excuses-1.2/debian/source/format @@ -0,0 +1 @@ +1.0 \ No newline at end of file