Merge lp:~heikki-mantysaari/firefox-extensions/mozvoikko.ubuntu-1.0-1ubuntu2-to-1.0-3ubuntu1 into lp:~ubuntu-dev/firefox-extensions/mozvoikko.ubuntu

Proposed by Heikki Mäntysaari
Status: Merged
Merged at revision: not available
Proposed branch: lp:~heikki-mantysaari/firefox-extensions/mozvoikko.ubuntu-1.0-1ubuntu2-to-1.0-3ubuntu1
Merge into: lp:~ubuntu-dev/firefox-extensions/mozvoikko.ubuntu
Diff against target: 139 lines (+76/-5)
6 files modified
debian/changelog (+34/-0)
debian/control (+3/-4)
debian/patches/fix_freebsd_ftbfs.patch (+13/-0)
debian/patches/fix_min_version.patch (+22/-0)
debian/patches/series (+2/-0)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~heikki-mantysaari/firefox-extensions/mozvoikko.ubuntu-1.0-1ubuntu2-to-1.0-3ubuntu1
To post a comment you must log in.
Revision history for this message
Heikki Mäntysaari (heikki-mantysaari) wrote :

Merge from Debian unstable to version 1.0-3

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-08-10 17:22:42 +0000
3+++ debian/changelog 2009-12-07 17:05:21 +0000
4@@ -1,3 +1,37 @@
5+mozvoikko (1.0-3ubuntu1) lucid; urgency=low
6+
7+ * Merge changes from Debian. Closes LP: #493628
8+ * Move Ubuntu specific changes on file mozvoikko.config to separated
9+ patch file patches/fix_min_version.patch
10+ * Change Maintainer to Ubuntu Core Developers as the package is in main
11+
12+ -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Mon, 07 Dec 2009 18:08:54 +0200
13+
14+mozvoikko (1.0-3) unstable; urgency=low
15+
16+ * Add quilt patch system
17+ * Add patches/fix_freebsd_ftbfs.patch via quilt to fix FTBFS bug on
18+ GNU/kFreeBSD. Thanks to Cyril Brulebois. Closes: #558337
19+
20+ -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Mon, 30 Nov 2009 17:25:04 +0200
21+
22+mozvoikko (1.0-2) unstable; urgency=low
23+
24+ * Add pkg-config to Build-Depends. Closes: #551225
25+ * Change Standards-Version to 3.8.3
26+
27+ -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Fri, 13 Nov 2009 21:57:56 +0200
28+
29+mozvoikko (1.0-1ubuntu3) karmic; urgency=low
30+
31+ * LP: #456598 - incorrect Breaks statement forces removal
32+ because of newer firefox-3.5; fix install.rdf to use proper
33+ minVersion bounds rather than shipping a package Breaks:
34+ - update mozvoikko.config
35+ - update debian/control
36+
37+ -- Alexander Sack <asac@ubuntu.com> Tue, 20 Oct 2009 21:37:02 +0200
38+
39 mozvoikko (1.0-1ubuntu2) karmic; urgency=low
40
41 * drop firefox-3.0 and firefox-3.1 from Depends; add 3.0 to Breaks instead.
42
43=== modified file 'debian/control'
44--- debian/control 2009-08-10 17:22:42 +0000
45+++ debian/control 2009-12-07 17:05:21 +0000
46@@ -1,16 +1,15 @@
47 Source: mozvoikko
48 Section: web
49 Priority: optional
50-Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
51+Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
52 XSBC-Original-Maintainer: Heikki Mäntysaari <heikki.mantysaari@linux.fi>
53-Build-Depends: debhelper (>= 5), xulrunner-dev (>= 1.9.1~), libvoikko-dev
54+Build-Depends: debhelper (>= 5), xulrunner-dev (>= 1.9.1~), libvoikko-dev, pkg-config, quilt (>= 0.46-7~)
55 Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/mozvoikko.ubuntu
56-Standards-Version: 3.8.1
57+Standards-Version: 3.8.3
58
59 Package: mozvoikko
60 Architecture: any
61 Depends: ${shlibs:Depends}, libvoikko1, voikko-fi, firefox-3.5 | abrowser (>= 3) | iceweasel (>= 3)
62-Breaks: firefox-3.0
63 Conflicts: iceweasel (>= 3.6), abrowser (>= 3.6)
64 Description: Finnish spell-checker extension for Firefox
65 Finnish spell-checker extension for Firefox 3. Spell-checking
66
67=== added directory 'debian/patches'
68=== added file 'debian/patches/fix_freebsd_ftbfs.patch'
69--- debian/patches/fix_freebsd_ftbfs.patch 1970-01-01 00:00:00 +0000
70+++ debian/patches/fix_freebsd_ftbfs.patch 2009-12-07 17:05:21 +0000
71@@ -0,0 +1,13 @@
72+Index: mozvoikko.debian/src/mozVoikkoUtils.cpp
73+===================================================================
74+--- mozvoikko.debian.orig/src/mozVoikkoUtils.cpp 2009-11-30 17:18:24.000000000 +0200
75++++ mozvoikko.debian/src/mozVoikkoUtils.cpp 2009-11-30 17:19:12.000000000 +0200
76+@@ -32,7 +32,7 @@
77+ #include <nsStringAPI.h>
78+ #include <prerror.h>
79+
80+-#if defined(__linux__)
81++#if defined(__linux__) || defined(__GLIBC__)
82+
83+ const char *preloadLibNames[] =
84+ {
85
86=== added file 'debian/patches/fix_min_version.patch'
87--- debian/patches/fix_min_version.patch 1970-01-01 00:00:00 +0000
88+++ debian/patches/fix_min_version.patch 2009-12-07 17:05:21 +0000
89@@ -0,0 +1,22 @@
90+Index: mozvoikko.ubuntu/mozvoikko.config
91+===================================================================
92+--- mozvoikko.ubuntu.orig/mozvoikko.config 2009-12-07 17:59:16.000000000 +0200
93++++ mozvoikko.ubuntu/mozvoikko.config 2009-12-07 17:59:49.000000000 +0200
94+@@ -24,13 +24,13 @@
95+ # https://addons.mozilla.org/en-US/firefox/pages/appversions
96+
97+ # Supported Firefox versions.
98+-MOZVOIKKO_FF_MIN = 3.0a9pre
99++MOZVOIKKO_FF_MIN = 3.5a9pre
100+ MOZVOIKKO_FF_MAX = 3.6a1pre
101+
102+ # Supported Thunderbird versions
103+-MOZVOIKKO_TB_MIN = 3.0a1pre
104++MOZVOIKKO_TB_MIN = 3.0b2pre
105+ MOZVOIKKO_TB_MAX = 3.1a1pre
106+
107+ # Supported SeaMonkey versions
108+-MOZVOIKKO_SM_MIN = 2.0a1pre
109+-MOZVOIKKO_SM_MAX = 2.0b1pre
110++MOZVOIKKO_SM_MIN = 2.0b1pre
111++MOZVOIKKO_SM_MAX = 2.1a1pre
112
113=== added file 'debian/patches/series'
114--- debian/patches/series 1970-01-01 00:00:00 +0000
115+++ debian/patches/series 2009-12-07 17:05:21 +0000
116@@ -0,0 +1,2 @@
117+fix_min_version.patch
118+fix_freebsd_ftbfs.patch
119
120=== modified file 'debian/rules'
121--- debian/rules 2009-05-15 19:01:12 +0000
122+++ debian/rules 2009-12-07 17:05:21 +0000
123@@ -17,7 +17,7 @@
124 configure: configure-stamp
125 configure-stamp:
126 dh_testdir
127- # Add here commands to configure the package.
128+ dh_quilt_patch
129
130 touch configure-stamp
131
132@@ -35,6 +35,7 @@
133 clean:
134 dh_testdir
135 dh_testroot
136+ dh_quilt_unpatch
137 rm -f build-stamp configure-stamp
138
139 # Add here commands to clean up after the build process.

Subscribers

People subscribed via source and target branches