--- /dev/null
+tfortune (1.0.0-1) unstable; urgency=low
+
+ * Initial Release. Closes: #929467
+
+ -- Andre Noll <maan@tuebingen.mpg.de> Mon, 20 May 2019 16:47:31 +0100
--- /dev/null
+Source: tfortune
+Section: games
+Priority: optional
+Maintainer: Andre Noll <maan@tuebingen.mpg.de>
+Build-Depends: m4, flex, bison, debhelper (>= 10.0), autoconf, liblopsub-dev
+Standards-Version: 4.3.0
+Homepage: http://people.tuebingen.mpg.de/maan/tfortune/
+Vcs-Browser: http://git.tuebingen.mpg.de/tfortune.git
+Vcs-Git: git://git.tuebingen.mpg.de/tfortune/
+
+Package: tfortune
+Architecture: any
+Depends: ${shlibs:Depends}, liblopsub1, ${misc:Depends}
+Description: Fortune Cookies with Tags
+ Like fortune(6), tfortune is a Unix command line utility which prints
+ a random epigram. Epigrams are stored as plain text files, but they
+ must be annotated with tags to make full use of the features which
+ tfortune offers over other implementations.
+ .
+ Tfortune has a built-in matching language for epigrams. User-supplied
+ tag expressions define subsets of admissible epigrams. If a tag
+ expression is given, epigrams are picked from the admissible subset
+ only.
--- /dev/null
+Copyright 2018-2019 Andre Noll <maan@tuebingen.mpg.de>
+
+This package is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License, version 3.
+
+On Debian GNU systems, the complete text of the GNU General Public
+License can be found in `/usr/share/common-licenses/GPL-3'.
--- /dev/null
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+%:
+ dh "$@"
+
+# plain dh_auto_configure uses options which configure does not understand
+override_dh_auto_configure:
+ ./configure --prefix=/usr --bindir=/usr/games
+# needed because dh_autoreconf overwrites our configure wrapper
+override_dh_autoreconf:
+ $(MAKE) configure.sh