aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-20 17:39:55 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-20 17:39:55 +0100
commite2c03c815107a78049884853a926598767d44e69 (patch)
tree8858e29fde92d0b0b64ae200a423a706954c961f
parent5fe64deffb5166edc23d9baff0e4864c7f979551 (diff)
downloadsciteco-e2c03c815107a78049884853a926598767d44e69.tar.gz
added ./distribute rule to put a debian source package into the sciteco PPA
-rwxr-xr-xdistribute5
1 files changed, 5 insertions, 0 deletions
diff --git a/distribute b/distribute
index fcadb84..31cf0ff 100755
--- a/distribute
+++ b/distribute
@@ -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