aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
-rw-r--r--deb/flat-remix/debian/changelog-template4
2 files changed, 5 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 526f55603..c94f3bc4b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ release: _get_version
$(MAKE) generate_changelog VERSION=$(VERSION)
$(MAKE) aur_release VERSION=$(VERSION)
$(MAKE) copr_release VERSION=$(VERSION)
+ $(MAKE) launchpad_release
git tag -f $(VERSION)
git push origin --tags
@@ -52,16 +53,14 @@ aur_release: _get_version _get_tag
git commit aur -m "Update aur version $(VERSION)"
git push origin master
- $(MAKE) launchpad_release
-
copr_release: _get_version _get_tag
sed "s/$(TAG)/$(VERSION)/g" -i $(PKGNAME).spec
git commit $(PKGNAME).spec -m "Update $(PKGNAME).spec version $(VERSION)"
git push origin master
-launchpad_release: _get_version _get_tag
+launchpad_release: _get_version
cp -a Flat-Remix* Makefile deb/$(PKGNAME)
- sed "s/$(TAG)/$(VERSION)/g" -i deb/$(PKGNAME)/debian/changelog-template
+ sed "s/{}/$(VERSION)/g" -i deb/$(PKGNAME)/debian/changelog-template
cd deb/$(PKGNAME)/debian/ && echo " -- $(MAINTAINER) $$(date -R)" | cat changelog-template - > changelog
cd deb/$(PKGNAME) && debuild -S -d
dput ppa deb/$(PKGNAME)_$(VERSION)_source.changes
diff --git a/deb/flat-remix/debian/changelog-template b/deb/flat-remix/debian/changelog-template
index 8c4ee253e..6252f704d 100644
--- a/deb/flat-remix/debian/changelog-template
+++ b/deb/flat-remix/debian/changelog-template
@@ -1,4 +1,4 @@
-flat-remix (20190519) disco; urgency=low
+flat-remix ({}) disco; urgency=low
- * Release 20190519
+ * Release {}