[Groonga-commit] groonga/groonga at de09820 [master] ubuntu: add workaround for Launchpad with dpkg on sid

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 21 01:29:53 JST 2017


Kouhei Sutou	2017-03-21 01:29:53 +0900 (Tue, 21 Mar 2017)

  New Revision: de098207b46c8faf0a501486f0979e4f8d899b25
  https://github.com/groonga/groonga/commit/de098207b46c8faf0a501486f0979e4f8d899b25

  Message:
    ubuntu: add workaround for Launchpad with dpkg on sid

  Modified files:
    packages/ubuntu/upload.rb

  Modified: packages/ubuntu/upload.rb (+5 -1)
===================================================================
--- packages/ubuntu/upload.rb    2017-03-21 00:56:19 +0900 (c444fbe)
+++ packages/ubuntu/upload.rb    2017-03-21 01:29:53 +0900 (f922d9f)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 #
-# Copyright(C) 2014  Kouhei Sutou <kou �� clear-code.com>
+# Copyright(C) 2014-2017  Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -109,6 +109,10 @@ allow_unsigned_uploads = 0
                     "Build for #{code_name}.")
         run_command("debuild",
                     "--set-envvar=LINTIAN_PROFILE=ubuntu",
+                    # Workaround for Launchpad. Launchpad doesn't accept
+                    # .buildinfo yet.
+                    # See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853795
+                    "--buildinfo-option=-O",
                     "-d",
                     "-S",
                     "-sa",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index