I've attached the debdiff.. let's fix the bashism. Thakns
-- Marco Rodrigues http://Marco.Tondela.org
diff -u mingw32-4.2.1.dfsg/debian/control mingw32-4.2.1.dfsg/debian/control --- mingw32-4.2.1.dfsg/debian/control +++ mingw32-4.2.1.dfsg/debian/control @@ -1,9 +1,10 @@ Source: mingw32 Section: devel Priority: optional -Build-Depends: mingw32-binutils, mingw32-runtime, debhelper (>= 4.0), gettext, bison, flex, perl, texinfo +Build-Depends: mingw32-binutils, mingw32-runtime, debhelper (>= 5.0), gettext, bison, flex, perl, texinfo Maintainer: Ron Lee <[EMAIL PROTECTED]> -Standards-Version: 3.7.2.2 +Standards-Version: 3.7.3 +Homepage: http://www.mingw.org/ Package: mingw32 Architecture: any @@ -19 +19,0 @@ - diff -u mingw32-4.2.1.dfsg/debian/changelog mingw32-4.2.1.dfsg/debian/changelog --- mingw32-4.2.1.dfsg/debian/changelog +++ mingw32-4.2.1.dfsg/debian/changelog @@ -1,3 +1,17 @@ +mingw32 (4.2.1.dfsg-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Fix bashism (Closes: #459099). + * debian/control: + + Bump debhelper to 5. + + Bump Standards-Version to 3.7.3. + + Add Homepage field. + * debian/compat: + + Bump to version 5. + + -- Marco Rodrigues <[EMAIL PROTECTED]> Thu, 24 Jan 2008 20:22:40 +0000 + mingw32 (4.2.1.dfsg-1) unstable; urgency=low * New upstream. Unfortunately this one was a monolithic blob made on a diff -u mingw32-4.2.1.dfsg/debian/rules mingw32-4.2.1.dfsg/debian/rules --- mingw32-4.2.1.dfsg/debian/rules +++ mingw32-4.2.1.dfsg/debian/rules @@ -148,7 +148,8 @@ dh_strip -Xusr/$(target)/lib \ -Xusr/lib/gcc/$(target)/$(version)/lib $(target)-strip --strip-debug debian/$(package)/usr/$(target)/lib/*.a - $(target)-strip --strip-debug debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.{a,o} + $(target)-strip --strip-debug debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.a + $(target)-strip --strip-debug debian/$(package)/usr/lib/gcc/$(target)/$(version)/*.o # Ugh, the source package was built on a billbox. Fix some stray executables. diff -u mingw32-4.2.1.dfsg/debian/compat mingw32-4.2.1.dfsg/debian/compat --- mingw32-4.2.1.dfsg/debian/compat +++ mingw32-4.2.1.dfsg/debian/compat @@ -1 +1 @@ -4 +5

