summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbiao716.wang <biao716.wang@samsung.com>2019-11-07 19:21:05 +0800
committerbiao716.wang <biao716.wang@samsung.com>2019-11-07 19:32:59 +0800
commitf0a26b109d267557c949c5fe1012936a3f4d85a7 (patch)
tree14dbc4b78fc5cf5a84303a753672633995e56054
parent6f384cf8a99cbc0cbec0d8c242a0785d4545a7c8 (diff)
downloadgit-buildpackage-submit/trunk/20200108.202702.tar.gz
git-buildpackage-submit/trunk/20200108.202702.tar.bz2
git-buildpackage-submit/trunk/20200108.202702.zip
Fix case not run because of submodule import errorsubmit/trunk/20200108.202702
Change-Id: I21b5a2c04b8427bad804ea97fbc0b2812dc1e032 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
-rw-r--r--.gitmodules5
-rwxr-xr-xdebian/control4
m---------tests/component/rpm/data0
-rw-r--r--tests/component/rpm/data/.keep0
4 files changed, 5 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 3704c804..0cfddf4d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,7 +1,6 @@
[submodule "tests/component/deb/data"]
path = tests/component/deb/data
- #url = git://honk.sigxcpu.org/git/gbp/deb-testdata
- url = https://git.tizen.org/cgit/tools/git-buildpackage-deb-testdata
+ url = https://git.tizen.org/cgit/tools/git-buildpackage-deb-testdata
[submodule "tests/component/rpm/data"]
path = tests/component/rpm/data
- url = https://git.tizen.org/cgit/tools/git-buildpackage-rpm-testdata
+ url = https://git.tizen.org/cgit/tools/git-buildpackage-rpm-testdata
diff --git a/debian/control b/debian/control
index a2b27ca2..ed9a1675 100755
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,9 @@ Depends: ${python:Depends},
${misc:Depends},
git (>= 1:1.7.9.1-1~),
man-db,
- python-pkg-resources
+ python-pkg-resources,
+#unittest need
+ zipmerge
Recommends: pristine-tar (>= 0.5)
Suggests: python-notify, unzip, zipmerge
Description: Suite to help with packaging in Git repositories
diff --git a/tests/component/rpm/data b/tests/component/rpm/data
new file mode 160000
+Subproject 03eefbe8e09d0bf0bafd817f896c7998048b55e
diff --git a/tests/component/rpm/data/.keep b/tests/component/rpm/data/.keep
deleted file mode 100644
index e69de29b..00000000
--- a/tests/component/rpm/data/.keep
+++ /dev/null