--- gkrellmoon-0.6.orig/Makefile +++ gkrellmoon-0.6/Makefile @@ -4,7 +4,7 @@ INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins -FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) +FLAGS = -O2 -g -Wall -fPIC $(GTK_INCLUDE) LIBS = $(GTK_LIB) LFLAGS = -shared @@ -23,4 +23,4 @@ # %.o: %.c install: gkrellmoon.so - install -c -s -m 644 gkrellmoon.so $(INSTALLDIR) + install -c -m 644 gkrellmoon.so $(INSTALLDIR) --- gkrellmoon-0.6.orig/debian/changelog +++ gkrellmoon-0.6/debian/changelog @@ -1,3 +1,71 @@ +gkrellmoon (0.6-7build2) noble; urgency=medium + + * No-change rebuild for CVE-2024-3094 + + -- Steve Langasek Sun, 31 Mar 2024 05:49:16 +0000 + +gkrellmoon (0.6-7build1) noble; urgency=medium + + * No-change rebuild against libglib2.0-0t64 + + -- Steve Langasek Fri, 08 Mar 2024 04:33:44 +0000 + +gkrellmoon (0.6-7) unstable; urgency=medium + + * debian/rules: Add build-{arch,indep}. (Closes: #999159) + + -- Adrian Bunk Tue, 28 Dec 2021 01:51:55 +0200 + +gkrellmoon (0.6-6) unstable; urgency=medium + + * New maintainer. (Closes: #981988) + * Fix the empty gkrellmoon-dbgsym. + * Apply a fix for a spelling error. (Closes: #864413) + + -- Adrian Bunk Fri, 05 Feb 2021 16:31:39 +0200 + +gkrellmoon (0.6-5.1) unstable; urgency=medium + + * Non-maintainer upload + * Bump debhelper compat level to 9. Closes: #817338, #817477 + + -- Christoph Biedl Wed, 14 Dec 2016 21:04:35 +0100 + +gkrellmoon (0.6-5) unstable; urgency=low + + * Don't strip binaries if build with DEB_BUILD_OPTIONS=nostrip. Thanks to + Julien and Lucas spotting this. (Closes: #437036) + * Bumped Standards-Version + + -- Martin Zobel-Helas Fri, 31 Aug 2007 18:47:51 +0200 + +gkrellmoon (0.6-4) unstable; urgency=low + + * modified dependencies, as gkrellm2 no longer exists + (Closes: #349850) + * Bumped standard version, no changes needed. + * changed my maintainer email address. + * changed FSF address in copyright file to avoid lintian warning. + + -- Martin Zobel-Helas Sun, 29 Jan 2006 16:28:16 +0100 + +gkrellmoon (0.6-3) unstable; urgency=low + + * cleaned up debian/rules + * removed INSTALL_PROGRAMM + * corrected CFLAGS + * close ITP (closes:#230178) + + -- Martin Zobel-Helas Fri, 19 Nov 2004 22:55:21 +0100 + +gkrellmoon (0.6-2) unstable; urgency=low + + * Modified upstreams debian-directory to meet + newer Standards-Version + * made the package lintian and linda clean + + -- Martin Zobel-Helas Wed, 6 Oct 2004 15:53:09 +0200 + gkrellmoon (0.6-1) unstable; urgency=low * Initial Release. --- gkrellmoon-0.6.orig/debian/compat +++ gkrellmoon-0.6/debian/compat @@ -0,0 +1 @@ +9 --- gkrellmoon-0.6.orig/debian/control +++ gkrellmoon-0.6/debian/control @@ -1,13 +1,13 @@ Source: gkrellmoon -Section: X11 +Section: x11 Priority: optional -Maintainer: Dale P. Smith -Build-Depends: debhelper (>> 3.0.0) -Standards-Version: 3.5.2 -Build-Depends: gkrellm2, libgtk2.0-dev, debhelper +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Adrian Bunk +Build-Depends: debhelper (>= 9~), gkrellm, libgtk2.0-dev +Standards-Version: 3.7.2 Package: gkrellmoon Architecture: any -Depends: gkrellm2, ${shlibs:Depends} +Depends: gkrellm (>= 2.0.0), ${shlibs:Depends}, ${misc:Depends} Description: Gkrellm Moon Clock Plugin - Adds a moon clock to your gkrellm2. + Adds a moon clock to your gkrellm. --- gkrellmoon-0.6.orig/debian/copyright +++ gkrellmoon-0.6/debian/copyright @@ -1,4 +1,13 @@ -Upstream Author(s): Dale P. Smith +Copyright (C) 2001,2002 Dale P. Smith + +gkrellmoon is based on code from glunarclock written by Josh Buhl +. He took the code from wmMoonClock, +written by Mike Henderson and converted +code to glib types, removed unused variables, and piped the whole +thing through indent. + +glunarclock and wmMoonClock are both published under the terms on the +GNU General Public License. Copyright: @@ -13,9 +22,9 @@ You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- gkrellmoon-0.6.orig/debian/rules +++ gkrellmoon-0.6/debian/rules @@ -6,39 +6,27 @@ #export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +# export DH_COMPAT=4 - -ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) - CFLAGS += -g -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s +CFLAGS = -g -Wall +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +CFLAGS += -O0 +else +CFLAGS += -O2 endif -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - -build: build-stamp -build-stamp: configure-stamp +build: dh_testdir # Add here commands to compile the package. $(MAKE) - touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. -$(MAKE) clean @@ -63,31 +51,19 @@ binary-arch: build install dh_testdir dh_testroot -# dh_installdebconf -# dh_installdocs -# dh_installexamples -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installman -# dh_installinfo -# dh_undocumented + dh_installdocs dh_installchangelogs ChangeLog dh_link dh_strip dh_compress dh_fixperms -# dh_makeshlibs dh_installdeb -# dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb +build-arch: build +build-indep: build binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure --- gkrellmoon-0.6.orig/gkrellmoon.c +++ gkrellmoon-0.6/gkrellmoon.c @@ -280,7 +280,7 @@ moon->day += 1; calc_riseset_time(moon, "Today", mboxes); moon->day += 1; - calc_riseset_time(moon, "Tomorrrow", mboxes); + calc_riseset_time(moon, "Tomorrow", mboxes); moon->day -= 1; }