Hi Reinhard- Thanks for doing this, by the way!
Okay, here's the build process I use (for the record): * Branch the upstream source in bzr $ bzr branch lp:screen-profiles $ cd screen-profiles * You'll want to apply this little patch, which will install the debian-logo profiles rather than the ubuntu-logo profiles === modified file 'debian/install' --- debian/install 2009-03-02 23:32:51 +0000 +++ debian/install 2009-03-10 16:35:14 +0000 @@ -11,8 +11,8 @@ bin/whoami var/lib/screen-profiles profiles/common usr/share/screen-profiles/profiles profiles/plain usr/share/screen-profiles/profiles -profiles/ubuntu-* usr/share/screen-profiles/profiles -profiles/debian-* usr/share/screen-profiles/profiles/misc +profiles/ubuntu-* usr/share/screen-profiles/profiles/misc +profiles/debian-* usr/share/screen-profiles/profiles profiles/fedora-* usr/share/screen-profiles/profiles/misc profiles/redhat-* usr/share/screen-profiles/profiles/misc keybindings/common usr/share/screen-profiles/keybindings * Edit the release/versioning as appropriate $ dch -e * Generate the profiles (must do this every time you upload) $ ./debian/rules get-orig-source * Get the build-deps $ sudo apt-get install debhelper gettext-base * Build (make sure you ignore .bzr, I added -I.bzr to my DEBUILD_DPKG_BUILDPACKAGE_OPTS in ~/.devscripts) $ debuild $ debuild -S * Upload! $ cd .. $ dput *changes :-Dustin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org