Please help, I am looking for :
Sponsorship/uploader for :
Testing :
My side I'll have to :
I applied to become a Debian developer since I use LibreSoftware for more than a decade now. And I feel i have a debt to this community.
I already done some works as a opensource developer, I contributed to some 3D games projects , and I started a 3D lib for J2ME devices ,
I also made some documentation, patches etc, You'll see some reference at : @ http://rzr.online.fr/contribs.htm
About Debian, I try to share my knowledge with users, I am used to bugreport problem and I've done several packages yet.
Done :
@ http://packages.qa.debian.org/c/connect-proxy.html
@ http://packages.qa.debian.org/n/newmat.html
@ http://packages.qa.debian.org/t/tuxguitar.html
@ http://packages.qa.debian.org/f/fatresize.html
Work Planned :
https://alioth.debian.org/users/rzr-guest/
menu-item-creates-new-root-section http://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.5
desktop files :
sudo apt-get install dh-make dpkg-dev devscripts lintian linda sudo apt-get install gcc make fakeroot docbook-to-man
Publishing a debian package :
http://www.debian.org/doc/maint-guide/
dpkg-buildpackage -rfakeroot
debuild (ou pdebuild) dput ou dupload ou debrelease
find . -iname "*.so" -printf "%P usr/lib/\n" >> debian/install
reportbug wnnp # http://sponsors.debian.net/ dupload --to mentors *.changes
apt-get install chrpath (tool of the month)
/etc/rc.boot/ /etc/init.d/ (rh's /etc/rc.d/rc.local )
# how to make a debian package :
cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/mldonkey login cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/mldonkey co mldonkey
gmake -f debian/rules gmake -f debian/rules binary debstd dpkg -i ../*.deb # lintian - Debian package checker
hold pkg :
dselect : "=" echo -e "libc6 hold\nlibc6-dev hold" | dpkg --set-selections
dget -x http://ftp.ubuntu.com/ubuntu/pool/main/c/command-not-found/command-not-found_0.2.3.dsc
sudo aptitude install $(debuild 2>&1 | grep 'dpkg-checkbuilddeps: Unmet build dependencies: ' | cut -d: -f3 | sed -e 's/(.*)//g')
debuild -S 2>&1 | grep 'dpkg-source: error: cannot represent change to ' | sed -e "s|dpkg-source: error: cannot represent change to $(basename -- `pwd`)/\(.*\): .*|\1|g" | while read t; do echo "rm -vf -- \"$t\""; done
install: find . -type f -exec file '{}' \; | grep -e ELF | grep -e executable | cut -d: -f1 | while read t; do install -v $t /tmp/ ; done
find . -type f -iname "*.so*" -exec basename "{}" \; | while read t; do xargs -n 1 apt-file search ; done | cut -d: -f 1 | sort | uniq | tr '\n' ' , '
dpkg --clear-avail # http://sidux.com/index.php?name=PNphpBB2&file=printview&t=21491&start=15
Print: http://www.debian.org/doc/debian-policy/ch-scope.html#s1.2
You can convert these debian packages to RPM or Slackware tgz using Alien package converter. You can obtain it at http://kitenet.net/programs/alien/
http://ftp.debian.org/debian/pool/main/lib3/lib3ds/lib3ds_1.2.0.orig.tar.gz http://ftp.debian.org/debian/pool/main/lib3/lib3ds/lib3ds_1.2.0-4.diff.gz http://packages.qa.debian.org/f/f2c.html
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
mkdir -p /tmp/${TMPDIR} && cd /tmp/${TMPDIR} sudo apt-get update sudo apt-get install apt-build apt-src sudo apt-build install connect-proxy sudo dpkg -i /var/cache/apt-build/repository/connect-proxy_1.95-2_i386.deb
"dpkg: error: --configure needs a valid package name but 'libc6' is not: ambiguous package name 'libc6' with more than one installed instance"
sudo dpkg -P --force-all libgtk2.0-cil
Was not enough for me I had to :
sudo mv /var/lib/dpkg/info/libgtk2.0-cil.postrm /var/lib/dpkg/info/libgtk2.0-cil.postrm.tmp
sudo dpkg -P --force-all libgtk2.0-cil