[Demudi-commits] r1442 - in ll-scope/trunk/debian: . patches

free-guest at alioth.debian.org free-guest at alioth.debian.org
Mon Jun 4 22:30:06 UTC 2007


Author: free-guest
Date: 2007-06-04 22:30:04 +0000 (Mon, 04 Jun 2007)
New Revision: 1442

Added:
   ll-scope/trunk/debian/install
   ll-scope/trunk/debian/ll-scope.desktop
Modified:
   ll-scope/trunk/debian/changelog
   ll-scope/trunk/debian/patches/destdir.dpatch
   ll-scope/trunk/debian/rules
Log:
releasing version 0.2.1-2

Modified: ll-scope/trunk/debian/changelog
===================================================================
--- ll-scope/trunk/debian/changelog	2007-06-03 05:03:37 UTC (rev 1441)
+++ ll-scope/trunk/debian/changelog	2007-06-04 22:30:04 UTC (rev 1442)
@@ -1,3 +1,10 @@
+ll-scope (0.2.1-2) unstable; urgency=low
+
+  * Fixed broken INSTALL_DIR variable in Makefile
+  * Added .desktop file
+
+ -- Free Ekanayaka <freee at debian.org>  Mon,  4 Jun 2007 23:50:57 +0200
+
 ll-scope (0.2.1-1) unstable; urgency=low
 
   * Initial Release (Closes: #321468)

Added: ll-scope/trunk/debian/install
===================================================================
--- ll-scope/trunk/debian/install	                        (rev 0)
+++ ll-scope/trunk/debian/install	2007-06-04 22:30:04 UTC (rev 1442)
@@ -0,0 +1 @@
+debian/ll-scope.desktop	usr/share/applications

Added: ll-scope/trunk/debian/ll-scope.desktop
===================================================================
--- ll-scope/trunk/debian/ll-scope.desktop	                        (rev 0)
+++ ll-scope/trunk/debian/ll-scope.desktop	2007-06-04 22:30:04 UTC (rev 1442)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Oscilloscope
+Comment=An oscilloscope DSSI plugin
+Exec=jack-dssi-host ll-scope.so
+Icon=/usr/lib/dssi/ll-scope/icon.png
+Terminal=false
+Type=Application
+Categories=GNOME;Application;AudioVideo;Audio;Synthesis;

Modified: ll-scope/trunk/debian/patches/destdir.dpatch
===================================================================
--- ll-scope/trunk/debian/patches/destdir.dpatch	2007-06-03 05:03:37 UTC (rev 1441)
+++ ll-scope/trunk/debian/patches/destdir.dpatch	2007-06-04 22:30:04 UTC (rev 1442)
@@ -23,13 +23,24 @@
 exit 0
 
 @DPATCH@
-diff a/Makefile b/Makefile
---- a/Makefile	2007-02-19 14:40:53.000000000 +0100
-+++ b/Makefile	2007-02-19 14:41:07.000000000 +0100
+--- a/Makefile	2007-06-04 23:48:24.000000000 +0200
++++ b/Makefile	2007-06-04 23:49:24.000000000 +0200
 @@ -1,4 +1,5 @@
 -INSTALL_DIR=/usr/local/lib/dssi
 +DESTDIR=
-+INSTALL_DIR=$(DESTDIR)/usr/lib/dssi
++INSTALL_DIR=/usr/lib/dssi
  
  all:	ll-scope.so ll-scope_gtk
  
+@@ -16,7 +17,7 @@
+ 	rm -f ll-scope.so ll-scope_gtk *.o
+ 
+ install:	ll-scope.so ll-scope_gtk
+-	mkdir -p $(INSTALL_DIR)
+-	cp -f ll-scope.so $(INSTALL_DIR)
+-	mkdir -p $(INSTALL_DIR)/ll-scope
+-	cp -f ll-scope_gtk ll-scope.glade pixmaps/icon.png $(INSTALL_DIR)/ll-scope/
++	mkdir -p $(DESTDIR)$(INSTALL_DIR)
++	cp -f ll-scope.so $(DESTDIR)$(INSTALL_DIR)
++	mkdir -p $(DESTDIR)$(INSTALL_DIR)/ll-scope
++	cp -f ll-scope_gtk ll-scope.glade pixmaps/icon.png $(DESTDIR)$(INSTALL_DIR)/ll-scope/

Modified: ll-scope/trunk/debian/rules
===================================================================
--- ll-scope/trunk/debian/rules	2007-06-03 05:03:37 UTC (rev 1441)
+++ ll-scope/trunk/debian/rules	2007-06-04 22:30:04 UTC (rev 1442)
@@ -19,17 +19,10 @@
 	CFLAGS += -O2
 endif
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
+build: build-stamp
 
-	touch configure-stamp
+build-stamp:  patch-stamp
 
-
-build: build-stamp patch-stamp
-
-build-stamp: configure-stamp 
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -69,7 +62,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-#	dh_install
+	dh_install
 #	dh_installmenu
 #	dh_installdebconf	
 #	dh_installlogrotate




More information about the Demudi-commits mailing list