diff options
author | Jun Wang <junbill.wang@samsung.com> | 2016-01-29 16:30:03 +0800 |
---|---|---|
committer | Jun Wang <junbill.wang@samsung.com> | 2016-02-29 18:40:33 +0800 |
commit | f2f3a2346be7cbcc9f72cf2bf5329aa4aa837c6e (patch) | |
tree | b57e9f7980da4cfb65cb1f1c1a0e9635fbbac869 | |
parent | 4a6efd0a6276151f336b300235910e7443904efd (diff) | |
download | git-buildpackage-f2f3a2346be7cbcc9f72cf2bf5329aa4aa837c6e.tar.gz git-buildpackage-f2f3a2346be7cbcc9f72cf2bf5329aa4aa837c6e.tar.bz2 git-buildpackage-f2f3a2346be7cbcc9f72cf2bf5329aa4aa837c6e.zip |
fix build problem on Debian_8
Change-Id: I145928ae1416f7847b4d8e6729c1daf07e2ab757
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index db7e05fb..58746a47 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,9 @@ Build-Depends: python-setuptools, rpm, sgml2x, + librpm-tizen, +# For rpm (epydoc) + python-rpm Standards-Version: 3.9.4 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git Vcs-Browser: https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git |