debian/0000755000000000000000000000000012150373321007163 5ustar debian/docs0000644000000000000000000000000710356560573010050 0ustar README debian/changelog0000644000000000000000000001120312150373077011042 0ustar xfce4-smartbookmark-plugin (0.4.5-1) unstable; urgency=low [ Lionel Le Folgoc ] * debian/patches/ubuntu.series: remove patches dropped in the previous upload. closes: #649680 * debian/patches: add missing DEP3 headers. * debian/dirs: dropped, unneeded. [ Yves-Alexis Perez ] * New upstream release. * debian/control: - replace libxfcegui4-dev by libxfce4ui-dev. - update debhelper build-dep to 9. - drop cdbs and hardening-helpers from build-dep - drop xfce4-dev-tools and libtool since we don't regenerate configure. - update standards version to 3.9.4. - add build-dep on autotools-dev - drop Stefan from uploaders, thanks to him. * debian/compat bumped to 9. * debian/rules: - rewrite using dh - use integrated dpkg/debhelper hardening support - use --parallel. - use autotools-dev plugin to refresh config.{guess,sub} - don't install .la files. -- Yves-Alexis Perez Sun, 26 May 2013 13:47:10 +0200 xfce4-smartbookmark-plugin (0.4.4-1) unstable; urgency=low [ Lionel Le Folgoc ] * debian/patches: - xubuntu-default-bts.patch: change the default bts link. - ubuntu.series: copy from series and add the extra vendor patch. [ Yves-Alexis Perez ] * New upstream release. * debian/patches: - fix-4.6-loading and 02_fix-linking dropped, included upstream. -- Yves-Alexis Perez Tue, 01 Nov 2011 17:02:36 +0100 xfce4-smartbookmark-plugin (0.4.2-4) unstable; urgency=low [ Yves-Alexis Perez ] * debian/control: - switch to xfce section. - add build-dep on libxfcegui4-dev. - add build-dep on libtool, intltool and xfce4-dev-tools - update standards version to 3.9.2. * Switch to 3.0 (quilt) source format. * debian/rules: - pick {C,LD}FLAGS from dpkg-buildflags - add -O1, -z,defs and --as-needed to LDFLAGS. - add hardening flags to {C,LD}FLAGS. - run xdt-autogen after applying patches touching Makefile.am. * debian/patches: - 02_fix-linking added, fix linking. [ Lionel Le Folgoc ] * debian/rules: clean up autogenerated files changed by xdt-autogen. * debian/control: - add myself to Uploaders. - remove Simon and Emanuele from uploaders, thanks to them. - bump xfce4-panel-dev b-dep to (>= 4.8.0). -- Yves-Alexis Perez Tue, 19 Apr 2011 23:30:06 +0200 xfce4-smartbookmark-plugin (0.4.2-3) unstable; urgency=low [ Evgeni Golov ] * Update my e-mail address. * Fix Vcs-* fields, they were missing 'trunk' in the path. [ Yves-Alexis Perez ] * debian/watch edited to track Xfce archive reorganisation. * debian/rules: - drop useless removal of config.status, fix ftbfs. closes: #564376 * debian/compat bumped to 7. * debian/control: - bump debhelper build-dep to 7. - drop versionning on xfce4-panel build-dep. - bump standards version to 3.8.3. -- Yves-Alexis Perez Sat, 09 Jan 2010 15:46:45 +0100 xfce4-smartbookmark-plugin (0.4.2-2) unstable; urgency=low [ Simon Huggins ] * Add Vcs-* headers to debian/control [ Stefan Ott ] * debian/control: update e-mail address [ Evgeni Golov ] * Add patches/fix-4.6-loading.patch to fix loading of the plugin on Xfce 4.6. Closes: #518447 * Use simple-patchsys.mk for patch handling. [ Yves-Alexis Perez ] * debian/control: - update my email address. - remove Martin and Rudy from Uploaders, add Evgeni. - update standards version to 3.8.0. - update build-dep to Xfce 4.4. - add build-dep on libxt-dev. - add depends on ${misc:Depends}. * debian/copyright: - update copyright owners and licensing informations. -- Yves-Alexis Perez Sat, 07 Mar 2009 12:28:34 +0100 xfce4-smartbookmark-plugin (0.4.2-1) unstable; urgency=low * New upstream release. -- Yves-Alexis Perez Sat, 23 Sep 2006 15:41:02 +0100 xfce4-smartbookmark-plugin (0.4.1-2) unstable; urgency=low * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta 2). * Updated standards version to 3.7.2. -- Yves-Alexis Perez Wed, 26 Jul 2006 17:49:32 +0100 xfce4-smartbookmark-plugin (0.4.1-1) unstable; urgency=low * New upstream release. debian/rules modified to use autotools.mk & friends. * Added build dependency on libxml-parser-perl. -- Emanuele Rocca Fri, 02 Jun 2006 15:21:46 +0200 xfce4-smartbookmark-plugin (0.2-1) unstable; urgency=low * Initial release Closes: #350470 -- Emanuele Rocca Sun, 12 Feb 2006 23:15:34 +0100 debian/compat0000644000000000000000000000000212077202162010363 0ustar 9 debian/patches/0000755000000000000000000000000012150373114010612 5ustar debian/patches/xubuntu-default-bts.patch0000644000000000000000000000236311720536416015571 0ustar Description: set Launchpad as the default bugtracker on Ubuntu Author: Gauvain Pocentek Forwarded: not-needed diff -Nur xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c xfce4-smartbookmark-plugin-0.4.2.new/src/smartbookmark.c --- xfce4-smartbookmark-plugin-0.4.2/src/smartbookmark.c 2006-08-12 19:41:44.000000000 +0200 +++ xfce4-smartbookmark-plugin-0.4.2.new/src/smartbookmark.c 2006-11-15 14:02:21.000000000 +0100 @@ -197,7 +197,7 @@ box = gtk_vbox_new(FALSE, 0); /* default options */ - search->url = "http://bugs.debian.org/"; + search->url = "https://launchpad.net/bugs/"; search->label_text = "BTS"; search->size = 5; search->hide_label = FALSE; @@ -269,7 +269,7 @@ if( (rcfile = xfce_rc_simple_open(filename, TRUE) )) { xfce_rc_set_group(rcfile, NULL); - search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","http://bugs.debian.org/")); + search->url = g_strdup(xfce_rc_read_entry(rcfile,"url","https://launchpad.net/bugs")); search->label_text = g_strdup(xfce_rc_read_entry(rcfile,"value","DBS")); search->size = xfce_rc_read_int_entry(rcfile, "size", 5); search->hide_label = xfce_rc_read_bool_entry(rcfile, "hidelabel", FALSE); debian/patches/ubuntu.series0000644000000000000000000000003211657735130013356 0ustar xubuntu-default-bts.patch debian/watch0000644000000000000000000000022311235611542010214 0ustar version=3 http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/([\d\.]+)/ \ xfce4-smartbookmark-plugin-([\d\.]+)\.tar\.(?:gz|bz2) debian/copyright0000644000000000000000000000201711154454534011127 0ustar This package was debianized by Emanuele Rocca on Tue, 03 Jan 2006 21:32:06 +0100 It was downloaded from Files: src/smartbookmark.c Copyright: © 2005,2006 Emanuele Rocca Copyright: © 2003 Biju Philip Chacko (botsie@users.sf.net) Copyright: © 2003 Eduard Roccatello (master@spine-group.org) Copyright: © 2005 Benedikt Meurer Copyright: © 2005 Bernhard Walle Copyright: © 2005 Hendrik Scholz Copyright: © Nicolas Masse License: GPL-2+ 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 2 of the License, or (at your option) any later version. On Debian systems, the complete text of the GNU General Public License, Version 2 can be found in the file /usr/share/common-licenses/GPL debian/rules0000755000000000000000000000043712150372723010254 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1 export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ --parallel --with autotools-dev override_dh_install: find debian/xfce4-smartbookmark-plugin -name '*.la' -delete dh_install --fail-missing debian/control0000644000000000000000000000214712150372766010606 0ustar Source: xfce4-smartbookmark-plugin Section: xfce Priority: optional Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Evgeni Golov , Lionel Le Folgoc Build-Depends: debhelper (>= 9), libgtk2.0-dev, xfce4-panel-dev (>= 4.8.0), libxml2-dev, libxml-parser-perl, libxt-dev, libxfce4ui-1-dev (>= 4.8.0), intltool, autotools-dev Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-smartbookmark-plugin/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-smartbookmark-plugin/ Package: xfce4-smartbookmark-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: search the web via the Xfce4 panel This plugin adds a text field to the Xfce panel, allowing the user to search the web. The URL and the text field size are configurable options. . Typical use cases are: Google, Wikipedia, the Debian Bug Tracking System . xfce4-smartbookmark-plugin is based on the smart bookmark concept: http://en.wikipedia.org/wiki/Smart_Bookmark debian/source/0000755000000000000000000000000012150373114010463 5ustar debian/source/format0000644000000000000000000000001411465304552011701 0ustar 3.0 (quilt)