summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-12-07 14:16:06 +0100
committerYves Fischer <yvesf-git@xapek.org>2018-12-07 14:16:06 +0100
commitd7d81818b4846cff7c6c2662b44257bff0e0d379 (patch)
tree6c811b8614c1fcf6b31ad2ae93a27e1e68a0c6eb
parent9a1bcad7241b9bd86eaf06548d5d2fc10a7f5849 (diff)
downloadpackages-master.tar.gz
packages-master.zip
idea 2018.3.1HEADmaster
-rw-r--r--.gitignore1
-rw-r--r--idea-ic/debian/changelog2
-rwxr-xr-xidea-ic/debian/rules5
3 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 694e8bc..84d6aca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
/*.changes
/*.deb
/*.dsc
+/*.tar.*
# Only care about debian/ directory
/*/*
diff --git a/idea-ic/debian/changelog b/idea-ic/debian/changelog
index 2ebbb30..27294be 100644
--- a/idea-ic/debian/changelog
+++ b/idea-ic/debian/changelog
@@ -1,4 +1,4 @@
-idea-ic (2017.3.2-no-jdk) unstable; urgency=medium
+idea-ic (2018.3.1-no-jdk) unstable; urgency=medium
* Fake entry.
diff --git a/idea-ic/debian/rules b/idea-ic/debian/rules
index 6db6008..586487a 100755
--- a/idea-ic/debian/rules
+++ b/idea-ic/debian/rules
@@ -2,17 +2,18 @@
ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH | sed "s/^i//")
DISTRIBUTION = $(shell lsb_release -sc)
-VERSION = 2018.1-no-jdk
+VERSION = 2018.3.1-no-jdk
PACKAGEVERSION = 2:$(VERSION)-0~$(DISTRIBUTION)0
TARBALL = ideaIC-$(VERSION).tar.gz
URL = https://download.jetbrains.com/idea/$(TARBALL)
+SHA_256 = c6bd74e4280c3cf850fd6953a47e0e91ffb882b3b0ca25de12ac745f65a5d3e3
%:
dh $@
override_dh_auto_configure:
wget -c "$(URL)" -O $(TARBALL)
- test `sha256sum $(TARBALL) | cut -c 1-64` = "a8749bf8468ceb0bb957ba88c85eeb1c10a424e2140b1da976cd2d47b2f95426"
+ test `sha256sum $(TARBALL) | cut -c 1-64` = "$(SHA_256)"
mkdir idea-ic
tar xf $(TARBALL) --strip-components=1 -C idea-ic