Comment 21 for bug 1762952

Revision history for this message
Ɓukasz Zemczak (sil2100) wrote :

Thanks for your patch Gunnar! For now I only had a quick look the changes, was wondering why the debian/control and debian/rules changes were needed for the PPA upload. It didn't build without those? I would expect it to not really differ from what would happen in the archive.

Also, from the glimpse I had I saw you were doing `dpkg --compare-versions "$2" lt-nl "$PKGVERSION"` in the postinst - was is the reason for that? I might be missing context, but isn't it enough to just check for "$1" = "upgrade" to see if we're upgrading?