1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
pidgin-extprefs (0.7-2) unstable; urgency=low
* debian/control{,.in}:
- Mention pidgin instead of gaim in the short description.
(Closes: #423675)
- Added dummy gaim-extendedprefs package to ensure upgraded from
gaim-extendedpref to pidgin-extprefs.
* debian/pidgin-extprefs.install: added to make sure the plugin gets
installed since multiple package are build now.
* debian/README.Debian: Removed as the upgrading troubles mentioned only
apply for upgrades from sarge to etch.
* debian/rules:
- Cleanup gaim-extendedprefs package.
-- Arjan Oosting <arjan@debian.org> Wed, 06 Jun 2007 07:26:47 +0200
pidgin-extprefs (0.7-1) unstable; urgency=low
* New upstream release:
- gaim-exprefs is renamed to pidgin-extprefs to follow the name change
of gaim to pidgin.
* debian/control.in:
- Rename source package and binary package to pidgin-extprefs.
- Build depend on pidgin-dev instead of gaim-dev.
* debian/rules:
- Update for name change.
- Replace call to dh_gaim with call to dh_pidgin
* debian/watch:
- Use special short sf.net url.
- Update for new name.
-- Arjan Oosting <arjan@debian.org> Tue, 8 May 2007 00:51:06 +0200
gaim-extendedprefs (0.6-1) unstable; urgency=low
* New upstream release.
* debian/compat: Upgrade to debhelper compatibility level 5.
* debian/control:
- Add XS-Vcs-Browser field.
- Bump versioned dependency on debhelper.
* debian/patches/20_strict-aliasing.dpatch: Removed as it is included
upstream/.
* debian/patches/10_relibtoolize.dpatch: No need to relibtoolize the
package and upstream uses up-to-date tools.
-- Arjan Oosting <arjan@debian.org> Tue, 24 Apr 2007 00:35:47 +0200
gaim-extendedprefs (0.5-5) unstable; urgency=low
* debian/control.in:
- rename XS-X-Vcs-Svn field to XS-Vcs-Svn.
- change email adress.
-- Arjan Oosting <arjan@debian.org> Tue, 17 Oct 2006 01:43:46 +0200
gaim-extendedprefs (0.5-4) unstable; urgency=low
* debian/control.in:
- Add XS-X-Vcs-Svn field pointing to subversion archive which contains
this package.
- Bump Standars-Version to 3.7.2. No changes needed.
* debian/rules:
- switch from simple-patch-system to dpatch.
- don't ship extprefs.a and extprefs.la as this is a plugin and not a
library.
-- Arjan Oosting <arjanoosting@home.nl> Thu, 28 Sep 2006 11:15:42 +0200
gaim-extendedprefs (0.5-3) unstable; urgency=low
* debian/patches/20_strict-aliasing.patch: Fixes compiler warning
"dereferencing type-punned pointer will break strict-aliasing rules"
by applying the method described in
http://www.hulver.com/scoop/story/2004/4/25/13713/0715
-- Arjan Oosting <arjanoosting@home.nl> Thu, 8 Jun 2006 00:10:18 +0200
gaim-extendedprefs (0.5-2) unstable; urgency=low
* debian/control: update build dependencies.
* debian/patches/10_relibtoolize.patch: added, relibtoolize package by
executing the following commands:
- libtoolize --copy --force
- aclocal-1.9
- automake-1.9
- autoconf
- rm -r autom4te.cache/
* debian/rules: remove tarball-in-tarball packaging variable.
* debian/rules: remove workaround for bug in cdbs.
* debian/copyright: added packaging copyright notice.
-- Arjan Oosting <arjanoosting@home.nl> Wed, 29 Mar 2006 14:49:24 +0200
gaim-extendedprefs (0.5-1) unstable; urgency=medium
* New upstream release.
- Fixes FTBFS: Stray \ in program (Closes: #333632)
* debian/patches/01_missing_taskbar_entry.patch: removed.
Fixed upstream.
* debian/patches/00_destdir.patch: removed.
Upstream now uses autotools.
* Change packaging from tarball in tarball to normal packaging.
* After upgrading from a previous version to 0.5 the plug-in will be
disabled. Document this fact in README.Debian.
* Remove README from the binary package because it does not contain
anything useful.
-- Arjan Oosting <arjanoosting@home.nl> Thu, 20 Oct 2005 16:41:45 +0200
gaim-extendedprefs (0.4-6) unstable; urgency=low
* debian/control: remove build-essential from Build-Depends.
-- Arjan Oosting <arjanoosting@home.nl> Mon, 27 Jun 2005 15:00:05 +0200
gaim-extendedprefs (0.4-5) unstable; urgency=low
* debian/watch: added watch file.
* debian/patches/01_missing_taskbar_entry.patch: added patch taken
from upstream CVS. Fixes missing taskbar entry of buddy list on
startup. (Closes: #315728)
* debian/control.in: update to Standards-Version 3.6.2. No changes
needed.
* debian/rules: added phony target update-debian-control which updates
debian/control from debian/control.in.
-- Arjan Oosting <arjanoosting@home.nl> Sat, 25 Jun 2005 23:08:50 +0200
gaim-extendedprefs (0.4-4) unstable; urgency=low
* Rename source package to gaim-extendedprefs on request of sponsor.
-- Arjan Oosting <arjanoosting@home.nl> Sun, 27 Feb 2005 01:39:50 +0100
extendedprefs (0.4-3) unstable; urgency=low
* Packaging complete. (Closes: #295267)
-- Arjan Oosting <arjanoosting@home.nl> Wed, 23 Feb 2005 22:58:51 +0100
extendedprefs (0.4-2) unstable; urgency=low
* Disable DEB_AUTO_UPDATE_DEBIAN_CONTROL.
-- Arjan Oosting <arjanoosting@home.nl> Mon, 14 Feb 2005 22:47:19 +0100
extendedprefs (0.4-1) unstable; urgency=low
* Initial Release.
-- Arjan Oosting <arjanoosting@home.nl> Sat, 12 Feb 2005 21:40:14 +0100
|