r35984 - in /packages/ng-spice-rework/trunk/debian: changelog control rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Nov 15 08:58:47 UTC 2009


Author: gudjon-guest
Date: Sun Nov 15 08:58:38 2009
New Revision: 35984

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35984
Log:
Fixed some lintian warnings

Modified:
    packages/ng-spice-rework/trunk/debian/changelog
    packages/ng-spice-rework/trunk/debian/control
    packages/ng-spice-rework/trunk/debian/rules

Modified: packages/ng-spice-rework/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/changelog?rev=35984&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog (original)
+++ packages/ng-spice-rework/trunk/debian/changelog Sun Nov 15 08:58:38 2009
@@ -4,10 +4,10 @@
   * Bump standards version to 3.8.3, no changes needed
   * Add README.source file
   * Add misc dependency on tclspice-dev
-  * Remove ngspice-doc dependency
-  * Add dependency on install-info
+  * Add ngspice dependency on dpkg (>= 1.15.4) | install-info
+  * Remove debian/tmp/usr/share/dir file
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 14 Nov 2009 18:44:06 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sun, 15 Nov 2009 00:00:02 +0100
 
 ng-spice-rework (19-1) unstable; urgency=low
 

Modified: packages/ng-spice-rework/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/control?rev=35984&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/control (original)
+++ packages/ng-spice-rework/trunk/debian/control Sun Nov 15 08:58:38 2009
@@ -3,7 +3,7 @@
 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, quilt, install-info,
+ 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.3
@@ -16,7 +16,7 @@
 Package: ngspice
 Section: non-free/electronics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
 Description: A Spice circuit simulator
  NGspice is a mixed-level/mixed-signal circuit simulator.
  Its code is based on three open source software packages:
@@ -46,6 +46,7 @@
 Package: ngspice-doc
 Section: non-free/doc
 Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Documentation for the ngspice circuit simulator
  NGspice is a mixed-level/mixed-signal circuit simulator.
  Its code is based on three open source software packages:

Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=35984&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Sun Nov 15 08:58:38 2009
@@ -124,6 +124,8 @@
 		$(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/html
 	install -o root -g root -m 644 build/ngspice/doc/ngspice.ps \
 		$(CURDIR)/debian/tmp/usr/share/doc/ngspice-doc/
+	# Removing /usr/share/info/dir file
+	rm -f $(CURDIR)/debian/tmp/usr/share/info/dir
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the debian-science-commits mailing list