~packagekit/packagekit/ubuntu-natty

« back to all changes in this revision

Viewing changes to debian/patches/vendor-debian.diff

  • 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
Description: Set Debian PackageKit vendor information
 
2
Forwarded: not-needed
 
3
Author: Matthias Klumpp <matthias@nlinux.org>
 
4
Last-Update: 2010-08-26
 
5
--- a/etc/Vendor.conf
 
6
+++ b/etc/Vendor.conf
 
7
@@ -12,7 +12,7 @@
 
8
 # If the value is set to 'none' then no link is shown.
 
9
 #
 
10
 # default=http://www.packagekit.org/pk-package-not-found.html
 
11
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
 
12
+DefaultUrl=http://wiki.debian.org/PackageKit/ItemNotFound#MissingPackage
 
13
 
 
14
 # The URL which is shown to the user when a codec could not be found.
 
15
 # It should explain why certain codecs cannot be used, and perhaps show
 
16
@@ -21,7 +21,7 @@
 
17
 # If the value is set to 'none' then the value of DefaultUrl is used.
 
18
 #
 
19
 # default=none
 
20
-CodecUrl=none
 
21
+CodecUrl=http://wiki.debian.org/PackageKit/ItemNotFound#MissingCodec
 
22
 
 
23
 # The URL which is shown to the user when hardware drivers could not be found.
 
24
 # It should explain why some hardware is not supported, and links to futher
 
25
@@ -30,7 +30,7 @@
 
26
 # If the value is set to 'none' then the value of DefaultUrl is used.
 
27
 #
 
28
 # default=none
 
29
-HardwareUrl=none
 
30
+HardwareUrl=http://wiki.debian.org/PackageKit/ItemNotFound#MissingDriver
 
31
 
 
32
 # The URL which is shown to the user when fonts could not be found.
 
33
 # Alternatives should probably be suggested where possible.
 
34
@@ -38,7 +38,7 @@
 
35
 # If the value is set to 'none' then the value of DefaultUrl is used.
 
36
 #
 
37
 # default=none
 
38
-FontUrl=none
 
39
+FontUrl=http://wiki.debian.org/PackageKit/ItemNotFound#MissingFont
 
40
 
 
41
 # The URL which is shown to the user when programs handing a mime tpye could not
 
42
 # be found. It should probably explain how to use wine if the program is a
 
43
@@ -47,17 +47,16 @@
 
44
 # If the value is set to 'none' then the value of DefaultUrl is used.
 
45
 #
 
46
 # default=none
 
47
-MimeUrl=none
 
48
+MimeUrl=http://wiki.debian.org/PackageKit/ItemNotFound#MissingMIMESupport
 
49
 
 
50
 [Groups]
 
51
 
 
52
 # The vendor name shown for the 'vendor' group
 
53
 #
 
54
 # default=My Vendor
 
55
-VendorName=My Vendor
 
56
+VendorName=Debian
 
57
 
 
58
 # The vendor icon name shown for the 'vendor' group
 
59
 #
 
60
 # default=emblem-favorite
 
61
-VendorIcon=emblem-favorite
 
62
-
 
63
+VendorIcon=distributor-logo