~ubuntu-branches/ubuntu/trusty/serpentine/trusty

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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
serpentine (0.9-5ubuntu1) hardy; urgency=low

  * Merge from debian unstable, remaining changes (LP: #199014):
    - Use a recommends on gstreamer0.10-plugins-ugly, not a depends
    - Reformat Build-Dep and Build-Dep-Indep so source package builds
    - Modify Maintainer value to match the DebianMaintainerField
      specification.

 -- Scott Kitterman <scott@kitterman.com>  Sun, 23 Mar 2008 18:08:56 -0400

serpentine (0.9-5) unstable; urgency=low

  * Only remove /usr/lib if it has been created by python-central (closes:
    #472027).
  * Depend on python-4suite-xml so that we don't need python-xml any more
    (closes: #471913).
  * Split Dependencies over multiple lines.

 -- Sam Morris <sam@robots.org.uk>  Sat, 22 Mar 2008 13:24:23 +0000

serpentine (0.9-4) unstable; urgency=low

  * fix-no-cd-crash.patch taken from upstream BZR: fixes a crash when
    Serpentine is launched on a system without any CD recorders (closes:
    #459527).
  * drop-pyxml.patch taken from upstream BZR: no longer use pyxml (closes:
    #468616). z99_automake.patch generated by running 'automake-1.9' and
    removing the autom4te.cache directory.
  * fix-borken-plparser.py.patch: comment out some useless code that prevented
    parsing of playlists by the totem-plparser plugin (closes: #455506).
  * Add README.Debian-source documenting where upstream's BZR repostiroy
    lives. 

 -- Sam Morris <sam@robots.org.uk>  Fri, 14 Mar 2008 21:54:55 +0000

serpentine (0.9-3) unstable; urgency=low

  * Set gnome-vfs' autoburn_audio_cd_command so that the drive that the CD was
    inserted into is selected for burning by default.
  * Correct spelling of "GStreamer" in package description.
  * Remove empty directory /usr/lib from serpentine binary package.

 -- Sam Morris <sam@robots.org.uk>  Sat, 08 Mar 2008 14:07:11 +0000

serpentine (0.9-2) unstable; urgency=low

  * Register as a CD-audio burning application with gnome-volume-manager
    (closes: #450859).
  * Added plugsuspend_new-interface.patch: work with the new dbus interface
    provided by gnome-power-manager 2.20 (closes: #459239). Thanks Sebastian
    Dröge!
  * Build-Depend upon cli-common-dev 0.4.4 as needed by dh_clideps.
  * Add Dm-Upload-Allowed field to control fields.
  * No longer run the obsolete dh_python.
  * Split build dependencies over multiple lines.
  * Build-depend on gconf2 because the configure script tries to run
    gconftool-2.
  * Update to policy 3.7.3 (no changes).
  * Quote the '.' characters in the domain name in the watch file.
  * Relax build-dependancy on cdbs: remove the Debian revision.

 -- Sam Morris <sam@robots.org.uk>  Sat, 16 Feb 2008 12:11:48 +0000

serpentine (0.9-1ubuntu2) hardy; urgency=low

  * debian/control.in:
    - Build-Depends on gconf2

 -- Sebastien Bacher <seb128@canonical.com>  Mon, 26 Nov 2007 17:54:03 +0100

serpentine (0.9-1ubuntu1) hardy; urgency=low

  * Sync with Debian
  * debian/control:
    - build using the current python version
    - don't build the muine plugin since it's an universe package
    - don't Build-Depends on the mono stack
    - use a recommends on gstreamer0.10-plugins-ugly, not a depends
    - updated maintainer information
  * debian/muine-plugin-serpentine.install, debian/serpentine.install:
    - dropped, the muine plugin is not built on Ubuntu
  * debian/patches/python2.4-compat.patch:
    - dropped, Ubuntu doesn't use this version
  * debian/rules:
    - don't build the muine plugin since it's an universe package

 -- Sebastien Bacher <seb128@canonical.com>  Mon, 26 Nov 2007 14:09:16 +0100

serpentine (0.9-1) unstable; urgency=low

  * New upstream release.
    - fixes API change in totem.plparser module (closes: #445062).
  * Depend on python-cairo for drawing of disc usage diagram.
  * Depend on python-dbus for the suspend plugin.
  * Update man page with info about new --device argument.
  * New patch 'python2.4-compat.patch' changes the k3b playlist plugin to not
    use Pyton 2.5 exception-handling syntax.
  * Add Homepage to package control fields.
  * Add a watch file.

 -- Sam Morris <sam@robots.org.uk>  Sat, 18 Aug 2007 02:18:38 +0100

serpentine (0.7-4) unstable; urgency=low

  * Reduce redundant wording from description of muine-plugin-serpentine
    package
  * Now that python-defaults provides Python 2.4, drop dependencies on
    python2.4-foo packages, no longer override the python interpreter path
    when building the package and patch the launch script to use
    /usr/bin/python.
  * Rename debian/patches/02_python2.4.patch to
    debian/patches/02_no_use_env.patch since the patch now only makes sure
    we use /usr/bin/python instead of running python via env(1)
  * Bump python-central build-dependency to 0.5 to make lintian happy

 -- Sam Morris <sam@robots.org.uk>  Tue,  5 Sep 2006 16:05:29 +0100

serpentine (0.7-3) unstable; urgency=low

  * Update to new python policy
  * Enable playlist parser plugin, now that python-gnome2-desktop is available
  * Call dh_clideps correctly (previous it was not run)

 -- Sam Morris <sam@robots.org.uk>  Thu, 27 Jul 2006 13:30:38 +0100

serpentine (0.7-2) unstable; urgency=low

  * Actually update the man page with the new options from 0.7
  * Stop using CDBS' automatic build-dependancy generation, at least until
    duplicate entries can be pruned

 -- Sam Morris <sam@robots.org.uk>  Wed,  5 Jul 2006 20:10:16 +0100

serpentine (0.7-1) unstable; urgency=low

  * New upstream release
  * Switch to python 2.4
  * Switch to gstreamer 0.10
  * Recommend gstreamer0.10-gnomevfs
  * Update man page with options new in version 0.7

 -- Sam Morris <sam@robots.org.uk>  Tue, 13 Jun 2006 20:29:52 +0100

serpentine (0.6.4-3) unstable; urgency=low

  * Add misc:Depends for all packages
  * Make the muine plugin recommend muine
  * Make the muine plugin arch:all since it *should* be architecture
    independent
  * Improve accuracy of copyright information

 -- Sam Morris <sam@robots.org.uk>  Sun, 28 May 2006 15:25:47 +0100

serpentine (0.6.4-2) UNRELEASED; urgency=low

  * Update FSF address in copyright file
  * Add man page (thanks Julien Valroff)
  * Don't package the plparser plugin since the 'totem' python module is not
    yet available in Debian
  * Depend on python-gnome2-extras (for nautilusburn module)

 -- Sam Morris <sam@robots.org.uk>  Sat, 27 May 2006 22:43:25 +0100

serpentine (0.6.4-1) UNRELEASED; urgency=low

  * Initial release. (Closes: #286806)

 -- Sam Morris <sam@robots.org.uk>  Wed, 24 May 2006 21:41:13 +0100