Sorry, first patch is huge for some unfathomable reason... did the diff only
in the debian subdirectory it's about 1/10th the size.  same useful content.
? barry.postinst.debhelper
? barry.postrm.debhelper
? barry.substvars
? files
Index: changelog
===================================================================
RCS file: /cvsroot/barry/barry/debian/changelog,v
retrieving revision 1.2
diff -u -r1.2 changelog
--- changelog	5 Jan 2007 03:47:25 -0000	1.2
+++ changelog	7 Apr 2007 15:36:10 -0000
@@ -1,3 +1,9 @@
+barry (0.6-1) unstable; urgency=low
+   * adapted for Debian Etch.  has a newer version of udev, and plugdev 
+     available.  Also added btool in addition to only bcharge available
+
+ -- Peter Silva <[EMAIL PROTECTED]>  Fri, 06 Apr 2007 00:00:01 -0500
+
 barry (0.1-2) unstable; urgency=low
 
   * Make this work on ubuntu as well.  Ubuntu has a newer version of udev
Index: manpages
===================================================================
RCS file: /cvsroot/barry/barry/debian/manpages,v
retrieving revision 1.1
diff -u -r1.1 manpages
--- manpages	30 Dec 2006 03:04:46 -0000	1.1
+++ manpages	7 Apr 2007 15:36:10 -0000
@@ -1,2 +1,3 @@
 man/bcharge.1
+man/btool.1
 
Index: rules
===================================================================
RCS file: /cvsroot/barry/barry/debian/rules,v
retrieving revision 1.3
diff -u -r1.3 rules
--- rules	30 Dec 2006 03:19:05 -0000	1.3
+++ rules	7 Apr 2007 15:36:10 -0000
@@ -27,6 +27,7 @@
 endif
 
 configure: configure-stamp
+
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
@@ -41,8 +42,8 @@
 build-arch-stamp: configure-stamp 
 
 	# Add here commands to compile the arch part of the package.
-	#$(MAKE) 
-	g++-3.3 -Wall -o tools/bcharge tools/bcharge.cc -lusb
+	./configure --prefix=/usr
+	$(MAKE) 
 
 	touch build-arch-stamp
 
@@ -50,8 +51,8 @@
 build-indep-stamp: configure-stamp 
 
 	# Add here commands to compile the indep part of the package.
-	#$(MAKE) doc
-	touch build-indep-stamp
+	$(MAKE) doc
+	#touch build-indep-stamp
 
 clean:
 	dh_testdir
@@ -59,9 +60,7 @@
 	rm -f build-arch-stamp build-indep-stamp #CONFIGURE-STAMP#
 
 	# Add here commands to clean up after the build process.
-	#-$(MAKE) clean
-
-	rm -f tools/bcharge
+	#$(MAKE) clean
 
 	dh_clean  --exclude ./src/Makefile.orig
 
@@ -86,11 +85,11 @@
 
 	# Add here commands to install the arch part of the package into 
 	# debian/tmp.
-	#$(MAKE) install DESTDIR=$(CURDIR)/debian/barry
-	install -d $(CURDIR)/debian/barry/usr/sbin
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/barry
 	install -d $(CURDIR)/debian/barry/etc/udev/rules.d
-	install tools/bcharge $(CURDIR)/debian/barry/usr/sbin
-	install udev/10-blackberry.rules.Debian $(CURDIR)/debian/barry/etc/udev/rules.d/10-blackberry.rules
+	install udev/10-blackberry.rules $(CURDIR)/debian/barry/etc/udev/rules.d/10-blackberry.rules
+	sed s/"barry"/"plugdev"/g <udev/99-barry-perms >/tmp/99-barry-perms  
+	install /tmp/99-barry-perms $(CURDIR)/debian/barry/etc/udev/rules.d/99-barry-perms.rules
 
 	dh_install -s
 # Must not depend on anything. This is to be called by
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to