summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2004-03-15 12:18:25 +0000
committeretienne2004-03-15 12:18:25 +0000
commit2102b47ff958dd95879304a5571fadceb842bd68 (patch)
tree2e18e2e6face408b802719c12df7763a51765232
parent7715d8ac80f1c05d4278d8823dc393fa88f0458c (diff)
downloadivylaunch-2102b47ff958dd95879304a5571fadceb842bd68.zip
ivylaunch-2102b47ff958dd95879304a5571fadceb842bd68.tar.gz
ivylaunch-2102b47ff958dd95879304a5571fadceb842bd68.tar.bz2
ivylaunch-2102b47ff958dd95879304a5571fadceb842bd68.tar.xz
*** empty log message ***
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules6
-rwxr-xr-xivylaunch2
3 files changed, 11 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 1890453..7c6ab5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ivylaunch (1.1) unstable; urgency=low
+
+ * Corrections de bug sur exécution de commandes en background
+
+ -- Daniel Etienne <etienne@cena.fr> Mon, 15 Mar 2004 13:17:51 +0100
+
ivylaunch (1.0) unstable; urgency=low
* Initial release.
@@ -17,6 +23,4 @@ ivylaunch (1.0) unstable; urgency=low
-- Daniel Etienne <etienne@cena.fr> Wed, 7 May 2003 14:22:39 +0200
-Local variables:
-mode: debian-changelog
-End:
+
diff --git a/debian/rules b/debian/rules
index ceb2ad8..3359410 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,11 +27,11 @@ binary-arch: checkroot build
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
install -d debian/tmp/usr/lib/$(package)
- install -m755 ivylaunch debian/tmp/usr/bin/ivylaunch
- install -m644 FugueConfig.pm debian/tmp/usr/lib/ivylaunch/FugueConfig.pm
+ install -m755 $(package) debian/tmp/usr/bin/$(package)
+ install -m644 FugueConfig.pm debian/tmp/usr/lib/$(package)/FugueConfig.pm
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
- pod2man ivylaunch > ivylaunch.1
+ pod2man $(package) > $(package).1
debstd
dpkg-gencontrol
chown -R root.root debian/tmp
diff --git a/ivylaunch b/ivylaunch
index 8e470a2..667ea5c 100755
--- a/ivylaunch
+++ b/ivylaunch
@@ -269,7 +269,7 @@ the application name. This indicative field is used to detect double agents. Ins
=item B<command>
-the command to execute and its options.
+the command to execute and its options.
=back