Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/176914

Change subject: Put the bin file in the /usr/bin instead of /usr/ircecho/bin
......................................................................

Put the bin file in the /usr/bin instead of /usr/ircecho/bin

- Also remove unused /lib dir
- Fix init script to take into account new install location
- Bump version number

Bug: T76208
Change-Id: I911048c233a043edbff7b645ab2912eb7bc9b8ad
---
M debian/changelog
D debian/dirs
M debian/install
M debian/ircecho.init
4 files changed, 8 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/ircecho 
refs/changes/14/176914/1

diff --git a/debian/changelog b/debian/changelog
index 03cfdf8..cf4e26e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ircecho (1.4-2) unstable; urgency=low
+
+  * Simplify file layout and directory structure.
+
+ -- Yuvi Panda<yuvipa...@gmail.org>  Tue, 02 Dec 2014 16:30:00 +0530
+
 ircecho (1.4-1) precise-wikimedia; urgency=low
 
   * Build for precise
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 81a2807..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/ircecho
-usr/ircecho/bin
-usr/ircecho/lib
diff --git a/debian/install b/debian/install
index fba62f7..26cd9f5 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-ircecho /usr/ircecho/bin
+ircecho /usr/bin/ircecho
diff --git a/debian/ircecho.init b/debian/ircecho.init
index 901d87b..689c59b 100644
--- a/debian/ircecho.init
+++ b/debian/ircecho.init
@@ -15,7 +15,7 @@
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 DESC="Input to IRC echoer"
-DAEMON="/usr/ircecho/bin/ircecho"
+DAEMON="/usr/bin/ircecho"
 USER="nobody"
 SCRIPTNAME="/etc/init.d/ircecho"
 NAME="ircecho"

-- 
To view, visit https://gerrit.wikimedia.org/r/176914
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I911048c233a043edbff7b645ab2912eb7bc9b8ad
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/ircecho
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to