tags 533956 patch
thanks

I am not sure why there are commands in the rules file to remover this
directory.. They look to be children of bug #525574, but according to my
builds, twitux doesn't even try to put anything in /var.

I let the package build without the added lines, and there was no /var
even generated by the build, so I have attached a patch to remove the
offending lines from the rules file.

(I know, why make a patch to delete 2 lines from debian/rules? I'm bored
right now, so why not)

Hope this helps!
-- 
Luke Cycon <lcy...@gmail.com>
diff -urNad twitux-0.69/debian/rules twitux-0.69.new/debian/rules
--- twitux-0.69/debian/rules	2009-10-04 01:22:16.000000000 -0700
+++ twitux-0.69.new/debian/rules	2009-10-04 01:22:27.000000000 -0700
@@ -83,11 +83,6 @@
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/twitux install
 
-	# Remove scrollkeeper dir. Closes #525574.
-	rm -rf $(CURDIR)/debian/twitux/var/lib/scrollkeeper
-	rmdir -p --ignore-fail-on-non-empty $(CURDIR)/debian/twitux/var/lib
-
-
 binary-indep: build install
 # We have nothing to do by default.
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to