~ubuntu-branches/ubuntu/wily/gnome-menus/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-06-08 16:16:43 UTC
  • mfrom: (1.1.73) (2.2.5 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130608161643-eemx2dcsvjyw3wz1
Tags: 3.8.0-1ubuntu1
* Merge with Debian, remaining changes:
  - debian/gnome-menus.postinst:
    + Disable blacklist to not break old applications
  - debian/gnome-menus.triggers: Drop "gmenucache".
  - debian/patches/series: Disable 01_default_prefix.patch
  - debian/patches/09_app_install_entry.patch:
    + Include Software Center in menus
  - debian/patches/70_ubuntu-directories.patch
    + Add Ubuntu-specific directories back to POTFILES.in
* Dropped changes:
  - debian/patches/22_directory-suffix-for-icons.patch
  - debian/gnome-menus.maintscript:
    + ensure conffile is removed on upgrade (not needed after 12.04 LTS)
* Refreshed patches
* debian/patches/50_add-gcc-apps.patch
  - Unhide Settings panels in GNOME Shell since we're sticking with Settings
    3.6 for now. Settings 3.8 includes a GNOME Shell 3.8 search provider.
* debian/patches/git_restore_calculator.patch:
  - Git patch to not hide Calculator from the menus

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Source: gnome-menus
6
6
Section: gnome
7
7
Priority: optional
8
 
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
8
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
9
9
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10
 
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11
 
Build-Depends: debhelper (>= 8.1.0~),
 
10
Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
 
11
Build-Depends: debhelper (>= 9),
12
12
               cdbs (>= 0.4.73),
13
13
               libglib2.0-dev (>= 2.30.0),
14
14
               gnome-pkg-tools,
16
16
               intltool (>= 0.40.0),
17
17
               libgirepository1.0-dev (>= 0.10.7-1~),
18
18
               gobject-introspection (>= 0.9.12-4~)
19
 
Standards-Version: 3.9.4
 
19
Standards-Version: 3.9.3
20
20
X-Python3-Version: >= 3.1
21
21
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-menus/ubuntu
22
22
 
53
53
 .
54
54
 This package contains the shared library.
55
55
 
 
56
Package: libgnome-menu-3-0-dbg
 
57
Section: debug
 
58
Priority: extra
 
59
Architecture: any
 
60
Depends: libgnome-menu-3-0 (= ${binary:Version}),
 
61
         ${misc:Depends}
 
62
Description: GNOME implementation of the freedesktop menu specification
 
63
 The package contains an implementation of the draft
 
64
 "Desktop Menu Specification" from freedesktop.org:
 
65
 .
 
66
 http://www.freedesktop.org/Standards/menu-spec
 
67
 .
 
68
 Also contained here are the GNOME menu layout configuration files, .directory
 
69
 files and assorted menu related utility programs.
 
70
 .
 
71
 This package contains debugging symbols.
 
72
 
56
73
Package: libgnome-menu-3-dev
57
74
Architecture: any
58
75
Section: libdevel