add debian for gerrithooks-plugins 56/117956/1 accepted/tizen_devbase_services devel master release-20170309 release-pylint accepted/tizen/devbase/services/20190930.043320 accepted/tizen/devbase/services/20200104.053659 accepted/tizen/devbase/services/20200106.013837 accepted/tizen/devbase/services/20200106.013939 accepted/tizen/devbase/services/20200106.014040 accepted/tizen/devbase/services/20200106.014148 accepted/tizen/devbase/services/20200109.052635 accepted/tizen/devbase/services/20200110.011055 accepted/tizen/devbase/services/20200114.020141 accepted/tizen/devbase/services/20200114.115643 accepted/tizen/devbase/services/20200115.231344 accepted/tizen/devbase/services/20200214.062159 accepted/tizen/devbase/services/20200219.094427 accepted/tizen/devbase/services/20200413.092057 accepted/tizen/devbase/services/20200415.082823 accepted/tizen/devbase/services/20200423.100456 accepted/tizen/devbase/services/20200514.023454 accepted/tizen/devbase/services/20200520.012720 accepted/tizen/devbase/services/20200619.010824 accepted/tizen/devbase/services/20200623.003254 accepted/tizen/devbase/services/20201102.013833 submit/devel/20190730.075359 submit/trunk/20190927.012743 submit/trunk/20190930.011717 submit/trunk/20190930.015157 submit/trunk/20191021.051025 submit/trunk/20191021.061922 submit/trunk/20191021.083710 submit/trunk/20200104.111333 submit/trunk/20200104.134833 submit/trunk/20200104.154833 submit/trunk/20200104.164833 submit/trunk/20200104.173833 submit/trunk/20200105.091530 submit/trunk/20200107.112802 submit/trunk/20200107.162402 submit/trunk/20200107.170902 submit/trunk/20200108.135302 submit/trunk/20200108.172202 submit/trunk/20200108.172702 submit/trunk/20200109.105802 submit/trunk/20200109.112402 submit/trunk/20200109.124502 submit/trunk/20200109.151502 submit/trunk/20200109.154402 submit/trunk/20200110.111659 submit/trunk/20200114.100000 submit/trunk/20200114.110000 submit/trunk/20200115.110101 submit/trunk/20200213.184721 submit/trunk/20200213.191021 submit/trunk/20200214.114520 submit/trunk/20200219.120523 submit/trunk/20200409.194520 submit/trunk/20200409.200220 submit/trunk/20200409.202020 submit/trunk/20200410.143020 submit/trunk/20200410.160020 submit/trunk/20200413.132320 submit/trunk/20200413.150000 submit/trunk/20200413.151000 submit/trunk/20200414.141500 submit/trunk/20200414.191000 submit/trunk/20200422.115210 submit/trunk/20200422.142510 submit/trunk/20200422.165210 submit/trunk/20200423.102810 submit/trunk/20200423.111223 submit/trunk/20200423.115423 submit/trunk/20200423.122334 submit/trunk/20200513.162810 submit/trunk/20200519.161030 submit/trunk/20200519.164610 submit/trunk/20200519.184310 submit/trunk/20200612.131210 submit/trunk/20200612.155520 submit/trunk/20200618.153020 submit/trunk/20200618.172010 submit/trunk/20200618.182010 submit/trunk/20200619.102030 submit/trunk/20200619.134012 submit/trunk/20200622.151812 submit/trunk/20201029.114030 submit/trunk/20201029.132130 submit/trunk/20201029.140230 submit/trunk/20201030.143530 submit/trunk/20201030.151030
authorwei12.jiang <wei12.jiang@samsung.com>
Wed, 22 Feb 2017 04:26:27 +0000 (12:26 +0800)
committerSoonKyu Park <sk7.park@samsung.com>
Wed, 8 Mar 2017 06:23:04 +0000 (15:23 +0900)
Change-Id: If4ca05a45755d67a70d0f150c18d150f25b1b760
Signed-off-by: wei12.jiang <wei12.jiang@samsung.com>
debian/add_reviewers.conf [new file with mode: 0755]
debian/changelog [new file with mode: 0755]
debian/compat [new file with mode: 0755]
debian/control [new file with mode: 0755]
debian/gerrithooks-plugins.install [new file with mode: 0755]
debian/rules [new file with mode: 0755]

diff --git a/debian/add_reviewers.conf b/debian/add_reviewers.conf
new file mode 100755 (executable)
index 0000000..a4acbdd
--- /dev/null
@@ -0,0 +1,31 @@
+; Don't forget to define information about your Gerrit server
+; [gerrit]
+; url = https://review.example.org/gerrit/
+; username = 
+; password =
+
+[add_reviewers]
+; set to True if you want to try things, without really adding 
+dry_run = True
+
+[add_reviewers_rule_example]
+; Enable rule
+enabled=0
+; Warning: if multiple criteria specified in one rule, all must match
+; Match project name
+project_regexp=^platform
+; Match change's branch name
+branch_regexp=^master$
+; Match if some files are changed
+file_regexp=^packaging/.+
+; Match author email or real name (Warning: case insensitive!)
+author_regexp=^john.doe@
+;
+; if all above criteria match, let's add following reviewers:
+;
+; List of people (email, username or real name)
+reviewer=user1, user2
+; List of groups
+reviewer_group=Release Engineers, SDK - Architects
+; Groups from project permissions
+project_groups_regexp=.+- (Maintainers|Integrators|Reviewers)
diff --git a/debian/changelog b/debian/changelog
new file mode 100755 (executable)
index 0000000..fcb936c
--- /dev/null
@@ -0,0 +1,5 @@
+gerrithooks-plugins (0.1.0) unstable; urgency=low
+
+  * add debian
+
+ -- Wei Jiang <wei12.jiang@intel.com>  Mon, 20 Feb 2017 09:28:48 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100755 (executable)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100755 (executable)
index 0000000..5325f5c
--- /dev/null
@@ -0,0 +1,14 @@
+Source: gerrithooks-plugins
+Section: devel
+Priority: extra
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, python-setuptools
+Standards-Version: 0
+Homepage: http://download.tizen.org/tools
+
+Package: gerrithooks-plugins
+Architecture: all
+Depends: python-dev, python-setuptools, gerritrest
+Description: Expandable Gerrit hooks framework
+  Framework to plug several extentions into Gerrit Hooks
+
diff --git a/debian/gerrithooks-plugins.install b/debian/gerrithooks-plugins.install
new file mode 100755 (executable)
index 0000000..25495d1
--- /dev/null
@@ -0,0 +1,4 @@
+README.rst  /usr/share/doc/packages/gerrithooks-plugins
+debian/add_reviewers.conf  /usr/share/doc/packages/gerrithooks-plugins
+usr/lib/python2.7/site-packages/gerrithooks_plugins/* /usr/lib/python2.7/site-packages/gerrithooks_plugins
+usr/lib/python2.7/site-packages/gerrithooks_plugins-0.1.0-py2.7.egg-info/* /usr/lib/python2.7/site-packages/gerrithooks_plugins-0.1.0-py2.7.egg-info
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..a22fe15
--- /dev/null
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:build-stamp
+build-stamp:
+       dh_testdir
+       python setup.py build  
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+       dh_clean 
+
+install:
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+       python setup.py install --prefix=/usr  --root=$(CURDIR)
+
+binary-indep:build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs
+       dh_install
+       dh_installman
+       dh_link
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_python2
+       dh_installdeb
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install