diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-27 00:51:04 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-27 00:51:04 +0200 |
commit | cb9c7eb61425ef3aeddd0044ce9a3de82a10b5f5 (patch) | |
tree | 14c8686c5f0fc3aad07d05d9f1666bbb192627c1 /README | |
parent | 944682b943838a6084116c190bb1acf3dfcba164 (diff) | |
download | git-buildpackage-cb9c7eb61425ef3aeddd0044ce9a3de82a10b5f5.tar.gz git-buildpackage-cb9c7eb61425ef3aeddd0044ce9a3de82a10b5f5.tar.bz2 git-buildpackage-cb9c7eb61425ef3aeddd0044ce9a3de82a10b5f5.zip |
mention apt repositorydebian/0.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -13,6 +13,9 @@ This is a bunch of scripts to ease the development of Debian packages with git: --git-ignore-new: ignore uncommited changes --git-tag: tag after building (version number is fetched from the changelog) -To import new upstream sources tla-load-dirs from Debian with this patch (to -add a git-load-dirs command) is used: - http://honk.sigxcpu.org/unsorted-patches/tla-load-dir_git-support.diff +To import new upstream sources a pached tla-load-dirs is required. A prebuild +version can be found here: + deb http://honk.sigxcpu.org/linux-ppc/debian/ git-buildpackage/ +It has this patch applied: + https://honk.sigxcpu.org/unsorted-patches/tla-load-dir_git-support.diff + |