[Groonga-commit] groonga/groonga at 09face9 [master] packages ubuntu: use specific vendor profile

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Nov 25 16:18:39 JST 2016


Kentaro Hayashi	2016-11-25 16:18:39 +0900 (Fri, 25 Nov 2016)

  New Revision: 09face9e4dbadba1543d21a7e5af81486609dcac
  https://github.com/groonga/groonga/commit/09face9e4dbadba1543d21a7e5af81486609dcac

  Message:
    packages ubuntu: use specific vendor profile
    
    When executing make upload on recent debian/unstable, it causes an error
    such as "E: groonga changes: bad-distribution-in-changes-file precise".
    
    It means that lintian doesn't know precise because default profile is
    set to "debian". In this case, it is better to use "ubuntu" profile.

  Modified files:
    packages/ubuntu/upload.rb

  Modified: packages/ubuntu/upload.rb (+1 -1)
===================================================================
--- packages/ubuntu/upload.rb    2016-11-25 13:57:41 +0900 (6fd2c01)
+++ packages/ubuntu/upload.rb    2016-11-25 16:18:39 +0900 (9c3e6bd)
@@ -107,7 +107,7 @@ allow_unsigned_uploads = 0
                     "--distribution", code_name,
                     "--newversion", deb_version,
                     "Build for #{code_name}.")
-        run_command("debuild", "-S", "-sa", "-pgpg2", "-k#{@pgp_sign_key}")
+        run_command("debuild", "--set-envvar=LINTIAN_PROFILE=ubuntu", "-S", "-sa", "-pgpg2", "-k#{@pgp_sign_key}")
         run_command("dput", @dput_configuration_name,
                     "../#{@package}_#{deb_version}_source.changes")
       end
-------------- next part --------------
HTML����������������������������...
다운로드 



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