r20345 - in /packages/unstable/accerciser/debian: changelog control control.in rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Jun 12 13:51:40 UTC 2009


Author: pochu-guest
Date: Fri Jun 12 13:51:38 2009
New Revision: 20345

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20345
Log:
* Move build-dependencies to Build-Depends-Indep, except those needed
  for the clean target.
* debian/rules: remove check-dist.mk include.

Modified:
    packages/unstable/accerciser/debian/changelog
    packages/unstable/accerciser/debian/control
    packages/unstable/accerciser/debian/control.in
    packages/unstable/accerciser/debian/rules

Modified: packages/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/changelog?rev=20345&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/changelog (original)
+++ packages/unstable/accerciser/debian/changelog Fri Jun 12 13:51:38 2009
@@ -7,6 +7,9 @@
   * Point Vcs-Svn field to unstable and add Vcs-Browser.
   * Standards-Version is 3.8.1, no changes needed.
   * debian/control.in: remove duplicate Section field.
+  * Move build-dependencies to Build-Depends-Indep, except those needed
+    for the clean target.
+  * debian/rules: remove check-dist.mk include.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 12 Jun 2009 14:32:34 +0200
 

Modified: packages/unstable/accerciser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/control?rev=20345&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/control (original)
+++ packages/unstable/accerciser/debian/control Fri Jun 12 13:51:38 2009
@@ -7,17 +7,17 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/accerciser
 Build-Depends: cdbs (>= 0.2.11),
                debhelper (>= 5),
-               gnome-pkg-tools (>= 0.10),
-               pkg-config,
-               intltool (>= 0.35.0),
-               gnome-doc-utils,
-               scrollkeeper,
-               libxml-parser-perl,
-               python-support,
-               python-gnome2,
-               python-glade2,
-               python-gnome2-desktop,
-               python-pyatspi (>= 1.23.4)
+               gnome-pkg-tools (>= 0.10)
+Build-Depends-Indep: pkg-config,
+                     intltool (>= 0.35.0),
+                     gnome-doc-utils,
+                     scrollkeeper,
+                     libxml-parser-perl,
+                     python-support,
+                     python-gnome2,
+                     python-glade2,
+                     python-gnome2-desktop,
+                     python-pyatspi (>= 1.23.4)
 Standards-Version: 3.8.1
 
 Package: accerciser

Modified: packages/unstable/accerciser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/control.in?rev=20345&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/control.in (original)
+++ packages/unstable/accerciser/debian/control.in Fri Jun 12 13:51:38 2009
@@ -7,17 +7,17 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/accerciser
 Build-Depends: cdbs (>= 0.2.11),
                debhelper (>= 5),
-               gnome-pkg-tools (>= 0.10),
-               pkg-config,
-               intltool (>= 0.35.0),
-               gnome-doc-utils,
-               scrollkeeper,
-               libxml-parser-perl,
-               python-support,
-               python-gnome2,
-               python-glade2,
-               python-gnome2-desktop,
-               python-pyatspi (>= 1.23.4)
+               gnome-pkg-tools (>= 0.10)
+Build-Depends-Indep: pkg-config,
+                     intltool (>= 0.35.0),
+                     gnome-doc-utils,
+                     scrollkeeper,
+                     libxml-parser-perl,
+                     python-support,
+                     python-gnome2,
+                     python-glade2,
+                     python-gnome2-desktop,
+                     python-pyatspi (>= 1.23.4)
 Standards-Version: 3.8.1
 
 Package: accerciser

Modified: packages/unstable/accerciser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/rules?rev=20345&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/rules (original)
+++ packages/unstable/accerciser/debian/rules Fri Jun 12 13:51:38 2009
@@ -6,7 +6,6 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper




More information about the pkg-gnome-commits mailing list