[Pkg-cli-apps-commits] r5383 - in /packages/sysinfo/trunk/debian: changelog control copyright rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Jun 16 10:58:52 UTC 2011


Author: laney
Date: Thu Jun 16 10:58:51 2011
New Revision: 5383

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5383
Log:
* debian/rules, debian/control: Include cli.make so correct dependencies are
  generated.
* Run wrap-and-sort

Modified:
    packages/sysinfo/trunk/debian/changelog
    packages/sysinfo/trunk/debian/control
    packages/sysinfo/trunk/debian/copyright
    packages/sysinfo/trunk/debian/rules

Modified: packages/sysinfo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/changelog?rev=5383&op=diff
==============================================================================
--- packages/sysinfo/trunk/debian/changelog (original)
+++ packages/sysinfo/trunk/debian/changelog Thu Jun 16 10:58:51 2011
@@ -1,3 +1,11 @@
+sysinfo (0.7-6) UNRELEASED; urgency=low
+
+  * debian/rules, debian/control: Include cli.make so correct dependencies are
+    generated.
+  * Run wrap-and-sort
+
+ -- Iain Lane <laney at debian.org>  Thu, 16 Jun 2011 11:07:57 +0100
+
 sysinfo (0.7-5) unstable; urgency=low
 
   * Upload to unstable

Modified: packages/sysinfo/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/control?rev=5383&op=diff
==============================================================================
--- packages/sysinfo/trunk/debian/control (original)
+++ packages/sysinfo/trunk/debian/control Thu Jun 16 10:58:51 2011
@@ -3,15 +3,18 @@
 Priority: optional
 Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
 Uploaders: David Paleino <dapal at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt (>= 0.46-7~), dh-autoreconf
-Build-Depends-Indep: cli-common-dev (>= 0.4.4),
- mono-devel (>= 2.4.3),
- autoconf,
- automake,
- libgtk2.0-cil-dev,
- libgconf2.0-cil-dev,
- libglib2.0-cil-dev,
- libglade2.0-cil-dev
+Build-Depends: autotools-dev,
+               debhelper (>= 7.0.50~),
+               dh-autoreconf,
+               quilt (>= 0.46-7~)
+Build-Depends-Indep: autoconf,
+                     automake,
+                     cli-common-dev (>= 0.5.7~),
+                     libgconf2.0-cil-dev,
+                     libglade2.0-cil-dev,
+                     libglib2.0-cil-dev,
+                     libgtk2.0-cil-dev,
+                     mono-devel (>= 2.4.3)
 Standards-Version: 3.9.2
 Homepage: https://sourceforge.net/projects/gsysinfo/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/sysinfo/trunk
@@ -30,8 +33,8 @@
      Xorg and hostname);
    - CPU (vendor identification, model name, frequency, level2 cache, bogomips,
      model numbers and flags);
-   - Memory (total system RAM, free memory, swap space total and free, cached, 
+   - Memory (total system RAM, free memory, swap space total and free, cached,
      active, inactive memory);
    - Storage (IDE interface, all IDE devices, SCSI devices);
    - Hardware (motherboard, graphic card, sound card, network devices);
-   - NVIDIA graphic card: only with NVIDIA display driver installed. 
+   - NVIDIA graphic card: only with NVIDIA display driver installed.

Modified: packages/sysinfo/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/copyright?rev=5383&op=diff
==============================================================================
--- packages/sysinfo/trunk/debian/copyright (original)
+++ packages/sysinfo/trunk/debian/copyright Thu Jun 16 10:58:51 2011
@@ -14,7 +14,7 @@
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
- . 
+ .
  This package is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

Modified: packages/sysinfo/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/sysinfo/trunk/debian/rules?rev=5383&op=diff
==============================================================================
--- packages/sysinfo/trunk/debian/rules (original)
+++ packages/sysinfo/trunk/debian/rules Thu Jun 16 10:58:51 2011
@@ -6,6 +6,7 @@
 
 CURVER = $(shell dpkg-parsechangelog | grep ^Version | cut -d" " -f2 | cut -d"-" -f1 )
 
+include /usr/share/cli-common/cli.make
 include /usr/share/quilt/quilt.make
 
 override_dh_install: 




More information about the Pkg-cli-apps-commits mailing list