[Groonga-mysql-commit] mroonga/mroonga at 8049335 [master] packages ubuntu: use specific vendor profile

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Nov 25 16:23:33 JST 2016


Kentaro Hayashi	2016-11-25 16:23:33 +0900 (Fri, 25 Nov 2016)

  New Revision: 8049335897a83eb523a2234325b61e0a146906c1
  https://github.com/mroonga/mroonga/commit/8049335897a83eb523a2234325b61e0a146906c1

  Message:
    packages ubuntu: use specific vendor profile
    
    When executing make upload on recent debian/unstable, it causes an error
    such as "E: bad-distribution-in-changes-file XXX".
    
    It means that lintian doesn't know XXX 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 15:13:27 +0900 (70a0f69)
+++ packages/ubuntu/upload.rb    2016-11-25 16:23:33 +0900 (f2700d1)
@@ -196,7 +196,7 @@ allow_unsigned_uploads = 0
                     "-i", "-e",
                     "s,MYSQL_VERSION\\|MARIADB_VERSION,#{mysql_version},",
                     "debian/control")
-        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}")
         if @use_pbuilder
           run_command("pbuilder-dist", code_name, "build",
                       "../#{deb_package_name}_#{deb_version}.dsc")
-------------- next part --------------
HTML����������������������������...
Download 



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