debian/0000755000000000000000000000000012146176772007203 5ustar debian/geany.manpages0000644000000000000000000000001412146176723012012 0ustar doc/geany.1 debian/watch0000644000000000000000000000021512146176723010226 0ustar version=3 #http://sf.net/geany/geany-(.*)\.tar\.gz opts=dversionmangle=s/\+dfsg(\.\d+)?$// \ http://download.geany.org/geany-(.*)\.tar\.gz debian/geany-common.doc-base0000644000000000000000000000057112146176723013172 0ustar Document: geany Title: geany manual Author: Enrico Tröger, Nick Treleaven, Frank Lanitz Abstract: This document describes the usage of the Geany IDE, it also describes how to get, compile and install geany. Section: Editors Format: text Files: /usr/share/doc/geany/manual.txt.gz Format: HTML Index: /usr/share/doc/geany/html/index.html Files: /usr/share/doc/geany/html/* debian/geany-common.install0000644000000000000000000000023612146176723013161 0ustar usr/share/geany/* usr/share/icons/* usr/share/locale/* usr/include/geany/* usr/share/doc/geany/manual.txt usr/share/doc/geany/THANKS usr/share/doc/geany/html debian/rules0000755000000000000000000000345612146176723010267 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with=autoreconf --parallel override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg)?.*$$/\1/p') dfsg_version = $(upstream_version)+dfsg pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') get-orig-source: uscan --noconf --force-download --rename --repack --download-current-version --destdir=. tar -xzf $(pkg)_$(upstream_version).orig.tar.gz mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) rm $(pkg)-$(dfsg_version)/waf GZIP="-9fn --rsyncable" tar -czf $(pkg)_$(dfsg_version).orig.tar.gz $(pkg)-$(dfsg_version) rm -rf $(pkg)-$(dfsg_version) override_dh_auto_configure: dh_auto_configure -- --enable-vte --enable-the-force sed -i -r 's,^sys_lib_dlsearch_path_spec="(.*)$$,sys_lib_dlsearch_path_spec="/usr/lib /lib \1,' $(CURDIR)/libtool override_dh_auto_install: dh_auto_install #chrpath -d $(CURDIR)/debian/tmp/usr/bin/geany \ # $(CURDIR)/debian/tmp/usr/lib/geany/*.so -rm -f $(CURDIR)/debian/tmp/usr/share/geany/GPL-2 -rm -f $(CURDIR)/debian/tmp/usr/share/doc/geany/COPYING \ $(CURDIR)/debian/tmp/usr/share/doc/geany/ScintillaLicense.txt \ $(CURDIR)/debian/tmp/usr/share/doc/geany/AUTHORS \ $(CURDIR)/debian/tmp/usr/share/doc/geany/ChangeLog -rm -f $(CURDIR)/debian/tmp/usr/lib/geany/*.la -rm -f $(CURDIR)/debian/tmp/usr/lib/*/geany/*.la override_dh_install: dh_install --list-missing override_dh_gencontrol: echo -n "geany:Provides=geany-abi-`grep 'define GEANY_ABI_VERSION' src/plugindata.h |awk '{print $$3}'`," \ >> debian/geany.substvars echo " geany-api-`grep 'define GEANY_API_VERSION' src/plugindata.h |awk '{print $$3}'`" \ >> debian/geany.substvars dh_gencontrol debian/dirs0000644000000000000000000000001012146176723010052 0ustar usr/bin debian/docs0000644000000000000000000000002112146176723010043 0ustar NEWS README TODO debian/geany.xpm0000644000000000000000000001436612146176723011042 0ustar /* XPM */ static char *geany[] = { /* columns rows colors chars-per-pixel */ "32 32 257 2", " c black", ". c #0E0000", "X c #0B0800", "o c #151000", "O c #211900", "+ c #342A00", "@ c #423200", "# c #6B2900", "$ c #7E2E00", "% c #7E3F00", "& c #5B4800", "* c #6B5700", "= c #734200", "- c #7B6300", "; c #7C8174", ": c #B92D16", "> c #BC3513", ", c #BE3326", "< c #985800", "1 c #8A7107", "2 c #907700", "3 c #977B00", "4 c #BF5205", "5 c #A87900", "6 c #C82E1F", "7 c #C53E33", "8 c #C64214", "9 c #CB5B17", "0 c #C8423E", "q c #C85D36", "w c #C76119", "e c #CA7A06", "r c #D17E10", "t c #D17C28", "y c #CC5541", "u c #D95554", "i c #DA494B", "p c #CC644E", "a c #D17543", "s c #D36C63", "d c #DD7675", "f c #ED6F71", "g c #98800B", "h c #AD8400", "j c #A98B02", "k c #A18304", "l c #AA9114", "z c #B18300", "x c #B38800", "c c #BA8F02", "v c #BC9500", "b c #BE9900", "n c #BB9C0D", "m c #B59A19", "M c #B99C18", "N c #B29713", "B c #BEA100", "V c #BBA32F", "C c #ADA369", "Z c #B7AE7D", "A c #C29C00", "S c #C39500", "D c #DC951C", "F c #DA8E37", "G c #D58428", "H c #C5A101", "J c #C6A409", "K c #C8A603", "L c #C8A60A", "P c #CDAD03", "I c #CBAA0C", "U c #CBAA13", "Y c #CDAD1A", "T c #C7A611", "R c #CEB40C", "E c #CFB11D", "W c #D3AC00", "Q c #DEAF00", "! c #DBA306", "~ c #D0AF16", "^ c #DCA015", "/ c #D4B50B", "( c #DABB01", ") c #D9BC0B", "_ c #D5B504", "` c #D5B614", "' c #D2B41B", "] c #D8BB11", "[ c #D7BA19", "{ c #CCAE23", "} c #C8AE2F", "| c #C3A828", " . c #CEB227", ".. c #D8A127", "X. c #D2B421", "o. c #D1B52C", "O. c #D6BA23", "+. c #D5BA2D", "@. c #D8BC22", "#. c #D8BD2B", "$. c #D2B633", "%. c #D5BA33", "&. c #D6BB3B", "*. c #D9BE32", "=. c #D9BE3A", "-. c #E2BB00", ";. c #E4AF2B", ":. c #E5B422", ">. c #D6804C", ",. c #D88F54", "<. c #D8934F", "1. c #DC9553", "2. c #D58361", "3. c #D5BC43", "4. c #D7BE48", "5. c #D0BA50", "6. c #E2BF54", "7. c #E2A658", "8. c #E8BC6C", "9. c #E4B471", "0. c #DDC205", "q. c #DCC00A", "w. c #DCC01E", "e. c #DFC414", "r. c #DFC72D", "t. c #D9C021", "y. c #DBC135", "u. c #DCC33C", "i. c #DFCC36", "p. c #E3C501", "a. c #E4CA00", "s. c #E9CD02", "d. c #E6CC0E", "f. c #E4CA16", "g. c #EBC81C", "h. c #EDD505", "j. c #EDD50E", "k. c #EED611", "l. c #EBD41A", "z. c #EFD814", "x. c #F0D913", "c. c #F2DC1D", "v. c #E3CD2C", "b. c #E5CC25", "n. c #E0C834", "m. c #E4CD3C", "M. c #E0C734", "N. c #EBD624", "B. c #EAD629", "V. c #ECD63C", "C. c #EDD931", "Z. c #EFD93D", "A. c #F1DB24", "S. c #F2D72A", "D. c #F2DC37", "F. c #FFF100", "G. c #F5E034", "H. c #F8E43A", "J. c #DBC345", "K. c #DCC44B", "L. c #DBC350", "P. c #DEC865", "I. c #E1CA43", "U. c #E1CA4C", "Y. c #E2CD51", "T. c #E7C859", "R. c #E6D146", "E. c #E6D04A", "W. c #E8D44E", "Q. c #EEDA4C", "!. c #E9D544", "~. c #E6D25B", "^. c #EDDB53", "/. c #EDDB5E", "(. c #E8D352", "). c #F2D844", "_. c #F0DD54", "`. c #E2CE64", "'. c #EBC566", "]. c #E4D064", "[. c #E6D46A", "{. c #E9D662", "}. c #EEDE67", "|. c #ECDB6D", " X c #EBDA74", ".X c #EBDC7D", "XX c #E6D370", "oX c #F0DF63", "OX c #F1D979", "+X c #FBE84D", "@X c #F7E445", "#X c #F4E254", "$X c #FBE959", "%X c #F9E857", "&X c #EFE07C", "*X c #F4E465", "=X c #F3E36B", "-X c #F6E86E", ";X c #FBEB6D", ":X c #FCEB62", ">X c #F3E474", ",X c #F4E57F", "XkX.Xp u a gX2X.6 D c.x.p.q u 9 R.U YXYXYXYXb ) / ", "YXYXYXU XX X*XX2XgXgX'.y i 9 c.x.h.p.f.W.T v U ' #.r.w.P A ", "YXYXYXYXx K K.fX-X-X :.c.x.h.s.Q.=.&.J.J.J.i.' K v YX", "YXYXYXYXYXv L =.>XgX3X3X2X1XV.;.S.c.x.k.).m.Y 4.J.3.{ H A YXYXYX", "YXYXYXYXYXYX$.4.U.{.,XhXhX;X+XH.G.G.@XQ.y.r.K.=.c < . YXYXYXYXYX", "YXYXYXYXYXL ].fX*XZ.y.u.{.>X>X>X*X^.u.' 0.f.m.~.$.2 YXYXYXYXYXYX", "YXYXYXYXYXY fX:X+X+XZ.I K I U U I K H P a.p.( i.J.j YXYXYXYX", "YXYXYXYX U XgX$X+X+XZ.@.U L K J L R 0.a.p.e.R.+.3 YXYXYXYX", "YXYXYXYX 2 { `.,X2X;X:X#XQ.!.R.i.v.v.N.B.V.E.+.j + YXYXYXYX", "YXYXYXYX & k } 4.Y.|.>X>X>X=X}./.^.R.u.o.l - o YXYXYXYX", "YXYXYXYXYX X @ & 1 l m m M M M m l g * @ O YXYXYXYXYXYX", "YXYXYXYXYXYXYXYX YXYXYXYXYXYXYXYX" }; debian/patches/0000755000000000000000000000000012146176723010626 5ustar debian/patches/series0000644000000000000000000000030512146176723012041 0ustar 20_change_gpl_location.patch 20_add_debian_specific_filetypes.patch 20_debian_control_tags.patch 20_use_sensible_browser.patch 20_load_plugins_from_all_paths.patch 20_use_x_terminal_emulator.patch debian/patches/20_use_sensible_browser.patch0000644000000000000000000000123612146176723016375 0ustar Author: Damián Viano Description: change default browser to sensible-browser to be more debian integrated Index: geany/src/keyfile.c =================================================================== --- geany.orig/src/keyfile.c 2012-06-18 22:16:36.346642265 +0200 +++ geany/src/keyfile.c 2012-06-18 22:20:17.420271748 +0200 @@ -73,7 +73,7 @@ #else #define GEANY_DEFAULT_TOOLS_TERMINAL "xterm -e \"/bin/sh %c\"" #endif -#define GEANY_DEFAULT_TOOLS_BROWSER "firefox" +#define GEANY_DEFAULT_TOOLS_BROWSER "sensible-browser" #define GEANY_DEFAULT_TOOLS_PRINTCMD "lpr" #define GEANY_DEFAULT_TOOLS_GREP "grep" #define GEANY_DEFAULT_MRU_LENGTH 10 debian/patches/20_use_x_terminal_emulator.patch0000644000000000000000000000141612146176723017100 0ustar Description: Use x-terminal-emulator instead of xterm to be more desktop independent Author: Levu Bug-Ubuntu: https://bugs.launchpad.net/bugs/282972 Bug-Debian: http://bugs.debian.org/670510 Index: geany/src/keyfile.c =================================================================== --- geany.orig/src/keyfile.c 2013-03-10 16:03:06.749907915 +0100 +++ geany/src/keyfile.c 2013-03-10 16:03:06.745907918 +0100 @@ -71,7 +71,7 @@ #ifdef G_OS_WIN32 #define GEANY_DEFAULT_TOOLS_TERMINAL "cmd.exe /Q /C %c" #else -#define GEANY_DEFAULT_TOOLS_TERMINAL "xterm -e \"/bin/sh %c\"" +#define GEANY_DEFAULT_TOOLS_TERMINAL "x-terminal-emulator -e \"/bin/sh %c\"" #endif #define GEANY_DEFAULT_TOOLS_BROWSER "sensible-browser" #define GEANY_DEFAULT_TOOLS_PRINTCMD "lpr" debian/patches/20_change_gpl_location.patch0000644000000000000000000000117212146176723016130 0ustar Author: Damián Viano Description: Small patch to use common-licenses Index: geany/src/about.c =================================================================== --- geany.orig/src/about.c 2012-06-18 22:16:36.334642176 +0200 +++ geany/src/about.c 2012-06-18 22:20:03.740170922 +0200 @@ -418,7 +418,7 @@ label = gtk_label_new(_("License")); gtk_widget_show(label); - g_snprintf(buffer, sizeof(buffer), "%s" G_DIR_SEPARATOR_S "GPL-2", app->datadir); + g_snprintf(buffer, sizeof(buffer), "/usr/share/common-licenses/GPL-2"); g_file_get_contents(buffer, &license_text, NULL, NULL); if (license_text == NULL) debian/patches/20_add_debian_specific_filetypes.patch0000644000000000000000000000150312146176723020132 0ustar Author: Damián Viano Description: change default config file to include debian specific files: .debdiff and .dpatch files as diffs control as config file Index: geany/data/filetype_extensions.conf =================================================================== --- geany.orig/data/filetype_extensions.conf 2012-06-18 22:16:36.258641616 +0200 +++ geany/data/filetype_extensions.conf 2012-06-18 22:20:08.908209011 +0200 @@ -12,11 +12,11 @@ C#=*.cs; CMake=CMakeLists.txt;*.cmake;*.ctest; COBOL=*.cob;*.cpy;*.cbl;*.cobol; -Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop; +Conf=*.conf;*.ini;config;*rc;*.cfg;*.desktop;control; CSS=*.css; Cython=*.pyx;*.pxd;*.pxi; D=*.d;*.di; -Diff=*.diff;*.patch;*.rej; +Diff=*.diff;*.patch;*.rej;*.debdiff;*.dpatch; Docbook=*.docbook; Erlang=*.erl; F77=*.f;*.for;*.ftn;*.f77; debian/patches/20_load_plugins_from_all_paths.patch0000644000000000000000000000145212146176723017704 0ustar From: Evgeni Golov Description: Search for plugins in /usr/lib/geany Since debhelper compat level 9, plugins are installed and searched in /usr/lib//geany. Current geany-plugins packaging, and more important, 3rd party stuff is still using /usr/lib/geany, thus search there too. Forwarded: not-needed Last-Update: 2011-11-05 Index: geany/src/plugins.c =================================================================== --- geany.orig/src/plugins.c 2012-06-18 22:16:36.346642265 +0200 +++ geany/src/plugins.c 2012-06-18 22:20:21.032298372 +0200 @@ -995,6 +995,7 @@ /* finally load plugins from $prefix/lib/geany */ load_plugins_from_path(plugin_path_system); + load_plugins_from_path("/usr/lib/geany"); g_free(plugin_path_config); g_free(plugin_path_system); debian/patches/20_debian_control_tags.patch0000644000000000000000000000206012146176723016146 0ustar Author: Damián Viano Description: Add support for having 'Source:' and 'Package:' as tags in a RFC2822 file as debian/control Index: geany/tagmanager/ctags/conf.c =================================================================== --- geany.orig/tagmanager/ctags/conf.c 2012-06-18 22:01:18.075873887 +0200 +++ geany/tagmanager/ctags/conf.c 2012-06-18 22:20:14.228248219 +0200 @@ -14,6 +14,7 @@ #include "general.h" /* must always come first */ #include +#include #include "parse.h" #include "read.h" @@ -73,6 +74,20 @@ vStringClear (name); continue; } + + /* look for a stanza */ + if (*cp != '\0' && (strncmp((const char*) cp, "Source:", 7) == 0 || + strncmp((const char*) cp, "Package:", 8) == 0)) + { + cp = (const unsigned char*) strchr((const char*) cp, ':') + 1; + while (isspace ((int) *cp)) + ++cp; + vStringCopyS (name, (const char*) cp); + vStringTerminate (name); + makeSimpleTag (name, ConfKinds, K_SECTION); + vStringClear (name); + continue; + } while (*cp != '\0') { debian/control0000644000000000000000000000430512146176723010604 0ustar Source: geany Section: devel Priority: optional Maintainer: Geany Packaging Team Uploaders: Damián Viano , Chow Loong Jin , Evgeni Golov Homepage: http://www.geany.org Vcs-Git: git://anonscm.debian.org/pkg-geany/packages/geany.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-geany/packages/geany.git Build-Depends: debhelper (>= 9), libgtk2.0-dev (>= 2.10), libglib2.0-dev, libatk1.0-dev, libpango1.0-dev, intltool, chrpath, dh-autoreconf Standards-Version: 3.9.4 Package: geany Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, geany-common (= ${source:Version}) Pre-Depends: ${misc:Pre-Depends} Provides: ${geany:Provides} Breaks: geany-plugins-common (<< 0.21) Suggests: libvte9, doc-base Description: fast and lightweight IDE Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation Package: geany-common Depends: ${misc:Depends} Replaces: geany (<< 0.21-1~) Breaks: geany (<< 0.21-1~) Architecture: all Description: fast and lightweight IDE -- common files Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany. . The basic features of Geany are: - syntax highlighting - code completion - auto completion of constructs like if, for and while, XML and HTML - call tips - folding - many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal - symbol lists - embedded terminal emulation . This package contains arch independent files. debian/compat0000644000000000000000000000000212146176723010375 0ustar 9 debian/copyright0000644000000000000000000000412712146176723011136 0ustar This package was debianized by Damián Viano on Tue, 6 Jun 2006 11:39:58 -0300. It was downloaded from http://download.geany.org/ For geany: Copyright Holder: 2005-2009 Enrico Tröger 2009 Nick Treleaven 2009 Frank Lanitz 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'. For Scintilla library: Copyright Holder: 1998-2009 Neil Hodgson License: All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/geany.menu0000644000000000000000000000025212146176723011167 0ustar ?package(geany):needs="X11" section="Applications/Programming" \ hints="IDE,Small,Gtk" \ icon="/usr/share/pixmaps/geany.xpm" \ title="Geany" command="/usr/bin/geany" debian/geany.install0000644000000000000000000000013612146176723011672 0ustar usr/bin/* usr/lib/* usr/share/applications/geany.desktop debian/geany.xpm /usr/share/pixmaps/ debian/NEWS0000644000000000000000000000121712146176723007677 0ustar geany (0.11-1) unstable; urgency=low Tab is now used for construct completion (for, if, etc.), but it is configurable with the new 'Complete construct' keybinding. Template files are now stored in ~/.geany/templates/ and the 'template.' filename prefix is no longer used. You will need to move any custom template files you have. Inserting a file header is now optional for filetype templates. Use the string '{fileheader}' to mark where the file header should be placed. Drag'n'Drop of text inside the editor widget will now move the text instead of copying it. -- Damián Viano Thu, 24 May 2007 15:12:58 -0300 debian/source/0000755000000000000000000000000012146176723010477 5ustar debian/source/format0000644000000000000000000000001412146176723011705 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000006612146176723010620 0ustar [DEFAULT] debian-branch = master pristine-tar = True debian/changelog0000644000000000000000000001732212146176723011056 0ustar geany (1.23.1+dfsg-1) unstable; urgency=low * [3b1ced4] Imported Upstream version 1.23.1+dfsg * [b418909] Update debian-branch in gbp.conf -- Chow Loong Jin Mon, 20 May 2013 00:18:56 +0800 geany (1.23+dfsg-2) unstable; urgency=low * Upload to unstable, fixes FTBFS (Closes: #707368) * [a472a80] Enable parallel builds * [17a6378] No-change bump of Standards-Version to 3.9.4 * [ea78f31] Add README.source describing git branch structure -- Chow Loong Jin Fri, 10 May 2013 15:27:35 +0800 geany (1.23+dfsg-1) experimental; urgency=low * [eead8ee] Imported Upstream version 1.23+dfsg * [6d56635] use debian-branch = experimental * [d555dec] refresh patches against 1.23 -- Evgeni Golov Wed, 13 Mar 2013 07:28:40 +0100 geany (1.22+dfsg-2) unstable; urgency=low * [dd3393d] Bump geany-plugins-common breaks version. 0.21 was the version in which the use of geany-abi-$ABI was added to both packages. -- Chow Loong Jin Wed, 20 Jun 2012 21:57:22 +0800 geany (1.22+dfsg-1) unstable; urgency=low [ Chow Loong Jin ] * Import 20_use_x_terminal_emulator.patch from Ubuntu (Closes: #670510) * Fix dversionmangle in debian/watch [ Evgeni Golov ] * use +dfsg instead of .dfsg for the version, thanks lintian * Imported Upstream version 1.22+dfsg * drop 20_explicitly_depend_on_gmodule.patch * refresh patches against 1.22 * Standards-Version: 3.9.3 * Build-Depends: debhelper (>= 9) -- Evgeni Golov Tue, 19 Jun 2012 20:35:02 +0200 geany (0.21.dfsg-2) unstable; urgency=low [ Chow Loong Jin ] * [b70e89e] Fix dversionmangle having two = signs in watch [ Evgeni Golov ] * [3cbb120] Explicitly depend on GModule Closes: #666893 Upstream: https://github.com/geany/geany/commit/7b2f0fe * [c9724db] drop unused --enable-pipe parameter to configure -- Evgeni Golov Sun, 22 Apr 2012 20:08:05 +0200 geany (0.21.dfsg-1) unstable; urgency=low * [0c978c1] Change my email to debian.org * [6474558] Imported Upstream version 0.21.dfsg (Closes: #654466) * [1cbe34d] Add get-orig-source target for dropping waf * [19fe20d] Add dversionmangle option to watchfile -- Chow Loong Jin Fri, 06 Jan 2012 01:50:25 +0800 geany (0.21-1) unstable; urgency=low * Imported Upstream version 0.21 * Refresh filetypes patch against 0.21 * Fix Description (thanks lintian!) * Standards-Version: 3.9.2 * dpatch → 3.0 (quilt) * Switch to new dh-style debian/rules * Add a patch to search for plugins in both, multiarch and non-multiarch folders * Add misc:Pre-Depends to Pre-Depends for multiarch * Generate geany:Provides with GEANY_ABI_VERSION and GEANY_API_VERSION * Split arch independent parts into geany-common * Set maintainer to pkg-geany * Set Vcs-* headers for pkg-geany * Drop README.source, we're using standard 3.0 quilt now -- Evgeni Golov Thu, 17 Nov 2011 12:59:57 +0100 geany (0.20-1.1) unstable; urgency=low * Non-maintainer upload. * Don't ship .la files (Closes: #621289). -- Luk Claes Sat, 18 Jun 2011 12:08:16 +0200 geany (0.20-1) unstable; urgency=low * New upstream release (Closes: #614763, #602073) -- Damián Viano Sat, 26 Feb 2011 18:33:07 -0300 geany (0.19.1-1) unstable; urgency=low * New upstream release (Closes: #590284) - Thanks to Colomban Wendling for pursuing #590284 * add a sed hack to fix dlsearchpath for broken libtool used upstream -- Damián Viano Mon, 30 Aug 2010 18:09:16 -0300 geany (0.19-1) unstable; urgency=low * New upstream release (Closes: #585849, #580911, #542785) * add 20_use_sensible_browser to change the default browser (Closes: #573454) -- Damián Viano Thu, 24 Jun 2010 21:35:05 -0300 geany (0.18-1) unstable; urgency=low * New upstream release -- Damian Viano Mon, 17 Aug 2009 17:16:21 -0300 geany (0.17-1) unstable; urgency=low * New upstream release * 20_add_debdiff_as_diff_type.dpatch renamed as 20_add_debian_specific_filetypes.dpatch, - add .dpatch as a diff filetype - add control as a conf filetype * 20_change_gpl_location.dpatch freshen * add 20_debian_control_tags.dpatch better handling of debian/control files. Thanks to Enrico Tröger. (Closes: #520776) * debian/copyright Add Frank Lanitz, update years -- Damián Viano Fri, 29 May 2009 21:22:54 -0300 geany (0.15-1) experimental; urgency=low * New upstream release - Allow loading projects from command line (Closes: #498854) - Fix a problem disabling the save icon inappropriately (Closes: #482875) - Detect makefiles from shebang and force using tabs for their indentation (Closes: #481198) * Remove Apps from doc-base section * Change homepage and related links to the new www.geany.org official domain -- Damián Viano Sun, 26 Oct 2008 19:44:46 -0200 geany (0.14-1) unstable; urgency=low * New upstream release (Closes: #478126) -- Damián Viano Fri, 02 May 2008 11:37:45 -0300 geany (0.13-1) unstable; urgency=low * New upstream release - Add filebrowser plugin (Closes: #440978) -- Damián Viano Sat, 16 Feb 2008 19:27:19 -0200 geany (0.12-2) unstable; urgency=low * Add 20_add_debdiff_as_diff_type to recognize .debdiff files as diffs (Closes: #453516) -- Damián Viano Wed, 05 Dec 2007 16:47:02 -0300 geany (0.12-1) unstable; urgency=low * New upstream release - Updates scintilla component (Closes: #438876, #426766) - Add mimetype declaration in the .desktop file (Closes: #416620) * Add intltool to Build-Depends -- Damián Viano Mon, 29 Oct 2007 18:24:05 -0300 geany (0.11-2) unstable; urgency=low * Add versioned dependency against libgtk2.0-dev since geany code depends on it for notebook dnd at the moment -- Damián Viano Mon, 11 Jun 2007 14:47:31 -0300 geany (0.11-1) unstable; urgency=low * New upstream release -- Damián Viano Thu, 24 May 2007 07:15:52 -0300 geany (0.10.2-3) unstable; urgency=low * Change suggests to newer libvte, thanks to Andreas Tscharner (Closes: #421568) -- Damián Viano Mon, 30 Apr 2007 20:17:06 -0300 geany (0.10.2-2) unstable; urgency=low * Upload to get geany 0.10.2 into sid * Change maintainer mail address -- Damián Viano Sat, 28 Apr 2007 08:34:00 -0300 geany (0.10.2-1) experimental; urgency=low * New upstream release -- Damián Viano Sun, 25 Feb 2007 16:39:56 -0300 geany (0.10.1-1) unstable; urgency=low * New upstream release -- Damián Viano Sun, 25 Feb 2007 15:31:13 -0300 geany (0.10-1) unstable; urgency=low * New upstream release -- Damián Viano Sun, 24 Dec 2006 12:17:24 -0300 geany (0.9-1) unstable; urgency=low * New upstream release -- Damián Viano Fri, 29 Sep 2006 06:13:18 -0300 geany (0.8-1) unstable; urgency=low * New upstream release - Fixed clipboard commands used in the find entry and Scribble (Closes: #377060) - Don't autocomplete constructs inside a string (Closes: #377090) -- Damián Viano Wed, 9 Aug 2006 19:35:11 -0300 geany (0.7.1-1) unstable; urgency=low * New upstream release - Added Scintilla license * debian/copyright: included Scintilla license and copyright -- Damián Viano Sun, 25 Jun 2006 12:10:13 -0300 geany (0.7-1) unstable; urgency=low * Initial release (Closes: #360760) -- Damián Viano Tue, 6 Jun 2006 12:54:23 -0300 debian/README.source0000644000000000000000000000135112146176723011356 0ustar Geany packaging sources are maintained in git, using git-buildpackage with a branch structure as follows: - master: Contains the latest and greatest version including packaging. can go into either unstable or experimental, depending on whether a freeze is ongoing. - usptream: Contains - pristine-tar: Contains pristine-tar deltas - $debrelease: Packaging for Debian release $debrelease. This would be for uploading minimal fixes to unstable during a freeze, or stable release updates - $debrelease-backports: Packaging for backports. - ppa/$uburelease: Packaging for uploading to Ubuntu PPA for $uburelease - ubuntu: Packaging delta for Ubuntu, if any. -- Chow Loong Jin , Fri, 10 May 2013 15:26:35 +0800