~ubuntu-branches/ubuntu/natty/gnome-applets/natty

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-12-11 09:47:09 UTC
  • mfrom: (1.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091211094709-gooy40tq481cpve0
Tags: 2.28.0-3ubuntu1
* Rebase on Debian unstable, remaining changes:
* debian/control.in:
  - Don't build depends on libcpufreq-dev, type-handling,
    system-tools-backends-dev, libhal-dev, libapm-dev or liboobs-dev.
  - Don't build depends on libgstreamer0.10-dev or
    libgstreamer-plugins-base0.10-dev (mixed applet disabled)
  - Pre-depends on dpkg (required for bzip2 packaging)
  - Remove gstreamer0.10-alsa | gstreamer0.10-audiosink depends and
    mixer description from gnome-applets (mixer not built)
  - gnome-applets suggests gnome-netstatus-applet, deskbar-applet and
    cpufrequtils rather than recommends.
* debian/gnome-applet.manpages:
  - Don't install mini_commander or mixer manpages
* debian/rules:
  - Don't build the mixer, battery status applets
  - Don't enable SUID
  - Compress package with bzip2
* debian/watch:
  - Add BZR link
  - Watch for unstable versions
* 00sticknotes_ui.patch:
  - Fix more sticknotes UI problems
* 09_modemlights_use_new_gst.patch:
* 10_network-manager.patch:
  - Dropped, modemlights no longer built
* 80_correct_minicommander_install.patch:
  - Don't install the minicommander server when not required.
* 81_silent_applet_cleaning:
  - Don't display a dialog about the applet configuration cleaning since 
    that's something which should be transparent for the users
* 86_deprecate_battstatus.patch:
* 87_deprecate_modemlights.patch:
* 88_hide_deprecated_mixer.patch:
  - Hide deprecated applets fro the "Add to Panel" dialog
* 98_autoreconf.patch:
  - Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
6
6
Uploaders: @GNOME_TEAM@
7
7
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gnome-applets/ubuntu
8
 
Standards-Version: 3.8.1
 
8
Standards-Version: 3.8.3
9
9
Build-Depends: cdbs (>= 0.4.41),
10
10
               autotools-dev,
11
11
               debhelper (>= 5.0.13),
35
35
               python-dev (>= 2.4),
36
36
               libxt-dev,
37
37
               libx11-dev,
38
 
               libgnomekbdui-dev (>= 2.24),
 
38
               libgnomekbd-dev (>= 2.24),
39
39
               gnome-settings-daemon-dev,
40
40
               xsltproc,
41
41
               docbook-xsl,
 
42
               docbook-to-man,
42
43
               docbook-utils,
43
44
               gnome-doc-utils (>= 0.3.2),
 
45
               network-manager-dev (>= 0.7) | not+linux-gnu,
44
46
               x11proto-kb-dev,            
45
47
               python-gnome2-desktop-dev,
46
48
               gnome-pkg-tools (>= 0.10),
47
49
               dpkg-dev (>= 1.13.19),
48
50
               sharutils,
49
 
               python-support (>= 0.4),
50
 
               network-manager-dev
 
51
               python-support (>= 0.4)
51
52
 
52
53
Package: gnome-applets-data
53
54
Architecture: all
54
55
Pre-Depends: dpkg (>= 1.10.24)
55
 
Depends: scrollkeeper,
56
 
         ${misc:Depends},
 
56
Depends: ${misc:Depends},
57
57
         ${python:Depends}
58
 
Replaces: gnome-cpufreq-applet, trashapplet
59
 
Description: Various applets for GNOME 2 panel - data files
 
58
Replaces: trashapplet
 
59
Description: Various applets for the GNOME panel - data files
60
60
 This package contains data files (pixmaps, icons, documentations) needed by
61
61
 the gnome-applets package.
62
62
 
71
71
         gnome-icon-theme (>= 2.15.91),
72
72
         ${python:Depends},
73
73
         gvfs
74
 
Conflicts: gnome-cpufreq-applet,
75
 
           trashapplet
76
 
Replaces: gnome-cpufreq-applet,
77
 
          trashapplet
78
 
Provides: gnome-cpufreq-applet,
79
 
          trashapplet
 
74
Conflicts: trashapplet
 
75
Replaces: trashapplet
 
76
Provides: trashapplet
80
77
Recommends: gnome-system-monitor,
81
78
            gnome-media,
 
79
            python-gconf,
82
80
            python-gnome2,
83
81
            python-gnomeapplet,
 
82
            python-gobject,
 
83
            python-gtk2,
84
84
            policykit-1-gnome
85
85
Suggests: acpid,
86
86
          tomboy,
87
87
          gnome-netstatus-applet,
88
88
          deskbar-applet,
89
89
          cpufrequtils
90
 
Description: Various applets for GNOME 2 panel - binary files
 
90
Description: Various applets for the GNOME panel - binary files
91
91
 accessx-status: indicates keyboard accessibility settings, including
92
92
 the current state of the keyboard, if those features are in use.
93
93
 .
128
128
Depends: ${shlibs:Depends},
129
129
         ${misc:Depends},
130
130
         gnome-applets (= ${binary:Version})
131
 
Description: Various applets for GNOME 2 panel - binary files with debugging symbols
 
131
Description: Various applets for the GNOME panel - binary files with debugging symbols
132
132
 This package contains unstripped binaries used for debugging.
133