[ngspice] 07/61: Added dependency on quilt, now it is ready for upload

Andreas Tille tille at debian.org
Tue Dec 12 14:08:39 UTC 2017


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

tille pushed a commit to branch master
in repository ngspice.

commit 6b1d613c5653e7ac0c446418f74f979cf90b2eb5
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Sun Jun 7 08:12:17 2009 +0000

    Added dependency on quilt, now it is ready for upload
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0407035..a87fc2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ ng-spice-rework (19-1) unstable; urgency=low
   * Remove quilt dependency
   * Fix get-orig-source target
   * Create patch 01_fix_bashism.diff to fix bashism (Closes: #530986)
+  * Add quilt dependency
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 07 Jun 2009 08:59:46 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 07 Jun 2009 10:11:42 +0200
 
 ng-spice-rework (18-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1615cbc..f649820 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: non-free/electronics
 Priority: extra
 Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
 Build-Depends: debhelper (>= 7), automake, libtool, libxaw7-dev, flex,
- bison, gfortran, libeditline-dev, libncurses5-dev,
+ bison, gfortran, libeditline-dev, libncurses5-dev, quilt,
  texinfo, texlive-latex-base,
  tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index b0992d3..894c5f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-#include /usr/share/quilt/quilt.make
+include /usr/share/quilt/quilt.make
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -18,7 +18,7 @@ endif
 
 
 config.status: config.status-stamp configure
-config.status-stamp:
+config.status-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	# Make build dir for ngspice
 	mkdir -p build/ngspice
@@ -83,7 +83,7 @@ build-stamp:  config.status
 
 	touch $@
 
-clean: 
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 

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



More information about the debian-science-commits mailing list