~ubuntu-branches/ubuntu/quantal/landscape-client/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-06-01 17:48:43 UTC
  • mfrom: (45.2.2 landscape-client)
  • Revision ID: package-import@ubuntu.com-20120601174843-ri7up0fo3otcmu03
Tags: 12.05-0ubuntu1
* New upstream release 12.05 (r561 in trunk) (LP: #1004678).
* Make all subpackages that depend on each other require the exact same
  version, instead of >= $version.
* Added python-gi to client depends starting natty.
* Make change-packages also handle package holds (LP: #972489).
* Fix typo in glade file (LP: #983096).
* Tidy up apt facade (LP: #985493).
* Remove SmartFacade and its tests, no longer used (LP: #996269).
* Remove check for apt version, since we won't release this for
  Hardy where that check matters (LP: #996837).
* Remove methods that were smart specific. We no longer use smart
  (LP: #996841).
* Remove smart-update helper binary. We no longer use smart
  (LP: #997408).
* Remove test-mixins that were useful only during the apt-to-smart
  code migration. Now with smart gone, they are no longer necessary
  (LP: #997760).
* Build the packages from precise onward, not just precise.
* Assorted packaging fixes:
  - Switched to format 3.0 (quilt).
  - Added source lintian overrides, with comments.
  - Updated debian/rules:
    - Added build-arch and build-indep dummy target.
    - Build the GUI packages from precise onwards, and not just on precise.
    - Re-enable dh_lintian.
    - Strip the binaries (dh_strip), and also call dh_shlibdeps for the
      automatic shlibs dependency.
    - Added python-gi from natty onwards.
  - Used __Choices instead of _Choices in landscape-common.templates, it's
    better for translators.
  - Updated standard version to 3.8.2, the version from Lucid (oldest one
    we support)
  - Added shlibs depends.
  - Dropped deprecated ${Source-Version} and replaced it with
    ${binary:Version}
  - Require exact version of the sibling package instead of >=.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
landscape-client (12.05-0ubuntu1) quantal-proposed; urgency=low
 
2
 
 
3
  * New upstream release 12.05 (r561 in trunk) (LP: #1004678).
 
4
  * Make all subpackages that depend on each other require the exact same
 
5
    version, instead of >= $version.
 
6
  * Added python-gi to client depends starting natty.
 
7
  * Make change-packages also handle package holds (LP: #972489).
 
8
  * Fix typo in glade file (LP: #983096).
 
9
  * Tidy up apt facade (LP: #985493).
 
10
  * Remove SmartFacade and its tests, no longer used (LP: #996269).
 
11
  * Remove check for apt version, since we won't release this for
 
12
    Hardy where that check matters (LP: #996837).
 
13
  * Remove methods that were smart specific. We no longer use smart
 
14
    (LP: #996841).
 
15
  * Remove smart-update helper binary. We no longer use smart
 
16
    (LP: #997408).
 
17
  * Remove test-mixins that were useful only during the apt-to-smart
 
18
    code migration. Now with smart gone, they are no longer necessary
 
19
    (LP: #997760).
 
20
  * Build the packages from precise onward, not just precise.
 
21
  * Assorted packaging fixes:
 
22
    - Switched to format 3.0 (quilt).
 
23
    - Added source lintian overrides, with comments.
 
24
    - Updated debian/rules:
 
25
      - Added build-arch and build-indep dummy target.
 
26
      - Build the GUI packages from precise onwards, and not just on precise.
 
27
      - Re-enable dh_lintian.
 
28
      - Strip the binaries (dh_strip), and also call dh_shlibdeps for the
 
29
        automatic shlibs dependency.
 
30
      - Added python-gi from natty onwards.
 
31
    - Used __Choices instead of _Choices in landscape-common.templates, it's
 
32
      better for translators.
 
33
    - Updated standard version to 3.8.2, the version from Lucid (oldest one
 
34
      we support)
 
35
    - Added shlibs depends.
 
36
    - Dropped deprecated ${Source-Version} and replaced it with
 
37
      ${binary:Version}
 
38
    - Require exact version of the sibling package instead of >=.
 
39
 
 
40
 -- Andreas Hasenack <andreas@canonical.com>  Fri, 01 Jun 2012 17:48:43 -0300
 
41
 
1
42
landscape-client (12.04.3-0ubuntu1) precise; urgency=low
2
43
 
3
44
  * Warn on unicode entry into settings UI (LP: #956612).