[hkl] 13/13: use the gir debhelper

Frédéric-Emmanuel Picca picca at alioth.debian.org
Mon Aug 26 15:06:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch experimental
in repository hkl.

commit 7cc96ece125cdc7e639ea42b52f25790fc5f3848
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Aug 26 17:04:52 2013 +0200

    use the gir debhelper
---
 debian/changelog |    2 +-
 debian/control   |   11 +++++++----
 debian/rules     |    4 +++-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c872059..6a024b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ hkl (4.99.99.1621-1) UNRELEASED; urgency=low
 
   * debian/copyright fixed using config-edit
 
- -- Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>  Mon, 25 Jul 2011 23:02:27 +0200
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Mon, 25 Jul 2011 23:02:27 +0200
 
 hkl (4.0.3-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0118eeb..4379632 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Section: science
 Priority: extra
 Build-Depends: debhelper (>= 8.0.0),
-	       dh-autoreconf,
+               dh-autoreconf,
+               gobject-introspection,
 	       gtk-doc-tools,
                libgsl0-dev,
                libgirepository1.0-dev,
@@ -50,7 +51,7 @@ Package: libhkl-dev
 Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
-         gir1.2-hkl-4.0 (= ${binary:Version}),
+         gir1.2-hkl-5.0 (= ${binary:Version}),
          install-info,
          libgsl0-dev,
          libhkl5 (= ${binary:Version})
@@ -97,8 +98,10 @@ Package: gir1.2-hkl-5.0
 Architecture: any
 Section: introspection
 Depends: ${misc:Depends},
-         ${gir:Depends}
-Description:  diffractometer computation control library - gir binding The hkl library is a framework for diffraction computation and
+         ${gir:Depends},
+	 ${shlibs:Depends}
+Description:  diffractometer computation control library - gir binding
+ The hkl library is a framework for diffraction computation and
  diffractometer control, heavily used at the SOLEIL synchrotron. It
  supports various types of diffractometer geometry: Eulerian 4-circle,
  Eulerian 6-circle, kappa 4-circle, kappa 6-circle, and z-axis
diff --git a/debian/rules b/debian/rules
index 86b8c79..934dbd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export DH_VERBOSE=1
+
 LDFLAGS += -Wl,--as-needed
 %:
-	dh $@ --with autoreconf
+	dh $@ --with autoreconf,gir
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hkl.git



More information about the debian-science-commits mailing list