r34598 - in /desktop/unstable/gjs/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 26 15:08:37 UTC 2012


Author: biebl
Date: Thu Apr 26 15:08:36 2012
New Revision: 34598

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34598
Log:
Use dh-autoreconf to update the build system.

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/control
    desktop/unstable/gjs/debian/control.in
    desktop/unstable/gjs/debian/rules

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=34598&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog [utf-8] Thu Apr 26 15:08:36 2012
@@ -4,8 +4,9 @@
   * Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
   * Fold libgjs-gdbus into libgjs and move the typelib file into a
     package-private directory. Patch cherry-picked from upstream Git.
-
- -- Michael Biebl <biebl at debian.org>  Tue, 24 Apr 2012 02:14:03 +0200
+  * Use dh-autoreconf to update the build system.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 26 Apr 2012 17:04:32 +0200
 
 gjs (1.32.0-1) experimental; urgency=low
 

Modified: desktop/unstable/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control?rev=34598&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control [utf-8] (original)
+++ desktop/unstable/gjs/debian/control [utf-8] Thu Apr 26 15:08:36 2012
@@ -12,6 +12,7 @@
                cdbs,
                gnome-pkg-tools,
                autotools-dev,
+               dh-autoreconf,
                pkg-config,
                libdbus-glib-1-dev,
                libglib2.0-dev (>= 2.31),
@@ -57,7 +58,6 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libgjs0b (= ${binary:Version}),
-         gir1.2-gjsdbus-1.0 (= ${binary:Version}),
          libgirepository1.0-dev,
          libmozjs185-dev,
          libdbus-1-dev
@@ -68,18 +68,3 @@
  .
  This package contains the development files applications need to
  build against.
-
-Package: gir1.2-gjsdbus-1.0
-Section: introspection
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Description: GObject introspection data for GJS
- Mozilla-based javascript bindings for the GNOME platform
- Makes it possible for applications to use all of GNOME's platform
- libraries using the Javascript language. It's mainly based on the
- Mozilla javascript engine and the GObject introspection framework.
- .
- This package contains the GObject introspection data which may be
- used to generate dynamic bindings.

Modified: desktop/unstable/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/control.in?rev=34598&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/control.in [utf-8] (original)
+++ desktop/unstable/gjs/debian/control.in [utf-8] Thu Apr 26 15:08:36 2012
@@ -7,6 +7,7 @@
                cdbs,
                gnome-pkg-tools,
                autotools-dev,
+               dh-autoreconf,
                pkg-config,
                libdbus-glib-1-dev,
                libglib2.0-dev (>= 2.31),

Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=34598&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules [utf-8] (original)
+++ desktop/unstable/gjs/debian/rules [utf-8] Thu Apr 26 15:08:36 2012
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 




More information about the pkg-gnome-commits mailing list