tags 414854 patch
tags 402627 patch

Hi Roland,

the patch fixing both bugs and some other stuff is attached.

With kind regards, Jan.
-- 
Never write mail to <[EMAIL PROTECTED]>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GIT d-- s+: a- C+++ UL++++ P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
------END GEEK CODE BLOCK------

diff -Nur xenman-0.5/debian/changelog xenman-0.6/debian/changelog
--- xenman-0.5/debian/changelog	2007-03-30 21:41:38.000000000 +0200
+++ xenman-0.6/debian/changelog	2007-03-30 21:53:54.000000000 +0200
@@ -1,3 +1,13 @@
+xenman (0.6-0.1) unstable; urgency=low
+
+  * new upstream (closes #402627).
+  * install binary to /usr/bin since it's also useable as unprivileged user
+    (closes #414854).
+  * create /var/cache/xenman/image_store
+  * cosmetic fixes in rules
+
+ -- Jan Wagner <[EMAIL PROTECTED]>  Thu, 29 Mar 2007 22:51:35 +0200
+
 xenman (0.5-2.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nur xenman-0.5/debian/dirs xenman-0.6/debian/dirs
--- xenman-0.5/debian/dirs	2007-03-30 21:41:38.000000000 +0200
+++ xenman-0.6/debian/dirs	2007-03-30 21:41:50.000000000 +0200
@@ -1,3 +1,3 @@
 etc/xen/auto
-usr/sbin
+usr/bin
 usr/share/xenman/pixmaps
diff -Nur xenman-0.5/debian/menu xenman-0.6/debian/menu
--- xenman-0.5/debian/menu	2007-03-30 21:41:38.000000000 +0200
+++ xenman-0.6/debian/menu	2007-03-30 21:41:50.000000000 +0200
@@ -1,2 +1,2 @@
 ?package(xenman):needs="X11" section="Apps/System"\
-  title="xenman" command="/usr/sbin/xenman"
+  title="xenman" command="/usr/bin/xenman"
diff -Nur xenman-0.5/debian/rules xenman-0.6/debian/rules
--- xenman-0.5/debian/rules	2007-03-30 21:41:38.000000000 +0200
+++ xenman-0.6/debian/rules	2007-03-30 21:41:50.000000000 +0200
@@ -9,9 +9,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -27,15 +24,12 @@
 
 	touch configure-stamp
 
-
 build: build-stamp
 
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 
 	# Nothing to compile
-	#$(MAKE)
-
 	touch $@
 
 clean:
@@ -44,20 +38,18 @@
 	rm -f build-stamp configure-stamp
 
 	# commands to clean up after the build process.
-	#-$(MAKE) clean
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# commands to install the package into debian/xenman:
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/xenman
-	install -m644 debian/xenman.sh $(CURDIR)/debian/xenman/usr/sbin/xenman
-
+	install -m644 debian/xenman.sh debian/xenman/usr/bin/xenman
+	install -d -m 0777 debian/xenman/var/cache/xenman/image_store
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -73,7 +65,7 @@
 	dh_link
 	dh_strip
 	dh_compress
-	dh_fixperms
+	dh_fixperms --exclude var/cache/xenman/image_store
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Attachment: pgpPy60iHnNyP.pgp
Description: PGP signature

Reply via email to