Package: yforth
Version: 0.1beta-23
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu quantal ubuntu-patch

Dear Maintainer,


I have attached a patch which adds a homepage field to control for this package.

Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers quantal-updates
  APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500, 
'quantal-proposed'), (500, 'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.5.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'Makefile'
--- Makefile	2001-05-07 10:45:21 +0000
+++ Makefile	2012-09-24 07:45:31 +0000
@@ -13,7 +13,7 @@
 	string.h tools.h toolse.h udio.h ver.h ycore.h yforth.h 
 
 yforth: div.h $(OBJECTS)
-	$(CC) $(MATHLIB) -o yforth $(OBJECTS)
+	$(CC) -o yforth $(OBJECTS) $(MATHLIB)
 
 div.h: div
 	./div 

=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2011-10-17 22:37:52 +0000
+++ debian/control	2012-09-24 07:46:50 +0000
@@ -4,6 +4,7 @@
 Maintainer: Bdale Garbee <bd...@gag.com>
 Build-Depends: debhelper (>= 5)
 Standards-Version: 3.9.2
+Homepage: http://www.di.unito.it/~padovani/software.html
 Vcs-Git: git://git.gag.com/debian/yforth
 Vcs-Browser: http://git.gag.com/?p=debian/yforth
 

Reply via email to