[viewmol] 05/06: Lintian fixes, Standards-Version: 3.9.4

Drew Parsons dparsons at alioth.debian.org
Sun Sep 22 02:35:28 UTC 2013


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

dparsons pushed a commit to branch debian-unstable
in repository viewmol.

commit 38b3eec9155535f7a73af644ace81e2b4ca74690
Author: Drew Parsons <dparsons at debian.org>
Date:   Sat Sep 21 15:59:56 2013 +1000

    Lintian fixes, Standards-Version: 3.9.4
    
    - add build-arch, build-indep to debian/rules.
    
    - leave binary hardening unhandled for now: viewmol has an
    inconvenient build system in the form of source/getmachine
---
 debian/changelog |    5 +++++
 debian/control   |    2 +-
 debian/rules     |    4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f840374..ad1511c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,11 @@ viewmol (2.4.1-20) UNRELEASED; urgency=low
   * Build against libmotif-dev not lesstif2-dev. Closes: #714671.
   * Don't need libxp-dev Build-Depends (Xprint is not actually used).
     Closes: #623665.
+  * Lintian fixes:
+      - add build-arch, build-indep to debian/rules.
+      - leave binary hardening unhandled for now: viewmol has an
+        inconvenient build system in the form of source/getmachine
+  * Standards-Version: 3.9.4
 
  -- Drew Parsons <dparsons at debian.org>  Sat, 21 Sep 2013 13:20:52 +1000
 
diff --git a/debian/control b/debian/control
index a9c3889..c5b9149 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Drew Parsons <dparsons at debian.org>
 Build-Depends: debhelper (>= 5.0.37.2), quilt, libtiff5-dev, libpng-dev, zlib1g-dev, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libmotif-dev, libxmu-dev, libxi-dev, libxext-dev, libxt-dev, libx11-dev, python-dev, python-support (>= 0.3)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 
 Package: viewmol
 Architecture: any
diff --git a/debian/rules b/debian/rules
index dbda985..34bb95d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,9 @@ configure-stamp:
 	# Add here commands to configure the package.
 	touch configure-stamp
 
-build: patch configure-stamp build-stamp
+build: configure build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 

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



More information about the debian-science-commits mailing list