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
=== modified file 'debian/changelog'
--- debian/changelog 2009-08-10 17:22:42 +0000
+++ debian/changelog 2009-12-07 17:05:21 +0000
@@ -1,3 +1,37 @@
1mozvoikko (1.0-3ubuntu1) lucid; urgency=low
2
3 * Merge changes from Debian. Closes LP: #493628
4 * Move Ubuntu specific changes on file mozvoikko.config to separated
5 patch file patches/fix_min_version.patch
6 * Change Maintainer to Ubuntu Core Developers as the package is in main
7
8 -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Mon, 07 Dec 2009 18:08:54 +0200
9
10mozvoikko (1.0-3) unstable; urgency=low
11
12 * Add quilt patch system
13 * Add patches/fix_freebsd_ftbfs.patch via quilt to fix FTBFS bug on
14 GNU/kFreeBSD. Thanks to Cyril Brulebois. Closes: #558337
15
16 -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Mon, 30 Nov 2009 17:25:04 +0200
17
18mozvoikko (1.0-2) unstable; urgency=low
19
20 * Add pkg-config to Build-Depends. Closes: #551225
21 * Change Standards-Version to 3.8.3
22
23 -- Heikki Mäntysaari <heikki.mantysaari@linux.fi> Fri, 13 Nov 2009 21:57:56 +0200
24
25mozvoikko (1.0-1ubuntu3) karmic; urgency=low
26
27 * LP: #456598 - incorrect Breaks statement forces removal
28 because of newer firefox-3.5; fix install.rdf to use proper
29 minVersion bounds rather than shipping a package Breaks:
30 - update mozvoikko.config
31 - update debian/control
32
33 -- Alexander Sack <asac@ubuntu.com> Tue, 20 Oct 2009 21:37:02 +0200
34
1mozvoikko (1.0-1ubuntu2) karmic; urgency=low35mozvoikko (1.0-1ubuntu2) karmic; urgency=low
236
3 * drop firefox-3.0 and firefox-3.1 from Depends; add 3.0 to Breaks instead.37 * drop firefox-3.0 and firefox-3.1 from Depends; add 3.0 to Breaks instead.
438
=== modified file 'debian/control'
--- debian/control 2009-08-10 17:22:42 +0000
+++ debian/control 2009-12-07 17:05:21 +0000
@@ -1,16 +1,15 @@
1Source: mozvoikko1Source: mozvoikko
2Section: web2Section: web
3Priority: optional3Priority: optional
4Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>4Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Heikki Mäntysaari <heikki.mantysaari@linux.fi>5XSBC-Original-Maintainer: Heikki Mäntysaari <heikki.mantysaari@linux.fi>
6Build-Depends: debhelper (>= 5), xulrunner-dev (>= 1.9.1~), libvoikko-dev6Build-Depends: debhelper (>= 5), xulrunner-dev (>= 1.9.1~), libvoikko-dev, pkg-config, quilt (>= 0.46-7~)
7Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/mozvoikko.ubuntu7Vcs-Bzr: https://code.launchpad.net/~ubuntu-dev/firefox-extensions/mozvoikko.ubuntu
8Standards-Version: 3.8.18Standards-Version: 3.8.3
99
10Package: mozvoikko10Package: mozvoikko
11Architecture: any 11Architecture: any
12Depends: ${shlibs:Depends}, libvoikko1, voikko-fi, firefox-3.5 | abrowser (>= 3) | iceweasel (>= 3)12Depends: ${shlibs:Depends}, libvoikko1, voikko-fi, firefox-3.5 | abrowser (>= 3) | iceweasel (>= 3)
13Breaks: firefox-3.0
14Conflicts: iceweasel (>= 3.6), abrowser (>= 3.6)13Conflicts: iceweasel (>= 3.6), abrowser (>= 3.6)
15Description: Finnish spell-checker extension for Firefox 14Description: Finnish spell-checker extension for Firefox
16 Finnish spell-checker extension for Firefox 3. Spell-checking 15 Finnish spell-checker extension for Firefox 3. Spell-checking
1716
=== added directory 'debian/patches'
=== added file 'debian/patches/fix_freebsd_ftbfs.patch'
--- debian/patches/fix_freebsd_ftbfs.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix_freebsd_ftbfs.patch 2009-12-07 17:05:21 +0000
@@ -0,0 +1,13 @@
1Index: mozvoikko.debian/src/mozVoikkoUtils.cpp
2===================================================================
3--- mozvoikko.debian.orig/src/mozVoikkoUtils.cpp 2009-11-30 17:18:24.000000000 +0200
4+++ mozvoikko.debian/src/mozVoikkoUtils.cpp 2009-11-30 17:19:12.000000000 +0200
5@@ -32,7 +32,7 @@
6 #include <nsStringAPI.h>
7 #include <prerror.h>
8
9-#if defined(__linux__)
10+#if defined(__linux__) || defined(__GLIBC__)
11
12 const char *preloadLibNames[] =
13 {
014
=== added file 'debian/patches/fix_min_version.patch'
--- debian/patches/fix_min_version.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix_min_version.patch 2009-12-07 17:05:21 +0000
@@ -0,0 +1,22 @@
1Index: mozvoikko.ubuntu/mozvoikko.config
2===================================================================
3--- mozvoikko.ubuntu.orig/mozvoikko.config 2009-12-07 17:59:16.000000000 +0200
4+++ mozvoikko.ubuntu/mozvoikko.config 2009-12-07 17:59:49.000000000 +0200
5@@ -24,13 +24,13 @@
6 # https://addons.mozilla.org/en-US/firefox/pages/appversions
7
8 # Supported Firefox versions.
9-MOZVOIKKO_FF_MIN = 3.0a9pre
10+MOZVOIKKO_FF_MIN = 3.5a9pre
11 MOZVOIKKO_FF_MAX = 3.6a1pre
12
13 # Supported Thunderbird versions
14-MOZVOIKKO_TB_MIN = 3.0a1pre
15+MOZVOIKKO_TB_MIN = 3.0b2pre
16 MOZVOIKKO_TB_MAX = 3.1a1pre
17
18 # Supported SeaMonkey versions
19-MOZVOIKKO_SM_MIN = 2.0a1pre
20-MOZVOIKKO_SM_MAX = 2.0b1pre
21+MOZVOIKKO_SM_MIN = 2.0b1pre
22+MOZVOIKKO_SM_MAX = 2.1a1pre
023
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2009-12-07 17:05:21 +0000
@@ -0,0 +1,2 @@
1fix_min_version.patch
2fix_freebsd_ftbfs.patch
03
=== modified file 'debian/rules'
--- debian/rules 2009-05-15 19:01:12 +0000
+++ debian/rules 2009-12-07 17:05:21 +0000
@@ -17,7 +17,7 @@
17configure: configure-stamp17configure: configure-stamp
18configure-stamp:18configure-stamp:
19 dh_testdir19 dh_testdir
20 # Add here commands to configure the package.20 dh_quilt_patch
2121
22 touch configure-stamp22 touch configure-stamp
2323
@@ -35,6 +35,7 @@
35clean:35clean:
36 dh_testdir36 dh_testdir
37 dh_testroot37 dh_testroot
38 dh_quilt_unpatch
38 rm -f build-stamp configure-stamp39 rm -f build-stamp configure-stamp
3940
40 # Add here commands to clean up after the build process.41 # Add here commands to clean up after the build process.

Subscribers

People subscribed via source and target branches