debian/0000775000000000000000000000000012156341162007171 5ustar debian/copyright0000664000000000000000000000255411761162153011134 0ustar This package was debianized by Yavor Doganov on Wed, 19 Dec 2007 23:02:29 +0200. Its predecessor was Agenda, which was debianized by Gürkan Sengün on Sun, 1 Aug 2004 13:26:06 +0200. It was downloaded from . Upstream Author: Philippe Roussel Copyright: Copyright © 2007-2012 Philippe Roussel License: This package 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 2 of the License, or (at your option) any later version. This package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is © 2007, 2008, 2010, 2012 Free Software Foundation, Inc. and is licensed under the GPL, see above. debian/SimpleAgenda.desktop0000664000000000000000000000054111757145730013126 0ustar [Desktop Entry] Name=SimpleAgenda Name[bg]=Календар (SimpleAgenda) Comment=Simple agenda and calendar application for GNUstep Comment[bg]=Програма за срещи и календари за GNUstep Type=Application Categories=Office;Calendar; Icon=/usr/lib/GNUstep/Applications/SimpleAgenda.app/Resources/Calendar.tiff Exec=SimpleAgenda debian/watch0000664000000000000000000000011111757145730010224 0ustar version=3 http://coyote.octets.fr/pub/gnustep/SimpleAgenda-(.*)\.tar\.gz debian/rules0000775000000000000000000000336111761161714010260 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 include /usr/share/dpkg/buildflags.mk include /usr/share/GNUstep/debian/config.mk export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) d_app := $(CURDIR)/debian/agenda.app LDFLAGS += -Wl,-z,defs -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) optim := debug=yes endif build: build-stamp build-stamp: dh_testdir ./configure LDFLAGS= $(MAKE) $(optim) CPPFLAGS="$(CPPFLAGS)" OBJCFLAGS="$(CFLAGS)" \ LDFLAGS="$(LDFLAGS)" messages=yes convert Resources/Calendar.tiff -resize 32x32 SimpleAgenda.xpm touch $@ clean: dh_testdir dh_testroot $(RM) build-stamp [ ! -f local.make ] || $(MAKE) distclean dh_clean SimpleAgenda.xpm install: build dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(d_app) GNUSTEP_INSTALLATION_DOMAIN=SYSTEM # Remove invalid .desktop file and install ours. rm $(d_app)/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop install -D -m 644 debian/SimpleAgenda.desktop \ $(d_app)/usr/share/applications/SimpleAgenda.desktop # Install the XPM icon. install -D -m 644 SimpleAgenda.xpm \ $(d_app)/usr/share/pixmaps/SimpleAgenda.xpm binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs NEWS TODO dh_installmenu dh_installman debian/SimpleAgenda.1 gsdh_gnustep dh_installdirs usr/share/GNUstep mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/SimpleAgenda.app/Resources \ $(d_app)/usr/share/GNUstep/SimpleAgenda.app dh_link usr/share/GNUstep/SimpleAgenda.app \ $(GNUSTEP_SYSTEM_APPS)/SimpleAgenda.app/Resources 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 debian/source/0000775000000000000000000000000011761156275010503 5ustar debian/source/format0000664000000000000000000000001411761156275011711 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000001037212156337720011053 0ustar agenda.app (0.42.2-1ubuntu1) saucy; urgency=low * Build against libical 1.0 -- Jonathan Riddell Thu, 13 Jun 2013 13:23:49 +0100 agenda.app (0.42.2-1build1) raring; urgency=low * Rebuild for gnustep-gui 0.22 transition. -- Benjamin Drung Wed, 21 Nov 2012 16:47:21 +0100 agenda.app (0.42.2-1) unstable; urgency=low * New upstream release: + Fixes FTBFS with GCC-4.7 (Closes: #667869). + Fixes FTBFS with gnustep-base/1.24 (Closes: #674906). * debian/control (Vcs-Arch): Replace with... (Vcs-Git): ...as the package is now maintained with Git. (Vcs-Browser): New field. (Build-Depends): Add dpkg-dev (>= 1.16.1~), for hardening support. (Description): Add another item (new feature). (Standards-Version): Bump to 3.9.3 (no changes needed). * debian/source/format: Set to 3.0 (quilt). * debian/rules: Remove GS_USE_FHS conditional. Enable hardening. * debian/copyright: Update copyright years. -- Yavor Doganov Tue, 29 May 2012 17:59:58 +0300 agenda.app (0.41-2) unstable; urgency=low * debian/rules (OPTFLAG): No longer define; rework noopt handling to be compatible with gnustep-make/2.4.x (Closes: #581887). -- Yavor Doganov Thu, 27 May 2010 13:36:41 +0300 agenda.app (0.41-1) unstable; urgency=low * New upstream release. * debian/compat: Set to 7. * debian/control (Section): Change to `gnustep'. (Build-Depends): Bump debhelper to >= 7. Remove version from libgnustep-gui-dev. Add uuid-dev and libaddresses-dev. (Depends): Add ${gnustep:Depends} and ${misc:Depends}. (Standards-Version): Compliant to 3.8.4 as of this release. (Homepage, Vcs-Arch): New fields. * debian/copyright: Typo fix. Update copyright years. Use ©. * debian/rules: Export GNUSTEP_MAKEFILES and avoid gs_make usage. (build-stamp): Run ./configure LDFLAGS= to workaround semi-broken libAddresses test. (clean): Conditionally run $(MAKE) distclean. (install): Replace `dh_clean -k' with `dh_prep'. (binary-arch): Remove deprecated dh_desktop. Invoke gsdh_gnustep. * debian/source/format: New file. -- Yavor Doganov Fri, 14 May 2010 23:45:26 +0300 agenda.app (0.36-1) unstable; urgency=low * New upstream relaease (Closes: #466981). * debian/control (Standards-Version): Bump to 3.8.0; no changes required. * debian/SimpleAgenda.desktop: Remove the `MimeType' (and `Version') field; the command currently does not accept arguments so it is harmful to define it. * debian/copyright: Record the fact that the package is now under GPLv2 or later (as opposed to GPLv2 only). * debian/rules (build-stamp): Use `gs_make' directly now that Hubert has made it possible. * debian/control (Build-Depends): Bump libgnustep-gui-dev to >= 0.14 to ensure that the package gets build against the proper versions of the GNUstep core libraries. -- Yavor Doganov Sun, 06 Jul 2008 23:03:11 +0300 agenda.app (0.28-1) unstable; urgency=low * Agenda is dead, long live SimpleAgenda! * New upstream release, packaging done entirerly from scratch. (Unfortunately the latest releases 0.29-0.34 depend on features of the GNUstep libraries only available in SVN trunk.) * Adopt package, new maintainer is the GNUstep team (Closes: #454462). * Implement all changes necessary for the current GNUstep transition (Closes: #450478). -- Yavor Doganov Thu, 20 Dec 2007 22:57:36 +0200 agenda.app (0.1-4) unstable; urgency=low * Rebuild against latest libgnustep-gui. * Bump standards version. * Update manual page. -- Gürkan Sengün Thu, 19 Jan 2006 15:54:38 +0100 agenda.app (0.1-3) unstable; urgency=low * Applied patch to fix FTBFS. (closes: #299627) * Added Co-maintainer. -- Gürkan Sengün Wed, 16 Mar 2005 16:25:39 +0100 agenda.app (0.1-2) unstable; urgency=low * Updated debian/control build-depends for GNUstep 0.9.4. * Renamed source package to agenda.app. * Fixed debian/copyright. -- Gürkan Sengün Fri, 12 Nov 2004 21:57:09 +0100 agenda (0.1-1) unstable; urgency=low * Initial Release. -- Gürkan Sengün Sun, 1 Aug 2004 13:26:06 +0200 debian/compat0000664000000000000000000000000211757145730010400 0ustar 7 debian/SimpleAgenda.10000664000000000000000000000147411757145730011623 0ustar .TH SIMPLEAGENDA 1 "December 19, 2007" .SH NAME SimpleAgenda \- calendar manager for GNUstep .SH SYNOPSIS .B SimpleAgenda .SH DESCRIPTION This manual page documents briefly the .B SimpleAgenda command. .PP .B SimpleAgenda is a .IR GNUstep application for managing calendars. It handles local as well as remote (webcal) calendars. (Note that .IR webcal:// URIs have to be written as .IR http:// .) .PP Like most .IR GNUstep GUI applications, .B SimpleAgenda does not accept any arguments. .IR .ical files are automatically loaded if you click on them in .IR GWorkspace . .PP .SH SEE ALSO .BR GNUstep (7), .BR GWorkspace (1). .br .SH AUTHOR SimpleAgenda was written by Philippe Roussel . .PP This manual page was written by Yavor Doganov for the Debian project (but may be used by others). debian/control0000664000000000000000000000262512156336440010604 0ustar Source: agenda.app Section: gnustep Priority: optional Maintainer: Kubuntu Developers XSBC-Original-Maintainer: Debian GNUstep maintainers Uploaders: Yavor Doganov Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.16.1~), imagemagick, libgnustep-gui-dev, libaddresses-dev, libical-dev (>= 1.0), uuid-dev Standards-Version: 3.9.3 Homepage: http://coyote.octets.fr/simpleagenda/ Vcs-Git: git://git.debian.org/pkg-gnustep/agenda.app.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/agenda.app.git Package: agenda.app Architecture: any Depends: ${shlibs:Depends}, ${gnustep:Depends}, ${misc:Depends} Description: Calendar manager for GNUstep SimpleAgenda is a an application to manage your calendars. It handles both local and remote (webcal) calendars. Calendars can be shared with other programs like Evolution, Dates, IceApe Calendar and others. The following features are available: . * Multiple agendas. * Handle both events and tasks. * Support for local and remote (ftp, http) iCalendar agendas. * Monthly calendar, day view, summary and tasks view. * Create, resize and move appointments easily. * Export individual elements as files and to the pasteboard. * Import .ics files. * Simple text search. * Alarms with multiple backends. debian/menu0000664000000000000000000000035311757145730010072 0ustar ?package(agenda.app):needs="X11" \ section="Applications/Office" \ title="SimpleAgenda" \ command="/usr/bin/SimpleAgenda" \ icon="/usr/share/pixmaps/SimpleAgenda.xpm" \ longtitle="Agenda and calendar application for GNUstep"