r19379 - in /desktop/unstable/gnome-system-tools/debian: changelog copyright rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 7 12:27:09 UTC 2009


Author: joss
Date: Tue Apr  7 12:27:09 2009
New Revision: 19379

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19379
Log:
* Pass --no-act to dh_makeshlibs.
* Point the license to GPL-2.

Modified:
    desktop/unstable/gnome-system-tools/debian/changelog
    desktop/unstable/gnome-system-tools/debian/copyright
    desktop/unstable/gnome-system-tools/debian/rules

Modified: desktop/unstable/gnome-system-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/changelog?rev=19379&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/changelog (original)
+++ desktop/unstable/gnome-system-tools/debian/changelog Tue Apr  7 12:27:09 2009
@@ -3,6 +3,8 @@
   * Standards version is 3.8.1.
   * Remove dependency on gksu.
   * Add missing dependency on policykit-gnome. Closes: #522247.
+  * Pass --no-act to dh_makeshlibs.
+  * Point the license to GPL-2.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 07 Apr 2009 14:20:50 +0200
 

Modified: desktop/unstable/gnome-system-tools/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/copyright?rev=19379&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/copyright (original)
+++ desktop/unstable/gnome-system-tools/debian/copyright Tue Apr  7 12:27:09 2009
@@ -24,5 +24,5 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 

Modified: desktop/unstable/gnome-system-tools/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-tools/debian/rules?rev=19379&op=diff
==============================================================================
--- desktop/unstable/gnome-system-tools/debian/rules (original)
+++ desktop/unstable/gnome-system-tools/debian/rules Tue Apr  7 12:27:09 2009
@@ -12,7 +12,7 @@
 	--enable-disks \
 	--disable-scrollkeeper
 
-DEB_DH_MAKESHLIBS_ARGS_gnome-system-tools += -n
+DEB_DH_MAKESHLIBS_ARGS_gnome-system-tools += --no-act
 
 binary-install/gnome-system-tools::
 	rm -rfv debian/gnome-system-tools/var/scrollkeeper




More information about the pkg-gnome-commits mailing list