On Fri, Apr 29, 2011 at 13:54:21 +0200, Alexander Reichle-Schmehl wrote:

> diff -u sfst-1.2.0/debian/rules sfst-1.2.0/debian/rules
> --- sfst-1.2.0/debian/rules
> +++ sfst-1.2.0/debian/rules
> @@ -70,7 +70,7 @@
>  install: build
>       dh_testdir
>       dh_testroot
> -     dh_clean -k 
> +     dh_prep
>       dh_installdirs
>  
>       # Add here commands to install the package into debian/tmp

dh_prep doesn't exist in debhelper 4.0.0...

> diff -u sfst-1.2.0/debian/control sfst-1.2.0/debian/control
> --- sfst-1.2.0/debian/control
> +++ sfst-1.2.0/debian/control
> @@ -1,8 +1,8 @@
>  Source: sfst
>  Priority: optional
>  Maintainer: Francis Tyers <fty...@prompsit.com>
> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config (>= 0.20 ), 
> flex, bison, libreadline5-dev (>= 5.2), libncurses5-dev (>= 5.5)
> -Standards-Version: 3.8.0
> +Build-Depends: debhelper (>= 4.0.0), autotools-dev, pkg-config (>= 0.20 ), 
> flex, bison, libreadline-dev (>= 5.2), libncurses5-dev (>= 5.5)

... which is what's in Build-Depends.

> +Standards-Version: 3.9.2
>  Section: misc
>  Homepage: 
> http://www.ims.uni-stuttgart.de/projekte/gramotron/SOFTWARE/SFST.html
>  
> @@ -24,7 +24,7 @@
>  Package: libsfst1-1.2-0-dev
>  Section: libdevel
>  Architecture: any
> -Depends: libsfst1-1.2-0 (= ${binary:Version})
> +Depends: libsfst1-1.2-0 (= ${binary:Version}), ${misc:Depends}
>  Provides: libsfst1-dev
>  Conflicts: libsfst1-dev
>  Description: Development library SFST
> diff -u sfst-1.2.0/debian/compat sfst-1.2.0/debian/compat
> --- sfst-1.2.0/debian/compat
> +++ sfst-1.2.0/debian/compat
> @@ -1 +1 @@
> -4
> +7
> diff -u sfst-1.2.0/debian/changelog sfst-1.2.0/debian/changelog
> --- sfst-1.2.0/debian/changelog
> +++ sfst-1.2.0/debian/changelog
> @@ -1,3 +1,16 @@
> +sfst (1.2.0-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Build depend on libreadline5-dev to libreadline-dev (Closes: #553852)
> +  * Set urgency to medium due to RC bug fix
> +  * Also fix some minor lintian warnings:
> +    * Add ${misc:Depends} to depends of libsfst1-1.2-0-dev
> +    * Bump debian/compat to 7
> +      * Use dh_prep instead of dh_clean -k
> +    * Bump standards to 2.9.2 (no further changes needed)
> +

The lintian stuff seems like a weird thing to do in a NMU IMO.  Also you
typoed 3.9.2 fwiw.

> + -- Alexander Reichle-Schmehl <toli...@debian.org>  Fri, 29 Apr 2011 
> 13:46:41 +0200
> +
>  sfst (1.2.0-1) unstable; urgency=low
>  
>    * Initial release Closes: #481915

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to