[Pkg-javascript-commits] [rainloop] 01/01: Removed development changelog entries for release. Updated postinst script to abort on error.

Daniel Ring techwolf-guest at moszumanska.debian.org
Fri Apr 13 11:53:01 BST 2018


This is an automated email from the git hooks/post-receive script.

techwolf-guest pushed a commit to branch master
in repository rainloop.

commit 0b3ba57a873092e176e39c6eb1a3a48f8e0cbc20
Author: Daniel Ring <dring at wolfishly.me>
Date:   Fri Apr 13 03:37:43 2018 -0700

    Removed development changelog entries for release.
    Updated postinst script to abort on error.
---
 debian/changelog | 36 ++----------------------------------
 debian/postinst  |  2 +-
 2 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 418a55f..ee110db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,37 +1,5 @@
-rainloop (1.11.1-2) unstable; urgency=medium
-
-  * Completed unbundling of dependencies.
-
- -- Daniel Ring <dring at wolfishly.me>  Tue, 02 Jan 2018 21:06:16 -0700
-
-rainloop (1.11.1-1) unstable; urgency=low
-
-  * Updated to latest upstream version.
-  * Continued work on unbundling build system.
-
- -- Daniel Ring <dring at wolfishly.me>  Fri, 26 May 2017 15:35:14 -0700
-
-rainloop (1.11.0.205-4) unstable; urgency=low
-
-  * Switched build system from gulp to make.
-
- -- Daniel Ring <dring at wolfishly.me>  Fri, 26 May 2017 15:35:14 -0700
-
-rainloop (1.11.0.205-3) unstable; urgency=low
-
-  * Minor packaging fixes.
-  * Initial work on unbundling build system.
-
- -- Daniel Ring <dring at wolfishly.me>  Mon, 16 May 2017 09:41:21 -0700
-
-rainloop (1.11.0.205-2) unstable; urgency=low
-
-  * Packaging fixes from initial review.
-
- -- Daniel Ring <dring at wolfishly.me>  Mon, 08 May 2017 14:28:58 -0700
-
-rainloop (1.11.0.205-1) unstable; urgency=low
+rainloop (1.11.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #861581)
 
- -- Daniel Ring <dring at wolfishly.me>  Sun, 30 Apr 2017 03:19:32 -0700
+ -- Daniel Ring <dring at wolfishly.me>  Fri, 13 Apr 2018 02:42:00 -0700
diff --git a/debian/postinst b/debian/postinst
index 1dc9705..39325b2 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 #Copy sample config file for Nginx
 if [ -d /etc/nginx/sites-available/ ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/rainloop.git



More information about the Pkg-javascript-commits mailing list