debian/0000755000000000000000000000000012143707137007173 5ustar debian/rules0000755000000000000000000000213612123303653010246 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_HARDENING=1 export LDFLAGS += -Wl,-z,relro -Wl,--as-needed build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir dh_auto_build -- PREFIX=/usr touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) PREFIX=`pwd`/debian/`dh_listpackages`/usr install # 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 dh_installdocs dh_installexamples dh_installman 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 debian/watch0000644000000000000000000000013212143706000010204 0ustar version=3 http://www.gusnan.se/sciteproj/download/index.php ./sciteproj_(.+)-src\.tar\.gz debian/copyright0000644000000000000000000000214512121702336011120 0ustar This package was debianized by Andreas Rönnquist on Tue, 01 Jun 2010 15:08:39 +0200. It was downloaded from Upstream Author: Andreas Rönnquist Copyright: License: Sciteproj 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. Sciteproj 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. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3' The Debian packaging is Copyright (C) 2010-2011, Andreas Rönnquist and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'. debian/docs0000644000000000000000000000000712121702336010033 0ustar README debian/source/0000755000000000000000000000000012121702336010463 5ustar debian/source/format0000644000000000000000000000001412121702336011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000133312141715227010573 0ustar Source: sciteproj Section: editors Priority: optional Maintainer: Andreas Rönnquist Build-Depends: debhelper (>= 9), pkg-config, libgtk-3-dev, libglib2.0-dev, gettext Standards-Version: 3.9.4 Homepage: http://sciteproj.gusnan.se Vcs-Git: git://anonscm.debian.org/collab-maint/sciteproj.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sciteproj.git Package: sciteproj Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, scite Description: project manager for the SciTE editor Project manager for SciTE, used to group a bunch of files into a project for easy access in SciTE giving the possibility to group files in folders, using the director interface in SciTE to open them. debian/compat0000644000000000000000000000000212123303653010362 0ustar 9 debian/sciteproj.manpages0000644000000000000000000000001512121702336012676 0ustar sciteproj.1 debian/changelog0000644000000000000000000001130312143707167011046 0ustar sciteproj (0.7.08-1) unstable; urgency=low * Update watchfile * Imported Upstream version 0.7.08 -- Andreas Rönnquist Sun, 12 May 2013 14:43:11 +0200 sciteproj (0.7.07-2) unstable; urgency=low * Update Standards Version to 3.9.4 * Upload to unstable -- Andreas Rönnquist Mon, 06 May 2013 13:58:41 +0200 sciteproj (0.7.07-1) experimental; urgency=low * [a35eff2] Update watchfile * [2aa77cb] Imported Upstream version 0.7.07 * [3cee7f0] Migrate to debhelper * [4f02cc5] Update homepage -- Andreas Rönnquist Mon, 18 Mar 2013 22:52:30 +0100 sciteproj (0.7.05-2) unstable; urgency=low * [7958631] Update BUILD_TARGET to make it check for translations in the correct place * [fddbe70] Add a newline in the changelog to shorten line length * [4934ebc] Add preprocessor flags to build flags (enables hardening) -- Andreas Rönnquist Wed, 20 Jun 2012 17:23:03 +0200 sciteproj (0.7.05-1) unstable; urgency=low * [a547f0e] Imported Upstream version 0.7.05 -- Andreas Rönnquist Tue, 20 Mar 2012 17:18:14 +0100 sciteproj (0.7.04-1) unstable; urgency=low * [b1d66a5] Imported Upstream version 0.7.04 -- Andreas Rönnquist Fri, 16 Mar 2012 18:16:13 +0100 sciteproj (0.7.03-1) unstable; urgency=low * [1c1143c] Imported Upstream version 0.7.03 * [5b03a5c] Add gettext to build-depends -- Andreas Rönnquist Fri, 16 Mar 2012 17:47:10 +0100 sciteproj (0.7.02-1) unstable; urgency=low * [abe3282] Add Vcs-* fields * [3132772] Update standards version to 3.9.3 * [f920e28] Imported Upstream version 0.7.02 -- Andreas Rönnquist Thu, 15 Mar 2012 11:04:30 +0100 sciteproj (0.6.06-1) unstable; urgency=low * New upstream release * debian/control: - Update build-depends to GTK3 - Remove cmake build-depends * debian/rules: - Clean up dh_make comments - Include makefile class instead of cmake class - Add required stuff for the makefile class -- Andreas Rönnquist Tue, 22 Oct 2011 21:00:09 +0200 sciteproj (0.5.11-1) unstable; urgency=low * New upstream release * debian/copyright: - Only one upstream author - remove (s) -- Andreas Rönnquist Sat, 09 Jul 2011 18:38:14 +0200 sciteproj (0.5.10-2) unstable; urgency=low * debian/watch: - Updated watchfile to follow qa sourceforge redirector -- Andreas Rönnquist Wed, 15 Jun 2011 14:24:55 +0200 sciteproj (0.5.10-1) unstable; urgency=low * New upstream version * debian/control: - Updated standards version to 3.9.2. -- Andreas Rönnquist Sun, 15 May 2011 17:56:37 +0200 sciteproj (0.5.01-2) unstable; urgency=low * debian/control: - Updated homepage -- Andreas Rönnquist Thu, 28 Apr 2011 03:02:27 +0200 sciteproj (0.5.01-1) unstable; urgency=low * New upstream release -- Andreas Rönnquist Mon, 18 Apr 2011 15:43:21 +0200 sciteproj (0.5.00-1) unstable; urgency=low * New upstream release -- Andreas Rönnquist Sun, 17 Apr 2011 19:50:30 +0200 sciteproj (0.4.10-1) unstable; urgency=low * New upstream release * debian/docs: - Remove TODO -- Andreas Rönnquist Tue, 05 Apr 2011 17:17:07 +0200 sciteproj (0.4.01-1) unstable; urgency=low * New upstream release -- Andreas Rönnquist Thu, 03 Mar 2011 21:34:48 +0100 sciteproj (0.4.00-1) unstable; urgency=low * New upstream release -- Andreas Rönnquist Tue, 04 Jan 2011 14:44:57 +0100 sciteproj (0.3.22-1) unstable; urgency=low * New upstream release * debian/changelog: - Fixed minor spelling mistake -- Andreas Rönnquist Tue, 14 Dec 2010 14:10:38 +0100 sciteproj (0.3.20-1) unstable; urgency=low * New upstream release * debian/control: - Trimmed the short description -- Andreas Rönnquist Sat, 11 Dec 2010 17:20:46 +0100 sciteproj (0.3.16-2) unstable; urgency=low * debian/control: - Rephrased package description, removed mentioning GTK - Fixed short description starting with a capital letter * debian/rules: - Removed sample file comment * debian/watch - Removed empty line comment -- Andreas Rönnquist Sat, 04 Dec 2010 18:33:43 +0100 sciteproj (0.3.16-1) unstable; urgency=low * New upstream release (Closes: #605814) -- Andreas Rönnquist Fri, 03 Dec 2010 20:12:57 +0100 sciteproj (0.3.15-1) unstable; urgency=low * Initial release (Closes: #513231) -- Andreas Rönnquist Wed, 03 Nov 2010 01:35:06 +0100