diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 11:41:13 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-09 16:41:40 +0000 |
commit | 8e7012131cbf406a936efbbe688aec253bd742a0 (patch) | |
tree | a9f4cc0cc6369fc4e84ec4eeb97e57b4a7993434 /configure.ac | |
parent | b5516dc9d4a1418ad683aa7f046aa7fa30152721 (diff) | |
download | libguestfs-8e7012131cbf406a936efbbe688aec253bd742a0.tar.gz libguestfs-8e7012131cbf406a936efbbe688aec253bd742a0.tar.xz libguestfs-8e7012131cbf406a936efbbe688aec253bd742a0.zip |
Add debian/ directory (temporarily).
This was created initially from pkg-libvirt/libguestfs.git
commit 680ff0b0e8c9133ef987e68392bd3990715f6891.
This is a temporary measure to allow us to build Debian and Ubuntu
packages more easily. When downstream packaging is being done on
these distros we will remove this directory again.
To build a Debian package, use this command:
debuild -i -us -uc -b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 85a1dfda..013a4e81 100644 --- a/configure.ac +++ b/configure.ac @@ -807,6 +807,7 @@ AC_CONFIG_FILES([Makefile cat/Makefile df/Makefile rescue/Makefile + debian/changelog ocaml/META perl/Makefile.PL]) AC_OUTPUT |