r36749 - in /packages/ng-spice-rework/trunk/debian: README.source changelog control patches/ rules
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sun Jul 25 16:09:22 UTC 2010
Author: gudjon-guest
Date: Sun Jul 25 16:09:18 2010
New Revision: 36749
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36749
Log:
* Add build dependency on lyx, elyxer and texlive-full
* Add build dependency on imagemagick
* Remove machine generated file src/frontend/parse-bison.c
in clean target
* Remove README.source
* Remove all patches, fixed in upstream
Removed:
packages/ng-spice-rework/trunk/debian/README.source
packages/ng-spice-rework/trunk/debian/patches/
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=36749&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog (original)
+++ packages/ng-spice-rework/trunk/debian/changelog Sun Jul 25 16:09:18 2010
@@ -1,13 +1,18 @@
-ng-spice-rework (21-1) UNRELEASED; urgency=low
+ng-spice-rework (21-1) unstable; urgency=low
* New upstream release
* Bump standards version to 3.9.0
* Rewrite get-orig-source
* Switch to dpkg-source 3.0 (quilt) format
- * Add dependency on lyx, elyxer and texlive-lang-greek
+ * Add build dependency on lyx, elyxer and texlive-full
* Fix compilation of doc in rules file
+ * Add build dependency on imagemagick
+ * Remove machine generated file src/frontend/parse-bison.c
+ in clean target
+ * Remove README.source
+ * Remove all patches, fixed in upstream
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sat, 10 Jul 2010 20:22:39 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 25 Jul 2010 17:17:32 +0200
ng-spice-rework (20-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=36749&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/control (original)
+++ packages/ng-spice-rework/trunk/debian/control Sun Jul 25 16:09:18 2010
@@ -5,8 +5,8 @@
Uploaders: Gudjon I. Gudjonsson <gudjon at gudjon.org>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 7), automake, libtool, libxaw7-dev, flex,
- bison, gfortran, libeditline-dev, libncurses5-dev, quilt,
- lyx, elyxer, texinfo, texlive-latex-base, texlive-lang-greek,
+ bison, gfortran, libeditline-dev, libncurses5-dev,
+ lyx, elyxer, texinfo, texlive-latex-base, texlive-full, imagemagick,
tcl8.4-dev, tcl8.4, tk8.4-dev, tk8.4, blt-dev
Standards-Version: 3.9.0
Homepage: http://ngspice.sourceforge.net
Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=36749&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Sun Jul 25 16:09:18 2010
@@ -90,7 +90,7 @@
rm -f build-stamp
rm -f config.status-stamp
rm -rf build
-
+ rm -f src/frontend/parse-bison.c
dh_clean
install: build
More information about the debian-science-commits
mailing list