--- xcowsay-1.3.orig/configure.ac +++ xcowsay-1.3/configure.ac @@ -14,6 +14,7 @@ # Checks for libraries. AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.17]) # Checks for header files. AC_HEADER_STDC --- xcowsay-1.3.orig/debian/changelog +++ xcowsay-1.3/debian/changelog @@ -0,0 +1,88 @@ +xcowsay (1.3-2) unstable; urgency=medium + + * QA upload. + * Set Debian QA Group as maintainer (see #813214). + * debian/control: + - Vcs-*: Use canonical URL. + - Standards-Version: Update to 3.9.8. + - Remove trailing whitespace. + * debian/copyright: + - Use single license text. + - Remove double dash. + * debian/rules: Remove double dollar sign from variable to fix FTBFS. + * debian/watch: + - Remove dh_make-template. + - Update to version 4. + + -- Samuel Henrique Oltramari Pinto (SamuelOPH) Thu, 21 Apr 2016 16:23:31 -0300 + +xcowsay (1.3-1) unstable; urgency=medium + + * New upstream version. Closes: #752115 + * Ported copyright file to DEP5 format. + * Use dh-autoreconf. Closes: #744547, #765265 + * Updated Standard-version, no changes required. + * Added AM_GNU_GETTEXT_VERSION invocation to configure.ac now required by + newer autotools + * Added m4/ac_define_dir.m4 now required by newer autotools + + -- Enrico Zini Fri, 24 Oct 2014 20:00:50 +0200 + +xcowsay (1.2-1) unstable; urgency=low + + * New upstream version + - added --at=x,y option. Closes: 556623. + - added --image=file option, many privately wished for it + - does not choke on invalid pango markup. Closes: 556554. + + -- Enrico Zini Sun, 10 Jan 2010 18:39:36 +0000 + +xcowsay (1.1.1-2) unstable; urgency=low + + [ Albert Huang ] + * Enable D-Bus support (closes: #556640, #5566600) + * Clean up dependency list + + -- Enrico Zini Mon, 14 Dec 2009 12:17:35 +0000 + +xcowsay (1.1.1-1) unstable; urgency=low + + * Added Debian release + + -- Enrico Zini Mon, 26 Oct 2009 00:12:24 +0100 + +xcowsay (1.1.1) unstable; urgency=low + + * New upstream version. + * Uploaded to Debian. Closes: #551864 + * Ported to debhelper 7 + * Install in /usr/games + * Added Vcs-Git headers + * Added manpages for the wrapper scripts + + -- Enrico Zini Fri, 23 Oct 2009 21:37:49 +0200 + +xcowsay (1.1) unstable; urgency=low + + * Initial release of xcowsay 1.1 + + -- Nick Gasson Sat, 30 Aug 2008 10:35:00 +0000 + +xcowsay (1.1rc1) unstable; urgency=low + + * Beta release of xcowsay 1.1 + + -- Nick Gasson Fri, 29 Aug 2008 21:04:00 +0000 + +xcowsay (1.0) unstable; urgency=low + + * Finished xcowsay 1.0 + + -- Nick Gasson Fri, 23 May 2008 10:21:48 +0000 + +xcowsay (0.6-1) unstable; urgency=low + + * Initial release + + -- Nick Gasson Sun, 16 Mar 2008 11:42:46 +0000 + --- xcowsay-1.3.orig/debian/compat +++ xcowsay-1.3/debian/compat @@ -0,0 +1 @@ +9 --- xcowsay-1.3.orig/debian/control +++ xcowsay-1.3/debian/control @@ -0,0 +1,21 @@ +Source: xcowsay +Section: games +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 9), dh-autoreconf, + libgtk2.0-dev, libglib2.0-dev, libdbus-glib-1-dev +Standards-Version: 3.9.8 +Homepage: http://www.doof.me.uk/xcowsay/ +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/xcowsay.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/xcowsay.git + +Package: xcowsay +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Graphical configurable talking cow + A graphical configurable talking cow. It's a GTK+ version of the + classic cowsay Perl script. It displays a cute pop-up cow on your + desktop with a speech bubble and some customizable text. There's + also a dream mode where the cow can display images. It comes + with a fortune(6) wrapper script, xcowfortune, which you can cron + to deliver periodic fortune cookies via the cow. --- xcowsay-1.3.orig/debian/copyright +++ xcowsay-1.3/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xcowsay +Upstream-Contact: Nick Gasson +Source: http://www.doof.me.uk/xcowsay/ + +Files: * +Copyright: 2008-2010 Nick Gasson +License: GPL-3+ + +Files: debian/* +Copyright: + 2008 Nick Gasson + 2009-2014 Enrico Zini +License: GPL-3+ + +License: GPL-3+ + 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 3 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, see . + . + On Debian systems, the complete text of the GNU General Public + License can be found in the file `/usr/share/common-licenses/GPL-3'. --- xcowsay-1.3.orig/debian/docs +++ xcowsay-1.3/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- xcowsay-1.3.orig/debian/manpages +++ xcowsay-1.3/debian/manpages @@ -0,0 +1,3 @@ +debian/xcowdream.6 +debian/xcowthink.6 +debian/xcowfortune.6 --- xcowsay-1.3.orig/debian/rules +++ xcowsay-1.3/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + +override_dh_auto_configure: + dh_auto_configure -- --bindir='${prefix}/games' --enable-dbus + +debsrc: + git-buildpackage --git-pristine-tar -S -us -uc --- xcowsay-1.3.orig/debian/watch +++ xcowsay-1.3/debian/watch @@ -0,0 +1,2 @@ +version=4 +http://www.nickg.me.uk/files/xcowsay-(.*)\.tar\.gz --- xcowsay-1.3.orig/debian/xcowdream.6 +++ xcowsay-1.3/debian/xcowdream.6 @@ -0,0 +1,29 @@ +.\" man page for xcowdream +.TH "xcowdream" 6 +.SH NAME +xcowdream \- Display a cute cow and speech bubble. +.SH SYNOPSIS +.B xcowdream +.RB [ "-h" ] +.RB [ "-t" +.RI \| time \|] +.RB [ "-r" +.RI \| speed \|] +.RB [ "-d" ] +.RB [ "-f" +.RI \| font \|] +.RI [\| text \|]... + +.SH DESCRIPTION +\fBxcowdream\fP is a convenient shortcut for \fBxcowsay \-\-dream\fP. +.P +Please see \fBxcowsay (6)\fP for details. + +.SH OPTIONS +Same as \fBxcowsay (6)\fP. + +.SH "SEE ALSO" +.BR xcowsay (6) + +.SH BUGS +There are no bugs. --- xcowsay-1.3.orig/debian/xcowfortune.6 +++ xcowsay-1.3/debian/xcowfortune.6 @@ -0,0 +1,30 @@ +.\" man page for xcowfortune +.TH "xcowfortune" 6 +.SH NAME +xcowfortune \- Display a cute cow and a fortune quote in a speech bubble. +.SH SYNOPSIS +.B xcowfortune +.RB [ "-h" ] +.RB [ "-t" +.RI \| time \|] +.RB [ "-r" +.RI \| speed \|] +.RB [ "-d" ] +.RB [ "-f" +.RI \| font \|] +.RI [\| text \|]... + +.SH DESCRIPTION +\fBxcowfortune\fP is a convenient shortcut for piping the output of \fBfortune +(6)\fP to \fBxcowsay (6)\fP. +.P +Please see \fBxcowsay (6)\fP for details. + +.SH OPTIONS +Same as \fBxcowsay (6)\fP. + +.SH "SEE ALSO" +.BR xcowsay (6) + +.SH BUGS +There are no bugs. --- xcowsay-1.3.orig/debian/xcowthink.6 +++ xcowsay-1.3/debian/xcowthink.6 @@ -0,0 +1,29 @@ +.\" man page for xcowthink +.TH "xcowthink" 6 +.SH NAME +xcowthink \- Display a cute cow and speech bubble. +.SH SYNOPSIS +.B xcowthink +.RB [ "-h" ] +.RB [ "-t" +.RI \| time \|] +.RB [ "-r" +.RI \| speed \|] +.RB [ "-d" ] +.RB [ "-f" +.RI \| font \|] +.RI [\| text \|]... + +.SH DESCRIPTION +\fBxcowthink\fP is a convenient shortcut for \fBxcowsay \-\-think\fP. +.P +Please see \fBxcowsay (6)\fP for details. + +.SH OPTIONS +Same as \fBxcowsay (6)\fP. + +.SH "SEE ALSO" +.BR xcowsay (6) + +.SH BUGS +There are no bugs. --- xcowsay-1.3.orig/m4/ac_define_dir.m4 +++ xcowsay-1.3/m4/ac_define_dir.m4 @@ -0,0 +1,34 @@ +dnl @synopsis AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION]) +dnl +dnl This macro sets VARNAME to the expansion of the DIR variable, +dnl taking care of fixing up ${prefix} and such. +dnl +dnl VARNAME is then offered as both an output variable and a C +dnl preprocessor symbol. +dnl +dnl Example: +dnl +dnl AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.]) +dnl +dnl @category Misc +dnl @author Stepan Kasal +dnl @author Andreas Schwab +dnl @author Guido U. Draheim +dnl @author Alexandre Oliva +dnl @version 2006-10-13 +dnl @license AllPermissive + +AC_DEFUN([AC_DEFINE_DIR], [ + prefix_NONE= + exec_prefix_NONE= + test "x$prefix" = xNONE && prefix_NONE=yes && prefix=$ac_default_prefix + test "x$exec_prefix" = xNONE && exec_prefix_NONE=yes && exec_prefix=$prefix +dnl In Autoconf 2.60, ${datadir} refers to ${datarootdir}, which in turn +dnl refers to ${prefix}. Thus we have to use `eval' twice. + eval ac_define_dir="\"[$]$2\"" + eval ac_define_dir="\"$ac_define_dir\"" + AC_SUBST($1, "$ac_define_dir") + AC_DEFINE_UNQUOTED($1, "$ac_define_dir", [$3]) + test "$prefix_NONE" && prefix=NONE + test "$exec_prefix_NONE" && exec_prefix=NONE +])