debian/0000775000000000000000000000000012265122172007170 5ustar debian/rules0000775000000000000000000000404512265122134010251 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir dh_autotools-dev_updateconfig # Configure the package. ./autogen.sh --prefix=/usr touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Compile the package. $(MAKE) touch build-stamp clean: dh_testdir dh_testroot # Clean up after the build process. if test -f Makefile; then \ $(MAKE) distclean; \ else \ rm -f src/xournal; \ fi rm -f aclocal.m4 config.h.in Makefile.in src/Makefile.in rm -f configure-stamp build-stamp rm -f depcomp install-sh missing configure dh_autotools-dev_restoreconfig dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Install the package into debian/xournal. $(MAKE) install DESTDIR=$(CURDIR)/debian/xournal $(MAKE) desktop-install DESTDIR=$(CURDIR)/debian/xournal # Remove HTML manual from /usr/share/xournal/html-doc rm -rf $(CURDIR)/debian/xournal/usr/share/xournal/html-doc # 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 dh_installman debian/xournal.1 dh_installmenu dh_link 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 configure debian/watch0000664000000000000000000000006711261560360010224 0ustar version=3 http://sf.net/xournal/xournal-(.*)\.tar\.gz debian/changelog0000664000000000000000000000703412265122165011050 0ustar xournal (4.7-1ubuntu1) trusty; urgency=medium * Use autotools-dev to update config.{sub,guess} for new arches. -- Logan Rosen Mon, 13 Jan 2014 21:43:52 -0500 xournal (4.7-1) unstable; urgency=low * New upstream release (Closes: #690439) * Upgrade to Standards-Version 3.9.3 (no changes) -- Carlo Segre Sun, 14 Oct 2012 11:29:46 -0500 xournal (0.4.6~pre20110721-1) unstable; urgency=low * Pull from upstream CVS * Upgrade to Standards-Version 3.9.2 (no changes) * Add build-arch and build-indep targets to debian/rules -- Carlo Segre Sat, 24 Sep 2011 15:19:58 -0500 xournal (0.4.5-3) unstable; urgency=low * Add -lz and -X11 to link flags (Closes: #617637, #556718) * Add ${misc:Depends} to debian/control * Upgrade to Standards-Version 3.9.1 (no changes) -- Carlo Segre Sat, 26 Mar 2011 14:18:31 -0500 xournal (0.4.5-2) unstable; urgency=low * Patch from Gentoo and Ubuntu to xo-print.c (Closes: #552075) * Move html-doc to /usr/share/doc/xournal (Closes: #560076) -- Carlo Segre Tue, 08 Dec 2009 15:39:31 -0600 xournal (0.4.5-1) unstable; urgency=low * New upstream release - fixes the following bugs: - Change to gtk+ (>= 2.10) eliminating dependencies on libgnomeprint and libgnomeprintui (Closes: #542571, #539128) - Remove dependency on poppler-utils and replace with poppler-glib which eliminates the problem with xpdf-utils and poppler-utils (Closes: #499037) - New option available to autoload *.pdf.xoj files (Closes: #410911) * Upgrade to Standards-Version 3.8.3 (no changes) * Change to section "x11" -- Carlo Segre Sat, 03 Oct 2009 00:28:16 -0500 xournal (0.4.2.1-1) unstable; urgency=low * Changing Maintainer * Changed dependency from gs to ghostscript-x. * Converted to quilt for source modifications. * Restored UTF support in desktop and mime files. * Modify clean rule to delete leftover configuration files which were making the diff.gz file significantly larger. * Added patch to src/xo-file.c which fixes the problem that PDF files cannot be opened for annotation with libgtk2.0-0 version 2.14.7 on i386 (Closes: #522541). * Install debian/watch from Ubuntu package (Closes: #501323). * Raised debhelper compatibility level to 7. * Upgraded Standards Version to 3.8.1 (no changes). * Acknowledge NMU (Closes: #478540). -- Carlo Segre Thu, 09 Apr 2009 00:16:08 -0500 xournal (0.4.2.1-0.1) unstable; urgency=low * Non-maintainer upload. + Uploaded directly to unstable, as the maintainer seems inactive (no answer to bug reports, no answer to Philipp Kern's intent to NMU in #478540). * New upstream release (Closes: #478540). -- Lucas Nussbaum Tue, 03 Jun 2008 11:19:48 +0200 xournal (0.4.1-1) unstable; urgency=low * New upstream release (Closes: #410909, #441222, #458684) * Fix FTBFS if build twice in a row (Closes: #442773) * Removed deprecated Encoding key from desktop files * Added Wl,--as-needed as linking options to remove linking to unused libraries -- Mathieu Bouchard Sat, 15 Sep 2007 23:18:10 -0400 xournal (0.3.3-1) unstable; urgency=low * New upstream release -- Mathieu Bouchard Wed, 14 Feb 2007 11:49:42 -0500 xournal (0.3.2-1) unstable; urgency=low * Initial release (Closes: #406496) -- Mathieu Bouchard Wed, 10 Jan 2007 15:25:09 -0500 debian/compat0000664000000000000000000000000211261560360010366 0ustar 7 debian/copyright0000664000000000000000000000235011261560360011123 0ustar This package was debianized by Mathieu Bouchard on Mon, 27 Feb 2006 11:35:09 -0500. It was downloaded from Upstream Author: Denis Auroux Copyright: 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 (C) 2007, Mathieu Bouchard and is licensed under the GPL, see above. debian/source/0000775000000000000000000000000011543433630010472 5ustar debian/source/format0000664000000000000000000000001411543433630011700 0ustar 3.0 (quilt) debian/links0000664000000000000000000000007011307554544010240 0ustar usr/share/xournal/pixmaps usr/share/doc/xournal/pixmaps debian/menu0000664000000000000000000000015311261560360010056 0ustar ?package(xournal):needs="X11" section="Applications/Editors"\ title="xournal" command="/usr/bin/xournal" debian/control0000664000000000000000000000125312265122167010600 0ustar Source: xournal Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Carlo Segre Build-Depends: debhelper (>= 7), autoconf, automake, libgtk2.0-dev (>= 2.10), libgnomecanvas2-dev, libpoppler-glib-dev (>= 0.5.4), autotools-dev Standards-Version: 3.9.3 Homepage: http://xournal.sourceforge.net/ Package: xournal Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript-x Description: GTK+ Application for note taking Xournal is a GTK+ application for notetaking, sketching and keeping a journal using a stylus. It can also be used to add annotations to PDF files. debian/docs0000664000000000000000000000007612036574027010054 0ustar README src/TODO html-doc/manual.html html-doc/screenshot.png debian/xournal.10000664000000000000000000000140111307556752010751 0ustar .\" Hey, EMACS: -*- nroff -*- .TH XOURNAL 1 "November 8, 2009" .SH NAME xournal \- GTK+ Application for note taking .SH SYNOPSIS .B xournal .RI [ file ] .br .SH DESCRIPTION This manual page briefly documents the .B xournal command. .PP \fBXournal\fP is a GTK+ application for notetaking, sketching and keeping a journal using a stylus. It can also be used to add annotations to PDF files and graphics files. It takes no options. .PP The Xournal HTML manual may be found at file://usr/share/doc/xournal/manual.html .SH AUTHOR xournal was written by Denis Auroux . .PP This manual page was originally written by Mathieu Bouchard , for the Debian project (but may be used by others). debian/patches/0000775000000000000000000000000012036600732010616 5ustar debian/patches/series0000664000000000000000000000001412036600712012024 0ustar add_ldflags debian/patches/add_ldflags0000664000000000000000000000044012036566565013002 0ustar --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,5 +32,6 @@ xournal_LDADD = win32/xournal.res ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lz else xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lX11 -lz -lm + xournal_LDFLAGS = -Wl,--as-needed endif