r35736 - in /packages/ng-spice-rework/trunk/debian: changelog patches/01_manpages-hyphen.diff patches/02_fix_getopt.diff patches/03_fix_libdir.diff patches/series rules watch

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Thu May 21 08:40:16 UTC 2009


Author: gudjon-guest
Date: Thu May 21 08:40:15 2009
New Revision: 35736

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35736
Log:
Preparing for version 19

Removed:
    packages/ng-spice-rework/trunk/debian/patches/01_manpages-hyphen.diff
    packages/ng-spice-rework/trunk/debian/patches/02_fix_getopt.diff
    packages/ng-spice-rework/trunk/debian/patches/03_fix_libdir.diff
Modified:
    packages/ng-spice-rework/trunk/debian/changelog
    packages/ng-spice-rework/trunk/debian/patches/series
    packages/ng-spice-rework/trunk/debian/rules
    packages/ng-spice-rework/trunk/debian/watch

Modified: packages/ng-spice-rework/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/changelog?rev=35736&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/changelog (original)
+++ packages/ng-spice-rework/trunk/debian/changelog Thu May 21 08:40:15 2009
@@ -1,3 +1,13 @@
+ng-spice-rework (19-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Remove all patches since they are already in upstream
+  * Remove call to autogen and --enable experimental option when building
+  * Fix watch file
+  * Not removing getopt files, since they are BSD now
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Thu, 21 May 2009 10:39:47 +0200
+
 ng-spice-rework (18-1) unstable; urgency=low
 
   * Initial release (Closes: #489768)

Modified: packages/ng-spice-rework/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/patches/series?rev=35736&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/patches/series (original)
+++ packages/ng-spice-rework/trunk/debian/patches/series Thu May 21 08:40:15 2009
@@ -1,3 +1,0 @@
-01_manpages-hyphen.diff
-02_fix_getopt.diff
-03_fix_libdir.diff

Modified: packages/ng-spice-rework/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/rules?rev=35736&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/rules (original)
+++ packages/ng-spice-rework/trunk/debian/rules Thu May 21 08:40:15 2009
@@ -36,7 +36,6 @@
 	cp -f /usr/share/misc/config.guess build/tclspice/config.guess
 	# Configure ngspice
 	(cd build/ngspice;\
-	./autogen.sh; \
 	./configure $(CROSS) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
@@ -50,13 +49,11 @@
 		--enable-debug \
 		--enable-numparam=yes \
 		--enable-dot-global \
-		--enable-experimental \
 		enable_adms=no \
 		CFLAGS="$(CFLAGS)")
 	#LDFLAGS="-Wl,-z,defs")
 	# Configure tclspice
 	(cd build/tclspice;\
-	./autogen.sh; \
 	./configure $(CROSS) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
@@ -72,7 +69,6 @@
 		--enable-debug \
 		--enable-numparam=yes \
 		--enable-dot-global \
-		--enable-experimental \
 		--disable-x \
 		--with-tcl=/usr/lib/tcl8.4 \
 		CFLAGS="$(CFLAGS)")
@@ -192,9 +188,9 @@
 	rm -f doc/*.pdf
 	rm -f config.sub
 	rm -f config.guess
-	rm -f src/misc/getopt1.c
-	rm -f src/misc/getopt.c
-	rm -f src/misc/getopt.h
+	#rm -f src/misc/getopt1.c
+	#rm -f src/misc/getopt.c
+	#rm -f src/misc/getopt.h
 	tar -zcf ${TARNAME} ${DIRNAME}
 	rm -rf ${DIRNAME} ${ARCHIVE}
 

Modified: packages/ng-spice-rework/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/ng-spice-rework/trunk/debian/watch?rev=35736&op=diff
==============================================================================
--- packages/ng-spice-rework/trunk/debian/watch (original)
+++ packages/ng-spice-rework/trunk/debian/watch Thu May 21 08:40:15 2009
@@ -1,2 +1,2 @@
 version=3
-http://qa.debian.org/watch/sf.php/ngspice/ng-spice-rework-(.*)\.tar\.gz debian uupdate
+http://sf.net/ngspice/ng-spice-rework-(.*)\.tar\.gz debian uupdate




More information about the debian-science-commits mailing list