Update version to 0.9.26 63/283863/1
authorbiao716.wang <biao716.wang@samsung.com>
Fri, 4 Nov 2022 10:42:35 +0000 (19:42 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 4 Nov 2022 10:42:35 +0000 (19:42 +0900)
Change-Id: Ia8544cf4844df1f9e1df7723ad7d6522a5a04ec1
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
20 files changed:
bin/gbp-clone
bin/gbp-create-remote-repo
bin/gbp-pq
bin/gbp-pq-rpm
bin/gbp-pull
bin/git-buildpackage
bin/git-buildpackage-rpm
bin/git-dch
bin/git-import-dsc
bin/git-import-dscs
bin/git-import-orig
bin/git-import-orig-rpm
bin/git-import-srpm
bin/git-rpm-ch
debian/changelog
examples/gbp-add-patch
examples/gbp-posttag-push
examples/zeitgeist-git.py
gbp/scripts/supercommand.py
packaging/git-buildpackage.spec

index 33e8226b8f426ffb85bdd431c284d3b174c5a0bc..ce6e5f8118906891ee0e886c34bdb3991b6d2c5d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.clone import main
 
index 81ca8c15ca50efae670ab12ac81e4f94b80545ef..703ee0999a21c9e5369e446b778cac5be7f9b081 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.create_remote_repo import main
 
index 733be7b60abfc35b6cdd0f7e9b194ec794d2342a..e7f64cc09e4bc85e69438d59c5b2b2858cdb9f27 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.pq import main
 
index 528020df200b8d21da7d261c11bbb0aab9bb8a82..5bb8bc594a876304f60275dc0ca2ba1db25f219b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.pq_rpm import main
 
index 21c22c56f6e893e2537ae891213bc1a952614e95..9e51c093baec444c9123e230d584b350db530809 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.pull import main
 
index bc093ab0b0739df90fecb5cf6ee3e3d1f0898304..4c516be5110d42fb197e2cf24ea24aeb1d379131 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.buildpackage import main
 
index 393f1ae14baefbfc6e4b3a5bd4c4d89a916be635..50c4a1b1a65c4d56c5db5b1a1e956c9db77f4eea 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.buildpackage_rpm import main
 
index 68eacd9d8b7d8393369132512f6099acf317f268..8168f02db9455900231c2c74928b8c1fe3f481ef 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.dch import main
 
index fd6737a55abbf87cc208375db8ea05af14be3efa..9427dca37e3236d88f27d6f609171bc099d141c5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.import_dsc import main
 
index cd0f8806e88d143250be8d608ab48739bfd4272b..fc84be44267558b352c67e681a72d5c7186a4b0f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.import_dscs import main
 
index 812e3ec05d5b0923c48dd2a6bcd96aac8935e2fb..a33be3e8e77e4ca8f53713792a1e63c33622e9fc 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.import_orig import main
 
index 9e760c001fa0a78b5d7f0463a02047ffeb98e28c..567a97d31c697dc0e06e5d270a1f84ddeccdfe40 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.import_orig_rpm import main
 
index 721741b70e88412248ab6d9a42a05e1350ce68a4..11a9cc9714c9ee24e81f0978fa335ee74fa1508a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python333 -u
 import sys
 from gbp.scripts.import_srpm import main
 
index ef1340e7fb4125decc8c378fd9381516c5f68385..ac5a2d9b57e762dd4a3394a1461f4a0de51a9ff3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python -u
+#! /usr/bin/python3 -u
 import sys
 from gbp.scripts.rpm_ch import main
 
index a538f6e9b4919387ec4752090f4f464409f79eeb..3f8bd9bed1be392906c433f68207a2e8085d4fc3 100755 (executable)
@@ -1,3 +1,11 @@
+git-buildpackage (0.9.26-tizen20221104) unstable; urgency=medium
+
+  * update submodule url.
+  * Adapt Ubuntu 22.04 to upgrade the version.
+
+ -- Biao Wang  <biao716.wang@samsung.com>  Fri, 14 May 2021 16:50:00 +0800
+
+
 git-buildpackage (0.9.21-tizen20210514) unstable; urgency=medium
 
   * Fix export submodule source code error.
index 8ecb1d1e718a3bc4928c66a35538a3a36cbb0266..5da1b02f52bf416c8ae34294d8254cb23ca69e5d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2010 Guido Guenther <agx@sigxcpu.org>
index 76235ad62b44119e1d1b9d8813231259d52305f1..d5c90f9d63ae4ba25b5f0065d403ea4306e8422e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2009,2012 Guido Guenther <agx@sigxcpu.org>
index 92f72d87ec9e289e3c997e9723c59bb55410e90a..578f50416dc435bdeeeaaa69dd7968e4373fb881 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2010 Guido Guenther <agx@sigxcpu.org>
index a47c4db87c8a60b892ae1aa4ab0d0463238baadc..7a91625be193816f55de30838970978266534e0a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 # vim: set fileencoding=utf-8 :
 #
 # (C) 2013 Guido Günther <agx@sigxcpu.org>
index ef9ca93cd581e00617fcd6152e160d6e8ba0936c..03fa9f645e7b63f76d2b922519fb3163da4b2509 100755 (executable)
@@ -4,7 +4,7 @@
 
 Name:       git-buildpackage
 Summary:    Build packages from git
-Version:    0.9.21
+Version:    0.9.26
 Release:    0
 Group:      Development/Tools/Building
 License:    GPLv2