diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 17:39:55 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-03-20 17:39:55 +0100 |
commit | e2c03c815107a78049884853a926598767d44e69 (patch) | |
tree | 8858e29fde92d0b0b64ae200a423a706954c961f | |
parent | 5fe64deffb5166edc23d9baff0e4864c7f979551 (diff) | |
download | sciteco-e2c03c815107a78049884853a926598767d44e69.tar.gz |
added ./distribute rule to put a debian source package into the sciteco PPA
-rwxr-xr-x | distribute | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -76,6 +76,11 @@ debian-temp/binary-stamp : debian-prepare debian : debian-source debian-binary +ppa : debian-source + (cd debian-temp/; \ + dput ppa:robin-haberkorn/sciteco *.changes; \ + ) + mingw-binary : sciteco-$(SCITECO_VERSION)-win32.zip sciteco-$(SCITECO_VERSION)-win32.zip : bundle tar xzf sciteco-$(SCITECO_VERSION)-bundle.tar.gz |