ibus/debian
Daiki Ueno 6c777b2d17 Minor fixes related to git.mk.
Remove .gitignore files from the git repo, define GITIGNOREFILES in some
Makefiles, and update git.mk from the Behdad upstream.

BUG=none
TEST=manually

Review URL: https://codereview.appspot.com/5581057
2012-02-01 10:00:42 +09:00
..
patches Remove some patches. 2010-07-05 13:10:00 +08:00
source Add ppa target to generate debian source package. 2010-05-28 10:18:24 +08:00
xinput Fix make dpkg errors, and add gtk3 support for debian 2011-05-03 09:55:39 -04:00
README.source Add ppa target to generate debian source package. 2010-05-28 10:18:24 +08:00
changelog.in Add ppa target to generate debian source package. 2010-05-28 10:18:24 +08:00
clean Change version to 1.3.99 2010-11-03 10:54:58 +09:00
compat Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
control Add org.freedesktop.IBus.Config.GetValues to get all values in one RPC. 2011-07-05 10:45:20 -04:00
copyright Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
docs Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus-daemon.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus-gconf.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus-gtk2.install Fix make dpkg errors, and add gtk3 support for debian 2011-05-03 09:55:39 -04:00
ibus-gtk3.install Fix make dpkg errors. 2011-07-04 12:26:03 +08:00
ibus-setup.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus-ui-gtk.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus-x11.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus.1 Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus.install Update debian build scripts 2010-06-09 00:11:38 +08:00
ibus.manpages Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus.postinst Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
ibus.prerm Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
libibus-1.0-0.install Fix some problems in debian packages. 2010-11-03 10:54:58 +09:00
libibus-1.0-0.symbols Add org.freedesktop.IBus.Config.GetValues to get all values in one RPC. 2011-07-05 10:45:20 -04:00
libibus-dev.install Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
python-ibus.install Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
pyversions Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00
rules Fix make dpkg errors. 2011-07-04 12:26:03 +08:00
watch Update debian packaging scripts from ubuntu 2009-09-30 13:36:19 +08:00

README.source

This package uses dpatch to manage all modifications to the upstream
source. Changes are stored in the source package as diffs in
debian/patches and applied during the build.

To get the fully patched source after unpacking the source package, cd
to the root level of the source package and run:

    debian/rules patch

Removing a patch is as simple as removing its entry from the
debian/patches/00list file, and please also remove the patch file
itself.

Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
where you should replace XX with a new number and patchname with a
descriptive shortname of the patch. You can then simply edit all the
files your patch wants to edit, and then simply "exit 0" from the shell
to actually create the patch file.

To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
and replace XX_patchname with the actual filename from debian/patches
you want to use.

To clean up afterwards again, "debian/rules unpatch" will do the
work for you - or you can of course choose to call
"fakeroot debian/rules clean" all together.