[milter-manager-commit] milter-manager/milter-manager at 6daf636 [master] package: Add Ubuntu 17.10 (Artful Aardvark) support

Back to archive index

Kenji Okimoto null+****@clear*****
Wed Nov 8 15:20:10 JST 2017


Kenji Okimoto	2017-11-08 15:20:10 +0900 (Wed, 08 Nov 2017)

  New Revision: 6daf6361141ffb50e453eae9199501af61774b9c
  https://github.com/milter-manager/milter-manager/commit/6daf6361141ffb50e453eae9199501af61774b9c

  Message:
    package: Add Ubuntu 17.10 (Artful Aardvark) support

  Modified files:
    package/apt/build-in-clean-room.sh
    package/ubuntu/Makefile.am

  Modified: package/apt/build-in-clean-room.sh (+1 -1)
===================================================================
--- package/apt/build-in-clean-room.sh    2017-11-08 15:18:39 +0900 (c1df4ad2)
+++ package/apt/build-in-clean-room.sh    2017-11-08 15:20:10 +0900 (1adb6001)
@@ -68,7 +68,7 @@ build_by_pbuilder()
     OPTS+=( --basetgz "$basetgz" )
     OPTS+=( --aptcache "$aptcache_dir" )
     case $code_name in
-        trusty|xenial|zesty)
+        trusty|xenial|zesty|artful)
             OPTS+=( --components 'main universe' )
             MIRROR=http://jp.archive.ubuntu.com/ubuntu
             OPTS+=( --mirror "$MIRROR" )

  Modified: package/ubuntu/Makefile.am (+1 -1)
===================================================================
--- package/ubuntu/Makefile.am    2017-11-08 15:18:39 +0900 (f5486385)
+++ package/ubuntu/Makefile.am    2017-11-08 15:20:10 +0900 (853e3034)
@@ -1,4 +1,4 @@
-CODE_NAMES = trusty,xenial,zesty
+CODE_NAMES = trusty,xenial,zesty,artful
 SOURCE = ../$(PACKAGE)-$(VERSION).tar.gz
 
 all:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20171108/7a052abd/attachment-0001.htm 



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