~ubuntu-branches/ubuntu/utopic/flwm/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Axel Beckert
  • Date: 2013-05-28 22:54:21 UTC
  • Revision ID: package-import@ubuntu.com-20130528225421-dq0izdxu9mu0x7sz
Tags: 1.02+cvs20080422-10
* Bump debhelper compatibility to 9
  + Update versioned debhelper build-dependency
* Switch to a dh7 style debian/rules file:
  + Use dh_auto_{configure,build,install} and implicit dpkg-buildflags
  + Use dh_clean and debian/clean instead of manual "rm" where possible
  + Use debian/wm instead parameter to dh_installwm
  + Drop get-orig-source target
* Use dh_autoreconf
  + Add build-dependency on dh-autoreconf
* Pass CPPFLAGS inside CXXFLAGS to fix lintian warning
  hardening-no-fortify-functions.
  + Add build-dependency on dpkg-dev >= 1.16.1~
* Add flwm.desktop session file. Thanks Luca Capello! (Closes: #635044)
* Add patch by Stephen Carrier to fix FTBFS if ACTIVE_COLOR is defined
  (i.e. with modified config.h; Closes: #698021)
* Bump Standards-Version to 3.9.4 (no changes)
* Add lintian-overrides for no-upstream-changelog
* Apply wrap-and-sort

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
flwm (1.02+cvs20080422-10) unstable; urgency=low
 
2
 
 
3
  * Bump debhelper compatibility to 9
 
4
    + Update versioned debhelper build-dependency
 
5
  * Switch to a dh7 style debian/rules file:
 
6
    + Use dh_auto_{configure,build,install} and implicit dpkg-buildflags
 
7
    + Use dh_clean and debian/clean instead of manual "rm" where possible
 
8
    + Use debian/wm instead parameter to dh_installwm
 
9
    + Drop get-orig-source target
 
10
  * Use dh_autoreconf
 
11
    + Add build-dependency on dh-autoreconf
 
12
  * Pass CPPFLAGS inside CXXFLAGS to fix lintian warning
 
13
    hardening-no-fortify-functions.
 
14
    + Add build-dependency on dpkg-dev >= 1.16.1~
 
15
  * Add flwm.desktop session file. Thanks Luca Capello! (Closes: #635044)
 
16
  * Add patch by Stephen Carrier to fix FTBFS if ACTIVE_COLOR is defined
 
17
    (i.e. with modified config.h; Closes: #698021)
 
18
  * Bump Standards-Version to 3.9.4 (no changes)
 
19
  * Add lintian-overrides for no-upstream-changelog
 
20
  * Apply wrap-and-sort
 
21
 
 
22
 -- Axel Beckert <abe@debian.org>  Tue, 28 May 2013 22:54:21 +0200
 
23
 
1
24
flwm (1.02+cvs20080422-9) unstable; urgency=low
2
25
 
3
26
  * New Maintainer (Closes: #622165)