[Merge] lp:~corey.bryant/ubuntu/utopic/python-pyscss/mir into lp:ubuntu/python-pyscss
Chuck Short
chuck.short at canonical.com
Thu Oct 2 12:32:18 UTC 2014
Review: Needs Fixing
Diff comments:
> === modified file 'debian/changelog'
> --- debian/changelog 2014-09-24 21:54:24 +0000
> +++ debian/changelog 2014-10-01 20:08:50 +0000
> @@ -1,3 +1,12 @@
> +python-pyscss (1.2.1-0ubuntu2) UNRELEASED; urgency=medium
This should be utopic now.
> +
> + * d/python-pyscss.postrm: Removed due to Lintian error, and
> + python-pyscss.prerm already removes the alternative.
> + * d/python3-pyscss.postrm: Removed due to Lintian error, and
> + python3-pyscss.prerm already removes the alternative.
> +
> + -- Corey Bryant <corey.bryant at canonical.com> Wed, 01 Oct 2014 15:41:32 -0400
> +
> python-pyscss (1.2.1-0ubuntu1) utopic; urgency=medium
>
> * New upstream point release, resolving compilation failures for
>
> === removed file 'debian/python-pyscss.postrm'
> --- debian/python-pyscss.postrm 2014-06-26 12:10:36 +0000
> +++ debian/python-pyscss.postrm 1970-01-01 00:00:00 +0000
> @@ -1,11 +0,0 @@
> -#!/bin/sh
> -
> -set -e
> -
> -if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
> - update-alternatives --remove pyscss /usr/bin/python2-pyscss
> -fi
> -
> -#DEBHELPER#
> -
> -exit 0
>
> === removed file 'debian/python3-pyscss.postrm'
> --- debian/python3-pyscss.postrm 2014-06-26 12:10:36 +0000
> +++ debian/python3-pyscss.postrm 1970-01-01 00:00:00 +0000
> @@ -1,11 +0,0 @@
> -#!/bin/sh
> -
> -set -e
> -
> -if [ "$1" = "remove" ] || [ "$1" = "disappear" ]; then
> - update-alternatives --remove pyscss /usr/bin/python3-pyscss
> -fi
> -
> -#DEBHELPER#
> -
> -exit 0
>
--
https://code.launchpad.net/~corey.bryant/ubuntu/utopic/python-pyscss/mir/+merge/236775
Your team Ubuntu branches is subscribed to branch lp:ubuntu/python-pyscss.
More information about the Ubuntu-reviews
mailing list