debian/0000755000000000000000000000000012211171147007163 5ustar debian/rules0000755000000000000000000000032412211171020010230 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --bindir=\$${prefix}/games override_dh_auto_install: dh_auto_install rm -rf $(CURDIR)/debian/granule/dbus* debian/changelog0000644000000000000000000000471712211171020011034 0ustar granule (1.4.0-7-2) unstable; urgency=low [ Andreas Moog ] * debian/patches/01-fix-template-with-permissive.diff: Fix build with gcc4.8 and -fpermissive (Closes: #701292) [ Eric Dorland ] * debian/control: Fix Vcs-Git URL. * debian/rules: Install granule into /usr/games. * debian/control: Standards-Version to 3.9.4. -- Eric Dorland Mon, 02 Sep 2013 16:04:25 -0400 granule (1.4.0-7-1) unstable; urgency=low * New upstream release. (Closes: #667909) * debian/source/format: Convert to source package 3.0 quilt. * debian/compat, debian/control, debian/rules: Convert to dh and v9. * debian/control: Upgrade Standards-Version to 3.9.3. * debian/control: Add ${misc:Depends}. * debian/control: Add Multi-Arch: foreign. * debian/control, debian/rules: Use autotools-dev. * debian/watch: Update upstream tarball location. -- Eric Dorland Tue, 19 Jun 2012 16:41:16 -0400 granule (1.3.0-1) unstable; urgency=low * New upstream release. * debian/control: - Add Homepage and Vcs-* headers. - Upgrade Standards Version to 3.7.3. - Build-Depend on the new libassa. -- Eric Dorland Thu, 06 Mar 2008 23:21:27 -0500 granule (1.2.4-1) unstable; urgency=low * New upstream release. -- Eric Dorland Sun, 29 Apr 2007 19:05:09 -0400 granule (1.2.3-1) unstable; urgency=medium * New upstream release. Urgency medium to try to beat the release. -- Eric Dorland Sun, 12 Nov 2006 17:22:10 -0500 granule (1.2.2-1) unstable; urgency=low * New upstream release. * debian/control: Standards-Version to 3.7.2.1. -- Eric Dorland Sat, 23 Sep 2006 01:04:34 -0400 granule (1.2.1.2-1) unstable; urgency=low * New upstream release. (Closes: #360131) * debian/rules: Remove /dbus* junk. (Closes: #360609) -- Eric Dorland Sat, 15 Apr 2006 02:14:30 -0400 granule (1.2.1-1) unstable; urgency=low * New upstream release. * debian/watch: Add watch file. * debian/control: Upgrade Standards-Version to 3.6.2.2. -- Eric Dorland Tue, 28 Mar 2006 00:33:36 -0500 granule (1.2.0-1) unstable; urgency=low * New upstream release. * debian/control: Use new libassa dev package. -- Eric Dorland Fri, 16 Dec 2005 20:58:59 -0500 granule (1.1.6-1) unstable; urgency=low * Never uploaded. * Initial release. -- Eric Dorland Thu, 7 Apr 2005 00:44:14 -0400 debian/copyright0000644000000000000000000000057212211171020011110 0ustar This package was debianized by Eric Dorland on Thu, 29 Sep 2005 00:36:14 -0400. It was downloaded from http://granule.sourceforge.net/ Upstream Author: Vladislav Grinchenko Copyright: This program is free-software released under the terms of GPL 2.0. Please check /usr/share/common-licenses/GPL for more informations about GPL. debian/control0000644000000000000000000000136612211171020010562 0ustar Source: granule Section: games Priority: optional Maintainer: Eric Dorland Build-Depends: autotools-dev, debhelper (>= 9), libgtkmm-2.4-dev, libxml++2.6-dev, libassa3.5-5-dev, libxml-parser-perl Standards-Version: 3.9.4 Homepage: http://granule.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/users/eric/granule.git Vcs-Browser: http://git.debian.org/?p=users/eric/granule.git Package: granule Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: flashcard program for learning new words Granule is a flashcard program that implements Leither cardfile methodology for learning new words. It features both short-term and long-term memory training capabilities with scheduling. debian/source/0000755000000000000000000000000012211171020010451 5ustar debian/source/format0000644000000000000000000000001412211171020011657 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012211171020010600 5ustar debian/patches/01-fix-template-with-permissive.diff0000644000000000000000000000110712211171020017403 0ustar Description: Fix build with gcc4.8 and -fpermissive Bug-Debian: http://bugs.debian.org/701292 Last-Update: 2013-08-11 --- granule-1.4.0-7.orig/src/Granule.cpp +++ granule-1.4.0-7/src/Granule.cpp @@ -56,7 +56,7 @@ ASSA_DECL_SINGLETON(Granule); static const int TIMEOUT = 2000; // 2 seconds (1,000 mls = 1 sec). -template <> xmlExternalEntityLoader Granule::m_default_entity_loader = 0; +xmlExternalEntityLoader Granule::m_default_entity_loader = 0; /******************************************************************************* Member Functions debian/patches/series0000644000000000000000000000004512211171020012014 0ustar 01-fix-template-with-permissive.diff debian/watch0000644000000000000000000000011112211171020010173 0ustar version=3 http://sf.net/granule/granule/1.4/granule-([-0-9.]+)\.tar\.gz debian/compat0000644000000000000000000000000212211171020010347 0ustar 9