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,13 @@ +mingw32 (4.2.1.dfsg-1ubuntu1) hardy; urgency=low + + * debian/rules: + - fixed bashsim (LP: #178264) + * debian/control: + - updated Maintainer field + - bumped Standards-Version to 3.7.3 + + -- Mario Bonino Sun, 23 Dec 2007 14:41:08 +0100 + 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/control mingw32-4.2.1.dfsg/debian/control --- mingw32-4.2.1.dfsg/debian/control +++ mingw32-4.2.1.dfsg/debian/control @@ -2,8 +2,9 @@ Section: devel Priority: optional Build-Depends: mingw32-binutils, mingw32-runtime, debhelper (>= 4.0), gettext, bison, flex, perl, texinfo -Maintainer: Ron Lee -Standards-Version: 3.7.2.2 +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Ron Lee +Standards-Version: 3.7.3 Package: mingw32 Architecture: any