~packagekit/packagekit/ubuntu-natty

« back to all changes in this revision

Viewing changes to debian/gstreamer0.10-packagekit.postinst

  • Committer: Jonathan Riddell
  • Date: 2011-01-10 14:43:27 UTC
  • Revision ID: jriddell@canonical.com-20110110144327-o5b2a494izz9lr4z
* Merge from debian, remaining changes
  - Add ubuntu_01_null_selection_crash.diff
   - Add a new backend role for updating the whole distro: UpgradeSystem
      (Richard Hughes)
   - Allow backend to encode the package origin in the package-id
      (Richard Hughes)
   - Added PK_ERROR_ENUM_CANNOT_FETCH_SOURCES when refreshing cache
      fails (Daniel Nicoletti)
   - Add recommendation repo:foo' to be able to return all packages in a
      certain repository (Richard Hughes)
   - Change the spec to recommend 'category:web-development' rather than
      '@web-development' (Richard Hughes)
   - Spawn KDE Debconf frontend if KDE is running (Matthias Klumpp)
   - aptcc: Added GStreamer search (Daniel Nicoletti)
   - aptcc: Fix regex not to match "()(64bit)" as we don't support
      multiarch anyway (Daniel Nicoletti)
   - aptcc: Port away from PK_BACKEND_OPTIONS (Daniel Nicoletti)
   - aptcc: Set the env proxy vars so that Apt::Acquire is not
      overwritten, fixes LP: #633008 (Daniel Nicoletti)
   - aptcc: Use the new PK_ERROR_ENUM_CANNOT_GET_LOCK (Daniel Nicoletti)
* Added libnspr4-dev build-dependency
* Switch to dh_python2
* Allow every user to set proxy
* Refreshed patches
* Build-Depend on python >= 2.6.6-3+squeeze4
* Switched back to compat level 7
* Removed patches which were applied upstream
* Add build-dep on libnspr4-dev so that the browser plugin can build
  - update debian/control
* Fix ubuntu_01_null_selection_crash.diff to include pk-backend-aptcc.cpp
* Add ubuntu_01_null_selection_crash.diff from
  http://gitorious.org/packagekit/packagekit/commit/acd6cb4b68c21418a4
  cd7a8c4c121d86d6b57aa5 Fix LP: #691474 bug which caused a crash when
  the Section() of a package was NULL
* Bumped debhelper version & added Gitignore
* Changed control file indentation
* Add support for GLib 2.24; thus upload to unstable
* Build with -Wl,--as-needed to avoid large dependencies
* Add myself to uploaders
* Require privileges to install updates (Closes: #606092)
* Break old backends and depend on the new ones (Closes: #606133)
* Adjusted Vcs information to link to our new Git repository
* Added series file for Ubuntu to apply Ubuntu-specific patches
   (like the vendor patch for example)
   - This is the first release of PackageKit to support session
     configuration helper support in the GLib and Qt libraries.
   - This allows debconf to work when using PackageKit on Debian.
   - A formal transaction lifecyle is now in place, which allows future
     extensions to hook into the transaction at certain points.
* Disabled introspection support
  (requires a more recent version of gobject-introspection)
* APTcc proxy patch from upstream (makes APTcc use APT proxy settings)
* Upstream patch for some APTcc crashes
* Make dh_makeshlibs ignore non-public libraries. This prevents it from
  including an useless shlibs-controlfile into the packages.
* Merged some patches from Ubuntu
* Initial release (Closes: #468132)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
# postinst script for gstreamer0.10-packagekit
3
 
 
4
3
set -e
5
4
 
6
5
update-alternatives --install /usr/bin/gstreamer-codec-install \
10
9
#DEBHELPER#
11
10
 
12
11
exit 0
13