1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Problem when building debian package IOC |
From: | "Shen, Guobao" <[email protected]> |
To: | <[email protected]> |
Date: | Mon, 22 Feb 2016 08:53:06 -0500 |
You can refer to some simple examples, such as https://github.com/epicsdeb/elegant. The configuration is controlled by the install file under debian directory like Martin mentioned. Thanks, Guobao On 2/21/16 11:28 PM, Konrad, Martin wrote:
Hi Lin,my problem is that the configure/RELEASE file will be the "/usr/lib/epics/configure/RELEASE" file in the package as well, which conflicts with the existing one of EPICS base and causes failure when install the Debian package.You probably do not want to install the RELEASE file of your IOC along with your binaries. Exclude it from the list of files to be installed (e.g. remove it from debian/<package-name>.install) and you should be good. HTH, Martin