--- aclock.app-0.2.3.orig/main.m +++ aclock.app-0.2.3/main.m @@ -1,10 +1,6 @@ #include -int main(int argc, char **argv) +int main(int argc, const char **argv) { - CREATE_AUTORELEASE_POOL(pool); - [NSApplication sharedApplication]; - [NSApp run]; - DESTROY(pool); - return 0; + return NSApplicationMain(argc, argv); } --- aclock.app-0.2.3.orig/debian/control +++ aclock.app-0.2.3/debian/control @@ -0,0 +1,16 @@ +Source: aclock.app +Section: x11 +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev (>= 0.12.0), gnustep-make +Standards-Version: 3.7.2 + +Package: aclock.app +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: aclock +Conflicts: aclock +Description: Analog dockapp clock for GNUstep + This little application displays the time of the day (analog). + . + Homepage: http://www.linuks.mine.nu/aclock/ --- aclock.app-0.2.3.orig/debian/menu +++ aclock.app-0.2.3/debian/menu @@ -0,0 +1,2 @@ +?package(aclock.app):needs="X11" section="Applications/System/Monitoring"\ + title="AClock" command="/usr/bin/AClock" --- aclock.app-0.2.3.orig/debian/manpages +++ aclock.app-0.2.3/debian/manpages @@ -0,0 +1 @@ +debian/AClock.1 --- aclock.app-0.2.3.orig/debian/dirs +++ aclock.app-0.2.3/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/GNUstep/System +usr/share/lintian/overrides --- aclock.app-0.2.3.orig/debian/rules +++ aclock.app-0.2.3/debian/rules @@ -0,0 +1,54 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/GNUstep/debian/config.mk +GNUSTEP_MAKEFILES=$(GS_MAKE_DIR) + +build: build-stamp + +build-stamp: + dh_testdir + gs_make + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + gs_make distclean clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + gs_make install DESTDIR=$(CURDIR)/debian/aclock.app GNUSTEP_INSTALLATION_DOMAIN=SYSTEM + dh_install debian/*.desktop usr/share/applications/ + rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + install -m 644 debian/lintian-override $(CURDIR)/debian/aclock.app/usr/share/lintian/overrides/aclock.app + dh_installmenu + dh_installman + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- aclock.app-0.2.3.orig/debian/copyright +++ aclock.app-0.2.3/debian/copyright @@ -0,0 +1,15 @@ +This package was debianized by Gürkan Sengün on +Sat, 24 Jan 2004 18:27:19 +0100. + +It was downloaded from http://www.linuks.mine.nu/aclock/ + +Upstream Authors: Alexander Malmberg , + Banlu Kemiyatorn , + Gürkan Sengün + +Copyright: 2003 - 2004 by Alexander Malmberg, Banlu Kemiyatorn, +and Gürkan Sengün. + +License: +Released under the GNU GPL. +Please see /usr/share/common-licenses/GPL for the full license. --- aclock.app-0.2.3.orig/debian/compat +++ aclock.app-0.2.3/debian/compat @@ -0,0 +1 @@ +4 --- aclock.app-0.2.3.orig/debian/lintian-override +++ aclock.app-0.2.3/debian/lintian-override @@ -0,0 +1 @@ +aclock.app: image-file-in-usr-lib --- aclock.app-0.2.3.orig/debian/AClock.desktop +++ aclock.app-0.2.3/debian/AClock.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Version=0.94 +Categories=Utility;Clock; +Name=AClock +Comment=Analog Clock Dockapp +Icon=/usr/lib/GNUstep/Applications/AClock.app/Resources/AClock.tiff +Exec=AClock --- aclock.app-0.2.3.orig/debian/changelog +++ aclock.app-0.2.3/debian/changelog @@ -0,0 +1,108 @@ +aclock.app (0.2.3-4.3build1) raring; urgency=low + + * Rebuild for gnustep-gui 0.22 transition. + + -- Benjamin Drung Wed, 21 Nov 2012 16:46:55 +0100 + +aclock.app (0.2.3-4.3) unstable; urgency=low + + * Non-maintainer upload. + * Update Gürkan's e-mail address - the previous bounces. closes: #675213 + + -- Willi Mann Fri, 15 Jun 2012 20:07:47 +0200 + +aclock.app (0.2.3-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Brown paper bag time: + - The previous package was accidentally uploaded to unstable, and + with only the changelog entry, and without the actual fix. + - Accordingly, drop experimental-related changes, and re-instate + the patch, meaning this version is mostly aclock.app 0.2.3-3.1. + - Sorry. + + -- Cyril Brulebois Sat, 18 Feb 2012 17:58:05 +0000 + +aclock.app (0.2.3-4.1) experimental; urgency=low + + [ Yavor Doganov ] + * Non-maintainer upload. + * Apply NMU patch from unstable, thanks to Yavor Doganov: + main.m (main): Use NSApplcationMain to prevent startup problems with + gnustep-gui0.20 (Closes: #645921). + + -- Cyril Brulebois Sat, 18 Feb 2012 16:40:23 +0000 + +aclock.app (0.2.3-4) experimental; urgency=low + + * GNUstep transition. + * Update my email address. + + -- Gürkan Sengün Wed, 01 Oct 2008 23:05:42 +0200 + +aclock.app (0.2.3-3.1) unstable; urgency=low + + * Non-maintainer upload. + * main.m (main): Use NSApplcationMain to prevent startup problems with + gnustep-gui0.20 (Closes: #645921). + + -- Yavor Doganov Thu, 10 Nov 2011 19:00:27 +0200 + +aclock.app (0.2.3-3) unstable; urgency=low + + * GNUstep transition. (Closes: #447367) + + Updated debian/rules. + + Updated debian/dirs. + * Added a desktop file. + + -- Gürkan Sengün Thu, 04 Oct 2007 13:36:56 +0200 + +aclock.app (0.2.3-2) unstable; urgency=low + + * Rebuild against latest libgnustep-gui. (closes: #341309) + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün Thu, 19 Jan 2006 15:49:34 +0100 + +aclock.app (0.2.3-1) unstable; urgency=low + + * New upstream release. + * Renamed source package to aclock.app. + * Updated debian/control build-depends for GNUstep 0.9.4. + + -- Gürkan Sengün Wed, 10 Nov 2004 23:50:17 +0100 + +aclock (0.2-1) unstable; urgency=low + + * New upstream release. + * Cleanup debian/* (removed old wrapper) + + -- Gürkan Sengün Sat, 7 Aug 2004 09:23:37 +0200 + +aclock (0.1.0-2) unstable; urgency=low + + * Renamed to aclock.app. + * Updated build-depends to latest gnustep libraries. + + -- Gürkan Sengün Sun, 18 Jul 2004 09:55:54 +0200 + +aclock (0.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Gürkan Sengün Mon, 19 Apr 2004 21:34:40 +0200 + +aclock (0.0.5-2) unstable; urgency=low + + * Updated debian/menu. + * Fixed debian/control build-depends was missing gnustep-make. + * Fixed GNUstep.sh path. + + -- Gürkan Sengün Tue, 30 Mar 2004 21:11:25 +0200 + +aclock (0.0.5-1) unstable; urgency=low + + * Initial Release. + + -- Gürkan Sengün Sat, 24 Jan 2004 18:27:19 +0100 --- aclock.app-0.2.3.orig/debian/docs +++ aclock.app-0.2.3/debian/docs @@ -0,0 +1 @@ +README --- aclock.app-0.2.3.orig/debian/AClock.1 +++ aclock.app-0.2.3/debian/AClock.1 @@ -0,0 +1,18 @@ +.TH ACLOCK 1 "November 10, 2004" +.SH NAME +AClock \- Analog dockapp clock for GNUstep +.SH SYNOPSIS +.B AClock +.SH DESCRIPTION +This manual page documents briefly the +.B AClock +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBAClock\fP is a GNUstep dockapp that displays the time. +.SH SEE ALSO +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by G\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others).