Hello,

I'm doing an NMU of wyg to fix #353852; diff attached.

Thanks,

Matej
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=medium
+
+  * Non-maintainer upload.
+  * Fix syntax error in dependencies.  Closes: #353852.
+  * Change architecture to all.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Wed,  8 Mar 2006 13:00:24 +0100
+
 wyg (1.1.3.0.debian.1-4) unstable; urgency=low
 
   * Adopted package (Closes: #266460).
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
@@ -2,12 +2,12 @@
 Section: devel
 Priority: optional
 Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4), autotools-dev
+Build-Depends-Indep: debhelper (>> 4), autotools-dev
 Standards-Version: 3.6.2
 
 Package: wyg
-Architecture: any
-Depends: ${shlibs:Depends} perl, bison, flex
+Architecture: all
+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/rules wyg-1.1.3.0.debian.1/debian/rules
--- wyg-1.1.3.0.debian.1/debian/rules
+++ wyg-1.1.3.0.debian.1/debian/rules
@@ -37,10 +37,6 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installdocs
@@ -49,13 +45,15 @@
        dh_installchangelogs ChangeLog
        dh_link
-       dh_strip
        dh_compress
        dh_fixperms
        dh_installdeb
-       dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

Reply via email to