Differences between revisions 22 and 23
Revision 22 as of 2006-10-15 15:51:07
Size: 2917
Editor: ?GeertStappers
Comment: "This project" is an Alioth project
Revision 23 as of 2006-10-15 16:19:46
Size: 2989
Editor: ?GeertStappers
Comment: introducing the user page
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
For actual use of Bluetooth on Debian there is the page BluetoothUser.

Debian Bluetooth

Debian Bluetooth effort has begun!

Intro

The [http://alioth.debian.org/projects/pkg-bluetooth/ Alioth Bluetooth project] aims to collect all the bluetooth-related packages in debian, thus improving the integration with the various desktops managers and debian as a whole.

For actual use of Bluetooth on Debian there is the page BluetoothUser.

Contact

There is a [http://lists.alioth.debian.org/mailman/listinfo/pkg-bluetooth-discuss pkg-bluetooth-discuss] mailing list, be sure to be subscribed if you want to collaborate and/or have any questions!

How to help

The project has a [http://svn.debian.org/wsvn/pkg-bluetooth/TODO?op=file&rev=0&sc=0 TODO] list.

Check our [http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=pkg-bluetooth-maintainers@lists.alioth.debian.org bugs] and if you feel motivated try to resolve one!

Also, if you want your $preferred_bluetooth_application into pkg-bluetooth write to pkg-bluetooth-discuss@lists.alioth.debian.org

svn repository

Check out the source from [http://svn.debian.org/wsvn/pkg-bluetooth svn] by

svn checkout \
svn://svn.debian.org/pkg-bluetooth

If you only want to work an single package, say gnome-bluetooth, then do

PKG=gnome-bluetooth
export PKG
svn checkout -N \
svn://svn.debian.org/pkg-bluetooth/$PKG
cd $PKG
svn checkout -N \
svn://svn.debian.org/pkg-bluetooth/$PKG/tags
svn checkout -N \
svn://svn.debian.org/pkg-bluetooth/$PKG/branches
svn checkout \
svn://svn.debian.org/pkg-bluetooth/$PKG/trunk

which creates the trunk, branches and tags directories for use with [http://packages.debian.org/unstable/devel/svn-buildpackage svn-buildpackage] to manage the packages.But without the content of all the previous upstream branches.

In "trunk" there is the active copy (i.e. the one you want to work with) while in "tags" there are the released versions and "branches" the various upstream (and eventually the derivate distributions).

What is not included in svn repositories are the upstream tarballs, you need to make a tarballs directory alongside trunk,tags,branches.

uscan

For packages that don't have debian/watch file yet, you do:

# get upstream tarball
# put tarball inplace

( please make a watch file for those packages )

You can find more detailed instructions at /usr/share/doc/svn-buildpackage. Note also that svn-buildpackage is meant to have the same behaviour as dpkg-buildpackage.

svn-buildpackage -us -uc