[med-svn] r739 - in trunk/packages/gwyddion/trunk/debian: . lintian
beathovn-guest at alioth.debian.org
beathovn-guest at alioth.debian.org
Mon Oct 29 21:32:30 UTC 2007
Author: beathovn-guest
Date: 2007-10-29 21:32:30 +0000 (Mon, 29 Oct 2007)
New Revision: 739
Modified:
trunk/packages/gwyddion/trunk/debian/control
trunk/packages/gwyddion/trunk/debian/lintian/gwyddion
trunk/packages/gwyddion/trunk/debian/rules
Log:
Starting working on quilt-integration to get rid of the
manpage-section-mismatch-warning from lintian.
Modified: trunk/packages/gwyddion/trunk/debian/control
===================================================================
--- trunk/packages/gwyddion/trunk/debian/control 2007-10-29 20:01:11 UTC (rev 738)
+++ trunk/packages/gwyddion/trunk/debian/control 2007-10-29 21:32:30 UTC (rev 739)
@@ -2,7 +2,7 @@
Section: science
Priority: optional
Maintainer: Jan Beyer <jan at beathovn.de>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.8), libgtkglext1-dev, libtiff4-dev, libfftw3-dev, libxmu6, chrpath
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pkg-config (>= 0.16), libgtk2.0-dev (>= 2.8), libgtkglext1-dev, libtiff4-dev, libfftw3-dev, libxmu6, chrpath, quilt
Standards-Version: 3.7.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gwyddion/trunk/
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/gwyddion
Modified: trunk/packages/gwyddion/trunk/debian/lintian/gwyddion
===================================================================
--- trunk/packages/gwyddion/trunk/debian/lintian/gwyddion 2007-10-29 20:01:11 UTC (rev 738)
+++ trunk/packages/gwyddion/trunk/debian/lintian/gwyddion 2007-10-29 21:32:30 UTC (rev 739)
@@ -3,7 +3,3 @@
# dependency on the interpreters.
gwyddion binary: python-script-but-no-python-dep
gwyddion binary: ruby-script-but-no-ruby-dep
-
-# This seems to be either a Perl or policy bug.
-# see: http://lists.debian.org/debian-mentors/2004/07/msg00347.html
-gwyddion binary: manpage-section-mismatch
Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules 2007-10-29 20:01:11 UTC (rev 738)
+++ trunk/packages/gwyddion/trunk/debian/rules 2007-10-29 21:32:30 UTC (rev 739)
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} CFLAGS="-Wall -g" --disable-desktop-file-update --disable-rpath
#DEB_BUILDDIR := $(DEB_SRCDIR)/debian/tmp
@@ -13,6 +14,7 @@
version=$(shell dpkg-parsechangelog | grep '^Version: ' | sed -e 's/^Version: //')
DEB_DH_MAKESHLIBS_ARGS_gwyddion := -n -Xgwyddion
DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})'
+QUILT_PATCHES := debian/patches
install/gwyddion::
chrpath -d debian/tmp/usr/bin/gwyddion
More information about the debian-med-commit
mailing list