Merge lp:~noskcaj/ubuntu/utopic/libfm/merge2 into lp:ubuntu/utopic/libfm

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/utopic/libfm/merge2
Merge into: lp:ubuntu/utopic/libfm
Diff against target: 70 lines (+32/-2)
4 files modified
debian/changelog (+27/-0)
debian/libfm-dev.install (+1/-1)
debian/local/source_libfm.py (+1/-1)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/utopic/libfm/merge2
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+235221@code.launchpad.net

Description of the change

new debian bugfix release

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded. Sitting in the queue right now.

review: Approve

Unmerged revisions

22. By Jackson Doak

fix typo

21. By Jackson Doak

* Merge with Debian; remaining changes:
  - Build using dh-autoreconf.
  - Library packages are M-A: same.
  - Build lxshortcut and lxshortcut-dbg packages.
  - libfm-tools: Install libfm-pref-apps desktop file.
  - Disable build using -Werror.
  - libfm-dev.postinst: Remove /usr/include/libfm, even if it is not empty.
* Fixing FTBFS on some architectures (i386, etc.).
* Revert "Fixing priorities on -dev and -doc packages: should be 'extra'."
* Fixing priorities on -dev and -doc packages: should be 'extra'.
* Adding lxpolkit to apport report (see bug 760397 in BTS).
* Fix handling of symlink in libfm-dev package (Closes: #753778).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-09-04 17:40:47 +0000
+++ debian/changelog 2014-09-18 22:06:48 +0000
@@ -1,3 +1,30 @@
1libfm (1.2.2.1-3ubuntu1) utopic; urgency=medium
2
3 * Merge with Debian; remaining changes:
4 - Build using dh-autoreconf.
5 - Library packages are M-A: same.
6 - Build lxshortcut and lxshortcut-dbg packages.
7 - libfm-tools: Install libfm-pref-apps desktop file.
8 - Disable build using -Werror.
9 - libfm-dev.postinst: Remove /usr/include/libfm, even if it is not empty.
10
11 -- Jackson Doak <noskcaj@ubuntu.com> Fri, 19 Sep 2014 07:49:23 +1000
12
13libfm (1.2.2.1-3) unstable; urgency=low
14
15 * Fixing FTBFS on some architectures (i386, etc.).
16 * Revert "Fixing priorities on -dev and -doc packages: should be 'extra'."
17
18 -- Andriy Grytsenko <andrej@rep.kiev.ua> Fri, 12 Sep 2014 00:18:26 +0300
19
20libfm (1.2.2.1-2) unstable; urgency=low
21
22 * Fixing priorities on -dev and -doc packages: should be 'extra'.
23 * Adding lxpolkit to apport report (see bug 760397 in BTS).
24 * Fix handling of symlink in libfm-dev package (Closes: #753778).
25
26 -- Andriy Grytsenko <andrej@rep.kiev.ua> Wed, 10 Sep 2014 15:24:55 +0300
27
1libfm (1.2.2.1-1ubuntu1) utopic; urgency=medium28libfm (1.2.2.1-1ubuntu1) utopic; urgency=medium
229
3 * Merge with Debian; remaining changes:30 * Merge with Debian; remaining changes:
431
=== modified file 'debian/libfm-dev.install'
--- debian/libfm-dev.install 2014-09-04 17:40:47 +0000
+++ debian/libfm-dev.install 2014-09-18 22:06:48 +0000
@@ -1,4 +1,4 @@
1usr/include1usr/include/libfm-1.0
2usr/lib/*/libfm.so2usr/lib/*/libfm.so
3usr/lib/*/libfm-extra.so3usr/lib/*/libfm-extra.so
4usr/lib/*/pkgconfig/libfm.pc4usr/lib/*/pkgconfig/libfm.pc
55
=== modified file 'debian/local/source_libfm.py'
--- debian/local/source_libfm.py 2014-02-20 03:40:04 +0000
+++ debian/local/source_libfm.py 2014-09-18 22:06:48 +0000
@@ -44,7 +44,7 @@
44report_pcmanfm_home = "Config_pcmanfm_Home_" + session44report_pcmanfm_home = "Config_pcmanfm_Home_" + session
4545
46#List of packages which could be involved with pcmanfm46#List of packages which could be involved with pcmanfm
47RELATED_PACKAGES = ["libmenu-cache1","libmenu-cache3","libfm4","libfm-modules","udisks","gvfs","gvfs-backend","lxde-icon-theme","gnome-icon-theme"]47RELATED_PACKAGES = ["libmenu-cache1","libmenu-cache3","libfm4","libfm-modules","udisks","gvfs","gvfs-backend","lxde-icon-theme","gnome-icon-theme","lxpolkit"]
4848
49def add_info(report):49def add_info(report):
50 # If a config file exist in HOME, report it instead of the system one.50 # If a config file exist in HOME, report it instead of the system one.
5151
=== modified file 'debian/rules'
--- debian/rules 2014-09-04 17:40:47 +0000
+++ debian/rules 2014-09-18 22:06:48 +0000
@@ -17,6 +17,9 @@
17 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.a17 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.a
18 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la18 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
1919
20 # removing symlink, it will be created in postinst instead
21 rm -rf debian/tmp/usr/include/libfm
22
20override_dh_install:23override_dh_install:
21 dh_install --fail-missing24 dh_install --fail-missing
2225

Subscribers

People subscribed via source and target branches

to all changes: