debian/0000755000000000000000000000000011544002353007163 5ustar debian/local/0000755000000000000000000000000011534503076010264 5ustar debian/local/pauker0000644000000000000000000000025611534503075011500 0ustar #!/bin/sh cd /usr/lib/pauker && java -cp /usr/share/java/lucene-core.jar:/usr/share/java/jh.jar:/usr/share/java/swing-layout.jar:. pauker/program/gui/swing/PaukerFrame ${@} debian/pauker.install0000644000000000000000000000015211534503075012046 0ustar debian/desktop/* /usr/share/applications debian/pixmaps/* /usr/share/pixmaps debian/local/pauker /usr/bin debian/copyright0000644000000000000000000000361411540435414011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Pauker Upstream-Contact: Ronny Standtke Source: http://sourceforge.net/project/showfiles.php?group_id=40334 with embedded libraries removed for dfsg compliance. Files: * Copyright: (C) 2001-2009 Ronny Standtke 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 /usr/share/common-licenses/GPL-3 file. Files: debian/* Copyright: (C) 2009 Daniel Baumann 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 /usr/share/common-licenses/GPL-3 file. debian/manpages/0000755000000000000000000000000011534503076010765 5ustar debian/manpages/pauker.10000644000000000000000000000140711534503075012337 0ustar .TH PAUKER 1 "2009-01-14" "1.8" "generic card based learning program" .SH NAME pauker \- a generic card based learning program. .SH SYNOPSIS \fBpauker\fR .SH DESCRIPTION \fBpauker\fR is a generic flashcard program written in Java. It uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc. .SH OPTIONS \fBpauker\fR has no options. .SH HOMEPAGE More information about pauker can be found at <\fIhttp://pauker.sourceforge.net/\fR>. .SH AUTHOR pauker was written by Ronny Standtke <\fIRonny.Standtke@gmx.net\fR>. .PP This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). debian/pauker.lintian-overrides0000644000000000000000000000003611534503075014037 0ustar pauker: image-file-in-usr-lib debian/changelog0000644000000000000000000000305211540435464011046 0ustar pauker (1.8+dfsg-5) unstable; urgency=low * Enable Java on all archs, patch by Petr Salinger (closes: #578609) * Correct VCS fields (closes: #543337) * convert to source format 3.0 (quilt) * Update standards to 3.9.1 * Update debian/watch file * reformat debian/copyright for dep-5 -- Andreas Moog Thu, 17 Mar 2011 14:37:07 +0100 pauker (1.8+dfsg-4) unstable; urgency=low * New maintainer (closes: #541341) * Remove deprecated "Application" entry in "Categories"-section from desktop file * Make debhelper dependency versioned due to overrides * Add a README.source * Update standards to 3.8.3 * Add watch file -- Andreas Moog Thu, 20 Aug 2009 04:49:25 +0200 pauker (1.8+dfsg-3) unstable; urgency=low * Wrapping depends and build-depends. * Minimizing rules file. * Orphaning package. -- Daniel Baumann Thu, 13 Aug 2009 15:47:32 +0200 pauker (1.8+dfsg-2) unstable; urgency=low * Updating standards to 3.8.1. * Making liblucene2-java versioned to be backports friendly (Closes: #524128). * Updating package to standards version 3.8.2. * Using more generic directory name to store local debian additions. * Tidy rules file. * Adding missing header in desktop file (Closes: #533505). -- Daniel Baumann Mon, 27 Jul 2009 11:53:02 +0200 pauker (1.8+dfsg-1) unstable; urgency=low * Initial release. * Rebuild upstream tarball without embedded build-depends. -- Daniel Baumann Wed, 14 Jan 2009 15:08:00 -0500 debian/watch0000644000000000000000000000021011534510453010211 0ustar version=3 opts=dversionmangle=s/\+dfsg//,uversionmangle=s/RC/\~RC/;s/Beta[0-9]// \ http://sf.net/pauker/pauker-([0-9]\.[0-9])\.src\.jar debian/pauker.manpages0000644000000000000000000000002211534503075012167 0ustar debian/manpages/* debian/rules0000755000000000000000000000104711540015224010242 0ustar #!/usr/bin/make -f %: dh ${@} dfsg: rm -rf libs override_dh_auto_clean: [ ! -f build.xml ] || ant -Dplatforms.JDK_1.5.home=/usr/lib/jvm/default-java clean override_dh_auto_build: ant -Dplatforms.JDK_1.5.home=/usr/lib/jvm/default-java jar override_dh_auto_install: install -D -m 0644 src/pauker/icons/icon.png debian/pauker/usr/share/icons/pauker.png mkdir -p debian/pauker/usr/lib/pauker cd debian/pauker/usr/lib/pauker && \ unzip $(CURDIR)/dist/pauker-1*.jar override_dh_installchangelogs: dh_installchangelogs src/pauker/Changes.txt debian/control0000644000000000000000000000136111540013677010576 0ustar Source: pauker Section: x11 Priority: optional Maintainer: Andreas Moog Build-Depends: debhelper (>= 7.0.50~), ant, ant-optional, javahelp2, javahelper, liblucene2-java (>= 2.4), libswing-layout-java, default-jdk, unzip Standards-Version: 3.9.1 Homepage: http://pauker.sourceforge.net/ Package: pauker Architecture: all Depends: ${misc:Depends}, default-jre | java6-runtime, javahelp2, liblucene2-java (>= 2.4), libswing-layout-java Description: generic card based learning program Pauker is a generic flashcard program written in Java. It uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc. debian/source/0000755000000000000000000000000011534504100010457 5ustar debian/source/format0000644000000000000000000000001411534504100011665 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011534503076010621 5ustar debian/patches/01-embedded-build-depends.patch0000644000000000000000000000341211534503075016325 0ustar Author: Daniel Baumann Description: Don't include embedded build-depends. diff -Naurp pauker.orig/build.xml pauker/build.xml --- pauker.orig/build.xml 2008-10-20 21:12:18.000000000 +0000 +++ pauker/build.xml 2009-01-14 20:40:38.000000000 +0000 @@ -88,11 +88,6 @@ basedir="build/classes/" includes="pauker/**,tools/**" excludes="pauker/Changes.txt,pauker/TODO.txt,**/*BeanInfo*,**/GraphicalStatisticPanel.gif"> - - - - diff -Naurp pauker.orig/nbproject/project.properties pauker/nbproject/project.properties --- pauker.orig/nbproject/project.properties 2008-12-25 14:16:18.000000000 +0000 +++ pauker/nbproject/project.properties 2009-01-14 20:42:23.000000000 +0000 @@ -30,10 +30,9 @@ file.reference.lucene-core-2.4.0.jar=lib includes=** jar.compress=false javac.classpath=\ - ${libs.swing-layout.classpath}:\ - ${file.reference.jhall.jar}:\ - ${file.reference.BrowserLauncher2-1_3.jar}:\ - ${file.reference.lucene-core-2.4.0.jar} + /usr/share/java/lucene-core.jar:\ + /usr/share/java/swing-layout.jar:\ + /usr/share/java/jh.jar # Space-separated list of extra javac options javac.compilerargs=-Xlint:all,-serial javac.deprecation=true debian/patches/02-x-www-browser.patch0000644000000000000000000000317711534503075014642 0ustar Author: Daniel Baumann Description: Open links in x-www-browser rather than using BrowserLauncher. diff -Naurp pauker.orig/src/pauker/program/gui/swing/PaukerFrame.java pauker/src/pauker/program/gui/swing/PaukerFrame.java --- pauker.orig/src/pauker/program/gui/swing/PaukerFrame.java 2008-12-25 14:22:18.000000000 +0000 +++ pauker/src/pauker/program/gui/swing/PaukerFrame.java 2009-01-14 20:45:33.000000000 +0000 @@ -6,9 +6,7 @@ package pauker.program.gui.swing; -import edu.stanford.ejalbert.BrowserLauncher; -import edu.stanford.ejalbert.exception.BrowserLaunchingInitializingException; -import edu.stanford.ejalbert.exception.UnsupportedOperatingSystemException; +import java.io.IOException; import java.applet.Applet; import java.applet.AudioClip; import java.awt.BorderLayout; @@ -537,16 +535,11 @@ public class PaukerFrame */ public static void openUrlInBrowser(String url) { try { - List browserList = Arrays.asList(new Object[]{ - "FireFox", "Konqueror", "Mozilla", "Opera" - }); - BrowserLauncher launcher = new BrowserLauncher(); - launcher.openURLinBrowser(browserList, url); - } catch (BrowserLaunchingInitializingException ex) { - logger.log(Level.SEVERE, "could not open URL in browser", ex); - } catch (UnsupportedOperatingSystemException ex) { - logger.log(Level.SEVERE, "could not open URL in browser", ex); - } + String[] args = new String[]{"x-www-browser", url}; + Runtime.getRuntime().exec(args); + } catch (IOException ex) { + ex.printStackTrace(); + } } /** debian/patches/series0000644000000000000000000000006711534503075012040 0ustar 01-embedded-build-depends.patch 02-x-www-browser.patch debian/pauker.menu0000644000000000000000000000070611534503075011351 0ustar ?package(pauker):needs="X11" section="Applications/Education"\ title="Pauker" longtitle="Generic card based learning program"\ description="Pauker is a generic flashcard program written in Java. It uses a combination of ultra-shortterm, shortterm, and longterm memory. You can use it to learn all the things you never want to forget, like vocabulary, capitals, important dates, etc."\ command="/usr/bin/pauker" icon="/usr/share/pixmaps/pauker.xpm" debian/desktop/0000755000000000000000000000000011534503076010643 5ustar debian/desktop/pauker.desktop0000644000000000000000000000027511534503075013530 0ustar [Desktop Entry] Name=Pauker GenericName=Pauker Comment=Generic card based learning program Exec=pauker Icon=pauker Terminal=false Type=Application Categories=Education; StartupNotify=false debian/pixmaps/0000755000000000000000000000000011534503076010653 5ustar debian/pixmaps/pauker.xpm0000644000000000000000000001000611534503075012664 0ustar /* XPM */ static char * pauker_xpm[] = { "16 16 217 2", " c None", ". c #FFFFFF", "+ c #FFFFCC", "@ c #FFFF99", "# c #FFFF66", "$ c #FFFF33", "% c #FFFF00", "& c #FFCCFF", "* c #FFCCCC", "= c #FFCC99", "- c #FFCC66", "; c #FFCC33", "> c #FFCC00", ", c #FF99FF", "' c #FF99CC", ") c #FF9999", "! c #FF9966", "~ c #FF9933", "{ c #FF9900", "] c #FF66FF", "^ c #FF66CC", "/ c #FF6699", "( c #FF6666", "_ c #FF6633", ": c #FF6600", "< c #FF33FF", "[ c #FF33CC", "} c #FF3399", "| c #FF3366", "1 c #FF3333", "2 c #FF3300", "3 c #FF00FF", "4 c #FF00CC", "5 c #FF0099", "6 c #FF0066", "7 c #FF0033", "8 c #FF0000", "9 c #CCFFFF", "0 c #CCFFCC", "a c #CCFF99", "b c #CCFF66", "c c #CCFF33", "d c #CCFF00", "e c #CCCCFF", "f c #CCCCCC", "g c #CCCC99", "h c #CCCC66", "i c #CCCC33", "j c #CCCC00", "k c #CC99FF", "l c #CC99CC", "m c #CC9999", "n c #CC9966", "o c #CC9933", "p c #CC9900", "q c #CC66FF", "r c #CC66CC", "s c #CC6699", "t c #CC6666", "u c #CC6633", "v c #CC6600", "w c #CC33FF", "x c #CC33CC", "y c #CC3399", "z c #CC3366", "A c #CC3333", "B c #CC3300", "C c #CC00FF", "D c #CC00CC", "E c #CC0099", "F c #CC0066", "G c #CC0033", "H c #CC0000", "I c #99FFFF", "J c #99FFCC", "K c #99FF99", "L c #99FF66", "M c #99FF33", "N c #99FF00", "O c #99CCFF", "P c #99CCCC", "Q c #99CC99", "R c #99CC66", "S c #99CC33", "T c #99CC00", "U c #9999FF", "V c #9999CC", "W c #999999", "X c #999966", "Y c #999933", "Z c #999900", "` c #9966FF", " . c #9966CC", ".. c #996699", "+. c #996666", "@. c #996633", "#. c #996600", "$. c #9933FF", "%. c #9933CC", "&. c #993399", "*. c #993366", "=. c #993333", "-. c #993300", ";. c #9900FF", ">. c #9900CC", ",. c #990099", "'. c #990066", "). c #990033", "!. c #990000", "~. c #66FFFF", "{. c #66FFCC", "]. c #66FF99", "^. c #66FF66", "/. c #66FF33", "(. c #66FF00", "_. c #66CCFF", ":. c #66CCCC", "<. c #66CC99", "[. c #66CC66", "}. c #66CC33", "|. c #66CC00", "1. c #6699FF", "2. c #6699CC", "3. c #669999", "4. c #669966", "5. c #669933", "6. c #669900", "7. c #6666FF", "8. c #6666CC", "9. c #666699", "0. c #666666", "a. c #666633", "b. c #666600", "c. c #6633FF", "d. c #6633CC", "e. c #663399", "f. c #663366", "g. c #663333", "h. c #663300", "i. c #6600FF", "j. c #6600CC", "k. c #660099", "l. c #660066", "m. c #660033", "n. c #660000", "o. c #33FFFF", "p. c #33FFCC", "q. c #33FF99", "r. c #33FF66", "s. c #33FF33", "t. c #33FF00", "u. c #33CCFF", "v. c #33CCCC", "w. c #33CC99", "x. c #33CC66", "y. c #33CC33", "z. c #33CC00", "A. c #3399FF", "B. c #3399CC", "C. c #339999", "D. c #339966", "E. c #339933", "F. c #339900", "G. c #3366FF", "H. c #3366CC", "I. c #336699", "J. c #336666", "K. c #336633", "L. c #336600", "M. c #3333FF", "N. c #3333CC", "O. c #333399", "P. c #333366", "Q. c #333333", "R. c #333300", "S. c #3300FF", "T. c #3300CC", "U. c #330099", "V. c #330066", "W. c #330033", "X. c #330000", "Y. c #00FFFF", "Z. c #00FFCC", "`. c #00FF99", " + c #00FF66", ".+ c #00FF33", "++ c #00FF00", "@+ c #00CCFF", "#+ c #00CCCC", "$+ c #00CC99", "%+ c #00CC66", "&+ c #00CC33", "*+ c #00CC00", "=+ c #0099FF", "-+ c #0099CC", ";+ c #009999", ">+ c #009966", ",+ c #009933", "'+ c #009900", ")+ c #0066FF", "!+ c #0066CC", "~+ c #006699", "{+ c #006666", "]+ c #006633", "^+ c #006600", "/+ c #0033FF", "(+ c #0033CC", "_+ c #003399", ":+ c #003366", "<+ c #003333", "[+ c #003300", "}+ c #0000FF", "|+ c #0000CC", "1+ c #000099", "2+ c #000066", "3+ c #000033", "4+ c #000000", " 4+4+4+4+4+4+ ", " 4+4+ 4+4+ ", " 4+ 4+ ", " 4+ 4+ ", " 4+ 4+4+4+4+ 4+ ", "4+ 4+4+4+4+4+4+4+4+4+4+ 4+", "4+ 4+4+4+4+4+4+4+4+4+4+4+ 4+", "4+ 4+4+4+4+4+4+4+4+4+4+ 4+", "4+ 4+ 4+4+ 4+4+ 4+", "4+ 4+ 4+", "4+ 4+ 4+", " 4+ 4+4+ 4+ ", " 4+ 4+4+ 4+ ", " 4+ 4+ ", " 4+4+ 4+4+ ", " 4+4+4+4+4+4+ "}; debian/compat0000644000000000000000000000000211534503075010367 0ustar 7