debian/0000755000000000000000000000000012267413600007167 5ustar debian/desktop2description.awk0000644000000000000000000000046011263734446013703 0ustar # converts *.desktop and *.desktop.in files with "_Name=" and "_Description" # to "* $name: $description" entries for the Description: control field BEGIN { FS="="; name = ""; description = ""; } /^_Name=/ { name = $2;} /^_Description=/ { description = $2; } END { print "* " name ": " description; } debian/changelog0000644000000000000000000001461512267413600011050 0ustar anjuta-extras (3.10.0-0ubuntu1) trusty; urgency=medium * New upstream release. (LP: #1266037) * Add itstool build dependency. -- Martin Pitt Tue, 21 Jan 2014 07:42:22 +0100 anjuta-extras (3.8.0-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/rules: + Sort the list of plugins so that we have the same long description on every architecture. Closes: #705662. [ Michael Biebl ] * New upstream release. * Bump Build-Depends on libanjuta-dev to (>= 2:3.8.0). * Bump Standards-Version to 3.9.4. No further changes. * Add Build-Depends on autotools-dev as lintian was complaining about outdated config.{guess,sub}. -- Michael Biebl Thu, 01 Aug 2013 00:50:34 +0200 anjuta-extras (3.4.0-1) unstable; urgency=low * New upstream release. * debian/watch: Track .xz tarballs. * Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. * Bump Build-Depends on libanjuta-dev to (>= 2:3.4.0). * Use gnome:Version and gnome:NextVersion for the dependency on anjuta instead of hard-coding the versions. * debian/patches/10_scratchbox_path.patch: Updated, the new version uses gsettings to set the default build_path. Set the default version to Sbox2. Add a patch header explaining why this patch is necessary. * Add Build-Depends on gnome-doc-utils. -- Michael Biebl Fri, 30 Mar 2012 01:42:42 +0200 anjuta-extras (3.2.0-2) unstable; urgency=low * Remove debian/patches/90_anjuta_required.patch. * debian/control: - Bump Build-Depends on libanjuta-dev to (>= 2:3.2.0). - Drop Build-Depends on dh-autoreconf. - Bump minimum required version of anjuta to (>= 2:3.2). * debian/rules: - Remove autoreconf.mk include. -- Michael Biebl Tue, 04 Oct 2011 22:55:13 +0200 anjuta-extras (3.2.0-1) unstable; urgency=low * New upstream release. -- Michael Biebl Wed, 28 Sep 2011 18:39:26 +0200 anjuta-extras (3.1.92-1) unstable; urgency=low [ Jeremy Bicha ] * New upstream release. * debian/control.in: - Bump anjuta depends to << 3.3 * 02_kfreebsd_build_schemas.patch: Removed, merged upstream. -- Michael Biebl Thu, 22 Sep 2011 01:06:30 +0200 anjuta-extras (3.1.3-1) unstable; urgency=low * debian/watch: Switch to .bz2 tarballs. * New upstream release. * 01_scratchbox_deprecated_api.patch: Removed, merged upstream. * Upload to unstable, remove check-dist.mk include. -- Michael Biebl Wed, 20 Jul 2011 23:10:06 +0200 anjuta-extras (3.1.2-2) experimental; urgency=low * kfreebsd_build_schemas.patch: apply upstream patch for #631469 to fix build on kFreeBSD architectures (see BGO #653364). -- Jordi Mallach Tue, 05 Jul 2011 15:59:33 +0200 anjuta-extras (3.1.2-1) experimental; urgency=low [ Jordi Mallach ] * New upstream release. * Update Build-Dependencies as per configure.ac. * Add anjuta_required.patch, to allow building with libanjuta 3.0. * Updated 10_scratchbox_config.patch. * Drop valgrid-related quirks from debian/rules, the plugin is gone. * Drop libxml_crash.patch, the plugin is gone. [ Michael Biebl ] * debian/control.in: - Change Build-Depends on libgtk2.0-dev to libgtk-3-dev. - Bump Standards-Version to 3.9.2. No further changes. - Add Build-Depends on dh-autoreconf. * debian/rules: - Add autoreconf.mk include. * Bump debhelper compatibility level to 8. Update Build-Depends accordingly. [ Jordi Mallach ] * Add a Homepage field. * Add gnome-common and libgdl-3-dev to Build-Depends. * Add scratchbox_deprecated_api.patch to avoid crashes due to deprecated API used in the Scratchbox plugin. * Move the remainings of scratchbox_config.patch to scratchbox_path.patch. * Upload to experimental. -- Jordi Mallach Mon, 04 Jul 2011 12:59:16 +0200 anjuta-extras (2.32.0.0-3) unstable; urgency=low * 01_libxml_crash.patch: stolen upstream. Fix crasher with pulseaudio caused by misuse of libxml. -- Josselin Mouette Thu, 30 Dec 2010 14:27:27 +0100 anjuta-extras (2.32.0.0-2) unstable; urgency=low * Upload to unstable. -- Josselin Mouette Sun, 03 Oct 2010 10:39:30 +0200 anjuta-extras (2.32.0.0-1) experimental; urgency=low * New upstream translation release. * Bump anjuta requirements. -- Josselin Mouette Sat, 02 Oct 2010 13:25:39 +0200 anjuta-extras (2.31.92.0-1) experimental; urgency=low [ Emilio Pozuelo Monfort ] * debian/control.in: - Bump libanjuta-dev build dependency as required by configure.ac. [ Josselin Mouette ] * New upstream release candidate. * Drop conflicts, we already have replaces. * Update dependencies for the new version. -- Josselin Mouette Wed, 22 Sep 2010 20:19:40 +0200 anjuta-extras (2.30.1.0-1) unstable; urgency=low * New upstream bugfix release: + debian/patches/20_pathmax-hurd.patch: - Dropped, fixed different upstream. -- Sebastian Dröge Wed, 05 May 2010 17:22:16 +0200 anjuta-extras (2.30.0-1) unstable; urgency=low [ Luca Bruno ] * New upstream release. * debian/copyright: - Mention all authors and copyright notices. (Closes: #572254) * debian/control.in: - Bump libgtk2.0-dev build-depend to 2.17.10 and libanjuta-dev to 2.30.0. - Depend on libanjuta 2.30.0. - Update Standards-Version to 3.8.4, no changes needed. * debian/patches/01_libtool_avoid_version.patch, debian/patches/90_relibtoolize.patch: - Removed, applied upstream. * debian/patches/20_pathmax-hurd.patch: - Added, use either our my_getline or glibc getline. * Switch to source format 3.0 (quilt). - Add debian/source/format. - Drop quilt from Build-Depends. - Remove /usr/share/cdbs/1/rules/simple-patchsys.mk include. [ Sebastian Dröge ] * debian/control.in: + Build depend on libanjuta-dev >= 2:2.30.0.0-2 for the fixed shlibs file. -- Sebastian Dröge Sun, 11 Apr 2010 16:07:33 +0200 anjuta-extras (2.28.0-1) unstable; urgency=low [ Luca Bruno ] * Initial release (Closes: #550155) [ Emilio Pozuelo Monfort ] * debian/patches/01_libtool_avoid_version.patch, debian/patches/90_relibtoolize.patch: - Backport from upstream git master, pass -avoid-version to libtool. -- Emilio Pozuelo Monfort Mon, 15 Feb 2010 22:23:07 +0100 debian/compat0000644000000000000000000000000211601021766010364 0ustar 8 debian/source/0000755000000000000000000000000012176312330010464 5ustar debian/source/format0000644000000000000000000000001411360112010011655 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000572311355123471011132 0ustar This package was debianized by Luca Bruno on Thu, 8 Oct 2009 00:14:47 +0100. It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/ Authors: Naba kumar Massimo Cora' Sebastien Granjoux James Liggett Biswapesh Chattopadhyay Copyright ©: 2000-2004 Naba Kumar 2001 Simon Steele 2001 Vamsi Potluru 2001 Praveen Ambekar 2002 Sergey Koshcheyev 2002 Biswapesh Chattopadhyay 2003 Sean O'Dell 2003 Ximian, Inc. (www.ximian.com) 2003-2004 Ron Schofield 2003-2005 Angelo Mandato 2005 Massimo Cora' 2005 Pascal Hurni 2005 Randy Butler 2006 Fabien Proriol 2006 James Liggett 2007 Cristian Adam 2008 Sébastien Granjoux 2008 Tim Gerundt 2009 Andreas Rumpf 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. Files: plugins/scintilla/scintilla/* Copyright: 1998-2009, Neil Hodgson License: other License for Scintilla and SciTE Copyright 1998-2002 by Neil Hodgson 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/watch0000644000000000000000000000016111735160552010222 0ustar version=3 http://ftp.gnome.org/pub/gnome/sources/anjuta-extras/([\d\.]+[02468])/anjuta-extras-([\d\.]+)\.tar\.xz debian/patches/0000755000000000000000000000000012176312330010613 5ustar debian/patches/10_scratchbox_path.patch0000644000000000000000000000252511735171153015322 0ustar Description: Set default path for scratchbox sb2_config tool The scratchbox2 package in Debian installs the sb2_config tool in /usr/bin. This tool is used by the anjuta scratchbox plugin to configure the scratchbox login. As the plugins searches for $(build_path)/bin/sb*_config, set the default value for build_path to "/usr". Also set default version to Sbox2, as scratchbox2 is the only available version in the Debian archive. Index: anjuta-extras-3.4.0/plugins/scratchbox/org.gnome.anjuta.plugins.scratchbox.gschema.xml.in =================================================================== --- anjuta-extras-3.4.0.orig/plugins/scratchbox/org.gnome.anjuta.plugins.scratchbox.gschema.xml.in 2012-03-18 23:51:40.000000000 +0100 +++ anjuta-extras-3.4.0/plugins/scratchbox/org.gnome.anjuta.plugins.scratchbox.gschema.xml.in 2012-03-30 01:35:31.765791129 +0200 @@ -1,14 +1,14 @@ - "/scratchbox" + "/usr" - "Sbox1" + "Sbox2" "None" debian/patches/99_ltmain_as-needed.patch0000644000000000000000000000153112176311325015351 0ustar Bug-Debian: http://bugs.debian.org/347650 Last-Update: 2011-06-14 --- a/ltmain.sh +++ b/ltmain.sh @@ -5800,6 +5800,11 @@ func_mode_link () arg=$func_stripname_result ;; + -Wl,--as-needed|-Wl,--no-as-needed) + deplibs="$deplibs $arg" + continue + ;; + -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result @@ -6163,6 +6168,15 @@ func_mode_link () lib= found=no case $deplib in + -Wl,--as-needed|-Wl,--no-as-needed) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then debian/patches/series0000644000000000000000000000006311642513760012036 0ustar 10_scratchbox_path.patch 99_ltmain_as-needed.patch debian/control0000644000000000000000000000314712267413604010603 0ustar Source: anjuta-extras Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Jordi Mallach , Josselin Mouette , Michael Biebl Build-Depends: cdbs, debhelper (>= 8), autotools-dev, gnome-pkg-tools (>= 0.11), gnome-common, gnome-doc-utils (>= 0.18), intltool (>= 0.35.0), libanjuta-dev (>= 2:3.8.0), libgdl-3-dev, libglib2.0-dev (>= 2.16.0), libgtk-3-dev (>= 3.0.0), libxml2-dev, itstool, pkg-config Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/anjuta-extras Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/anjuta-extras Homepage: http://www.anjuta.org/ Package: anjuta-extras Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, anjuta (>= 2:${gnome:Version}), anjuta (<< 2:${gnome:NextVersion}) Replaces: anjuta (<< 2:2.28.0) Description: plugins and extras for anjuta anjuta-extras contain a set of plugins for anjuta, GNOME development IDE. . The following plugins are included: * Sample Plugin: Sample Plugin for Anjuta. * Scintilla Editor: An alternate editor based on Scintilla * Scratchbox: Change build commands to use scratchbox 1 or 2 debian/control.in0000644000000000000000000000245712267413551011214 0ustar Source: anjuta-extras Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs, debhelper (>= 8), autotools-dev, gnome-pkg-tools (>= 0.11), gnome-common, gnome-doc-utils (>= 0.18), intltool (>= 0.35.0), libanjuta-dev (>= 2:3.8.0), libgdl-3-dev, libglib2.0-dev (>= 2.16.0), libgtk-3-dev (>= 3.0.0), libxml2-dev, itstool, pkg-config Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/anjuta-extras Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/anjuta-extras Homepage: http://www.anjuta.org/ Package: anjuta-extras Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, anjuta (>= 2:${gnome:Version}), anjuta (<< 2:${gnome:NextVersion}) Replaces: anjuta (<< 2:2.28.0) Description: plugins and extras for anjuta anjuta-extras contain a set of plugins for anjuta, GNOME development IDE. . The following plugins are included: @PLUGINS_DESCRIPTION@ debian/rules0000755000000000000000000000161412133734257010257 0ustar #!/usr/bin/make -f DISABLE_UPDATE_UPLOADERS := 1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk LDFLAGS += -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_anjuta-extras := --no-act clean:: plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname \*.plugin.in | sort | while read f; do cat $$f | awk -f debian/desktop2description.awk; done | sed 's/.*/ &\\/'; echo " ")"; \ sed \ -e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \ -e "$$plugins_desc_script" \ debian/control.in > debian/control binary-install/anjuta-extras:: find debian/$(cdbs_curpkg) -name \*.la -exec rm -f {} \; find debian/$(cdbs_curpkg) -name \*.a -exec rm -f {} \;