[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wishlist for the sprinters.



On Fri, Jan 27, 2012 at 11:07:38AM +0900, Charles Plessy wrote:
>   http://anonscm.debian.org/gitweb/?p=users/plessy/snappy-java.git

For some reason I can not commit to this:

$ git push
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 483 bytes, done.
Total 5 (delta 3), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To git+ssh://git.debian.org/git/users/plessy/snappy-java.git
 ! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'git+ssh://git.debian.org/git/users/plessy/snappy-java.git'


I attached a quilt patch to this mail. 

If I were you I would strip all this binary stuff out of the original
tarball which drastically reduces its size and simplifies writing
copyright.

Please TEST!!!

Hope this helps

        Andreas.

-- 
http://fam-tille.de
--- snappy-java-1.0.4.1.orig/Makefile
+++ snappy-java-1.0.4.1/Makefile
@@ -58,8 +58,8 @@
 clean:
 	rm -rf $(TARGET)
 
-NATIVE_DIR:=src/main/resources/org/xerial/snappy/native/$(OS_NAME)/$(OS_ARCH)
-NATIVE_TARGET_DIR:=$(TARGET)/classes/org/xerial/snappy/native/$(OS_NAME)/$(OS_ARCH)
+NATIVE_DIR:=/usr/lib
+NATIVE_TARGET_DIR:=$(TARGET)/usr/lib
 NATIVE_DLL:=$(NATIVE_DIR)/$(LIBNAME)
 
 snappy-jar-version:=snappy-java-$(shell xml_grep --text_only "/project/version" pom.xml)

Reply to: