Changeset 1924
- Timestamp:
- Jun 15, 2016, 4:33:14 PM (5 years ago)
- Location:
- germinate/trunk/fuentes
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
germinate/trunk/fuentes/.pc/applied-patches
r733 r1924 1 verbose_logic_and_no_check_gpg2 1 Add-recursive-support 3 2 enhanced_recursive -
germinate/trunk/fuentes/debian/patches/series
r733 r1924 1 verbose_logic_and_no_check_gpg2 1 Add-recursive-support 3 2 enhanced_recursive -
germinate/trunk/fuentes/debian/patches/verbose_logic_and_no_check_gpg
r208 r1924 1 Description: <short summary of the patch>2 TODO: Put a short summary on the line above and replace this paragraph3 with a longer explanation of this change. Complete the meta-information4 with other relevant fields (see below for details). To make it easier, the5 information below has been extracted from the changelog. Adjust it or drop6 it.7 .8 germinate (2.23) unstable; urgency=medium9 .10 * Handle Build-Depends-Arch, introduced in dpkg 1.16.4.11 * Require at least Python 2.7 and simplify some code accordingly.12 * Prefer Packages.xz and Sources.xz to other compression formats if13 possible.14 Author: Colin Watson <cjwatson@ubuntu.com>15 16 ---17 The information above should follow the Patch Tagging Guidelines, please18 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here19 are templates for supplementary fields that you might want to add:20 21 Origin: <vendor|upstream|other>, <url of original patch>22 Bug: <url in upstream bugtracker>23 Bug-Debian: https://bugs.debian.org/<bugnumber>24 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>25 Forwarded: <no|not-needed|url proving that it has been forwarded>26 Reviewed-By: <name and email of someone who approved the patch>27 Last-Update: <YYYY-MM-DD>28 29 1 --- germinate-2.23.orig/germinate/germinator.py 30 2 +++ germinate-2.23/germinate/germinator.py … … 44 16 # package in the given seed or any of its inner seeds, no matter 45 17 # what 46 --- germinate-2.23.orig/germinate/scripts/germinate_update_metapackage.py 47 +++ germinate-2.23/germinate/scripts/germinate_update_metapackage.py 48 @@ -219,6 +219,7 @@ def main(argv): 49 env['PATH'] = '/usr/sbin:/sbin:/usr/bin:/bin' 50 debootstrap = subprocess.Popen( 51 ['debootstrap', '--arch', arch, 52 + '--no-check-gpg', 53 '--components', ','.join(components), 54 '--print-debs', dist, 'debootstrap-dir', archive_base[arch][0]], 55 stdout=subprocess.PIPE, env=env, stderr=subprocess.PIPE, 18
Note: See TracChangeset
for help on using the changeset viewer.