Merge branch 'master' of github.com:dankamongmen/notcurses

pull/900/head
joseLuís 4 years ago
commit 6a19d31bd9

@ -32,8 +32,8 @@ class Cell:
self.ncp = ncplane
self.c = ffi.new("cell *")
self.c.gcluster = egc
self.c.stylemask = 0
self.c.channels = 0
self.c.attrword = 0
def __del__(self):
lib.cell_release(self.ncp.getNcplane(), self.c)

@ -15,6 +15,7 @@ gpg --sign --armor --detach-sign ../notcurses_$VERSION+dfsg.1.orig.tar.xz
# FIXME this seems to upload to $VERSION.dfsg as opposed to $VERSION+dfsg?
github-asset dankamongmen/notcurses upload v$VERSION ../notcurses_$VERSION+dfsg.1.orig.tar.xz ../notcurses_$VERSION+dfsg.1.orig.tar.xz.asc
git commit -m "v$VERSION" -a
git push
gbp import-orig ../notcurses_$VERSION+dfsg.1.orig.tar.xz
git push --tags
dpkg-buildpackage --build=source

Loading…
Cancel
Save