r20941 - in /packages/unstable/update-manager/debian: changelog control control.in rules

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Sun Aug 16 19:24:04 UTC 2009


Author: speijnik-guest
Date: Sun Aug 16 19:24:03 2009
New Revision: 20941

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20941
Log:
Added some modifications as suggested by pochu and jak.

Modified:
    packages/unstable/update-manager/debian/changelog
    packages/unstable/update-manager/debian/control
    packages/unstable/update-manager/debian/control.in
    packages/unstable/update-manager/debian/rules

Modified: packages/unstable/update-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/changelog?rev=20941&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/changelog [utf-8] (original)
+++ packages/unstable/update-manager/debian/changelog [utf-8] Sun Aug 16 19:24:03 2009
@@ -1,15 +1,22 @@
 update-manager (1:0.200.0~exp3) UNRELEASED; urgency=low
 
-  * New upstream release. Closes: #515965, #529333, #480504, #449040,
-    #519191, #454686, #462188, #503584, #519320, #541584, #533994,
-    #415376.
-  * Complete rework of update-manager.
+  * New upstream release. 
+  * meta-release functionality is now disabled for Debian. Closes: #515965
+  * New update calculation magic. Closes: #529333, #449040, #519191, #479130,
+    #503584
+  * Modified build logic. Closes: #533994, #541584
+  * New magic for detecting the original user and running the open command
+    as that user rather than root or not run the command at all if the original
+    user cannot be detected. Closes: #494498
+  * New changelog fetching code. Closes: #523703
+  * Distribution-specific code. Closes: #415376  
+  * Complete rework of update-manager. Closes: #480504, #454686, #519320
   * Automatic bug reporting via reportbug.
   * Synaptic not needed anymore, replaced with python-apt.
   * Somewhat experimental, please report all problems.
   * NOT RELEASED YET.
 
- -- Stephan Peijnik <debian at sp.or.at>  Sun, 16 Aug 2009 10:57:29 +0200
+ -- Stephan Peijnik <debian at sp.or.at>  Sun, 16 Aug 2009 21:20:29 +0200
 
 update-manager (0.68.debian-7) unstable; urgency=low
 

Modified: packages/unstable/update-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/control?rev=20941&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/control [utf-8] (original)
+++ packages/unstable/update-manager/debian/control [utf-8] Sun Aug 16 19:24:03 2009
@@ -6,12 +6,13 @@
 Uploaders: Stephan Peijnik <debian at sp.or.at>,
 	   Michael Vogt <mvo at debian.org>
 Build-Depends: debhelper (>= 5.0.51), 
-	       python-central (>= 0.5.6), 
+	       python-support (>= 0.5.6), 
 	       python
+	       
 Build-Depends-Indep: intltool, 
 		     python-distutils-extra (>= 1.90),
 		     python-sphinx (>= 0.6.1), 
-		     python-gobject, 
+		     python-gobject (>= 2.16.1), 
 		     python-gtk2,
 		     python-apt (>= 0.7.11.1),
 		     python-dbus,
@@ -21,7 +22,7 @@
 		     python-vte
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstale/update-manager
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager
 
 Package: update-manager-core
 Architecture: all
@@ -29,17 +30,22 @@
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, 
 	 ${misc:Depends}, 
-	 lsb-release, 
-	 update-manager-gnome (= ${source:Version}), 
+	 lsb-release,
 	 python-apt (>= 0.7.11.1), 
 	 gksu
+Recommends: update-manager-gnome (= ${source:Version})
 Replaces: update-manager (<< 1:0.93.7)
 Conflicts: update-manager (<< 1:0.93.7)
-Description: manage release upgrades
- This is the core of update-manager
+Description: APT update manager core functionality
+ This package holds the core functionality for the APT update managers
+ such as update-manager, the GNOME update manager. Update managers are
+ applications that help you keep your system up-to-date by providing a
+ nice interface in which you can see the list of updates and install
+ them using APT.
 
-Package: update-manager-apidoc
-Architecture: any
+
+Package: update-manager-doc
+Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libjs-jquery, 
@@ -48,7 +54,7 @@
 Description: Update Manager API documentation
  This package contains the API documentation for Update Manager. Please note
  that this is only useful if you intend to work on Update Manager and does
- not include any documentation targeteted at end-users.
+ not include any documentation targeted at end-users.
 
 Package: update-manager-gnome
 Architecture: all
@@ -60,11 +66,12 @@
 	 python-dbus, 
 	 python-gtk2, 
 	 gksu, 
-	 python-gobject,
+	 python-gobject (>= 2.16.1),
 	 python-vte
 Replaces: update-manager (<< 0.200.0~pre0)
 Conflicts: update-manager (<< 0.200.0~pre0)
 Suggests: update-notifier, software-properties-gtk
-Description: GNOME application that manages apt updates
- This is the GNOME/Gtk apt update manager.  It checks for updates and lets the
- user choose which to install.
+Description: GNOME application that manages software updates
+ This is the GNOME software update manager. It checks for updates made
+ available by Debian and third parties running Debian package
+ repositories, and lets the user choose which to install.

Modified: packages/unstable/update-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/control.in?rev=20941&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/control.in [utf-8] (original)
+++ packages/unstable/update-manager/debian/control.in [utf-8] Sun Aug 16 19:24:03 2009
@@ -1,55 +1,78 @@
 Source: update-manager
 Section: gnome
 Priority: optional
+XS-Python-Version: all
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Thibaut Paumard <paumard at users.sourceforge.net>, @GNOME_TEAM@
-Build-Depends: gnome-pkg-tools (>= 0.12.3),
-               cdbs (>= 0.4.42),
-               debhelper (>= 5.0.37.2),
-               python-all-dev (>= 2.4),
-               python-all,
-               python-distutils-extra (>= 1.90),
-               python-support (>= 0.3),
-               python-apt (>= 0.7.2)
-Build-Depends-Indep: libxml-parser-perl,
-                     scrollkeeper,
-                     intltool,
-                     sharutils
-Standards-Version: 3.7.3
-XS-Python-Version: >= 2.4
-
-Package: update-manager
-Architecture: all
-XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends},
-         ${misc:Depends},
-         libgnome2-perl,
-         python-gnome2 (>= 2.12.4-1),
-         python-glade2 (>= 2.8.2-4),
-         python-vte,
-         python-dbus,
-         synaptic,
-         update-manager-core,
-	 software-properties-gtk
-Suggests: update-notifier
-Description: GNOME application that manages software updates
- This is the GNOME software update manager. It checks for updates made
- available by Debian and third parties running Debian package
- repositories, and lets the user choose which to install.
+Uploaders: Stephan Peijnik <debian at sp.or.at>,
+	   Michael Vogt <mvo at debian.org>,
+	   @GNOME_TEAM@
+Build-Depends: debhelper (>= 5.0.51), 
+	       python-support (>= 0.5.6), 
+	       python
+	       
+Build-Depends-Indep: intltool, 
+		     python-distutils-extra (>= 1.90),
+		     python-sphinx (>= 0.6.1), 
+		     python-gobject (>= 2.16.1), 
+		     python-gtk2,
+		     python-apt (>= 0.7.11.1),
+		     python-dbus,
+		     python-gconf,
+		     python-newt,
+		     lsb-release,
+		     python-vte
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/update-manager
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/update-manager
 
 Package: update-manager-core
-Architecture: any
+Architecture: all
+Section: admin
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends},
-         ${misc:Depends},
-         ${shlibs:Depends},
-         python-apt (>= 0.7.1),
-         python-gnupginterface (>= 0.3.2-8),
-         lsb-release
-Conflicts: update-manager (<< 0.59.20)
+Depends: ${python:Depends}, 
+	 ${misc:Depends}, 
+	 lsb-release,
+	 python-apt (>= 0.7.11.1), 
+	 gksu
+Recommends: update-manager-gnome (= ${source:Version})
+Replaces: update-manager (<< 1:0.93.7)
+Conflicts: update-manager (<< 1:0.93.7)
 Description: APT update manager core functionality
  This package holds the core functionality for the APT update managers
  such as update-manager, the GNOME update manager. Update managers are
  applications that help you keep your system up-to-date by providing a
  nice interface in which you can see the list of updates and install
  them using APT.
+
+
+Package: update-manager-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libjs-jquery, 
+	  update-manager-core (= ${source:Version}), 
+	  update-manager-gnome (= ${source:Version})
+Description: Update Manager API documentation
+ This package contains the API documentation for Update Manager. Please note
+ that this is only useful if you intend to work on Update Manager and does
+ not include any documentation targeted at end-users.
+
+Package: update-manager-gnome
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, 
+	 ${misc:Depends}, 
+	 update-manager-core (= ${source:Version}), 
+	 python-gconf, 
+	 python-dbus, 
+	 python-gtk2, 
+	 gksu, 
+	 python-gobject (>= 2.16.1),
+	 python-vte
+Replaces: update-manager (<< 0.200.0~pre0)
+Conflicts: update-manager (<< 0.200.0~pre0)
+Suggests: update-notifier, software-properties-gtk
+Description: GNOME application that manages software updates
+ This is the GNOME software update manager. It checks for updates made
+ available by Debian and third parties running Debian package
+ repositories, and lets the user choose which to install.

Modified: packages/unstable/update-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/update-manager/debian/rules?rev=20941&op=diff
==============================================================================
--- packages/unstable/update-manager/debian/rules [utf-8] (original)
+++ packages/unstable/update-manager/debian/rules [utf-8] Sun Aug 16 19:24:03 2009
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM := pysupport
 
 build: build-stamp
 build-stamp: build-python
@@ -53,7 +55,7 @@
 	dh_strip
 	dh_compress -X .html -X .js -X _static/* -X _sources/* -X _sources/*/*
 	dh_fixperms
-	DH_PYCENTRAL=include-links dh_pycentral
+	dh_pysupport
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the pkg-gnome-commits mailing list