Attached is the diff for the NMU I'm going to make in a little while
(we're in 0-day NMU mode for bugs that have been open for over a week).
--
Those who do, decide.
diff -u wyg-1.1.3.0.debian.1/debian/control wyg-1.1.3.0.debian.1/debian/control
--- wyg-1.1.3.0.debian.1/debian/control
+++ wyg-1.1.3.0.debian.1/debian/control
@@ -7,7 +7,7 @@
Package: wyg
Architecture: any
-Depends: ${shlibs:Depends} perl, bison, flex
+Depends: ${shlibs:Depends}, perl, bison, flex
Description: (Where's Your Grammar?) command line parser generator
WYG (Where's Your Grammar?) is a tool that automates the use of lex,
yacc, and getopt_long to create a front-end for your projects that can
diff -u wyg-1.1.3.0.debian.1/debian/changelog wyg-1.1.3.0.debian.1/debian/changelog
--- wyg-1.1.3.0.debian.1/debian/changelog
+++ wyg-1.1.3.0.debian.1/debian/changelog
@@ -1,3 +1,11 @@
+wyg (1.1.3.0.debian.1-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control: added missing comma in Depends line. Package now
+ builds from source again. Closes: #353852.
+
+ -- Lars Wirzenius <[EMAIL PROTECTED]> Wed, 8 Mar 2006 13:49:54 +0200
+
wyg (1.1.3.0.debian.1-4) unstable; urgency=low
* Adopted package (Closes: #266460).