diff -Nru base-files-7.2ubuntu11/debian/changelog base-files-7.2zorin3/debian/changelog --- base-files-7.2ubuntu11/debian/changelog 2015-10-19 08:54:28.000000000 +0000 +++ base-files-7.2zorin3/debian/changelog 2015-11-12 22:43:36.000000000 +0000 @@ -1,3 +1,9 @@ +base-files (7.2zorin3) wily; urgency=low + + * Made modifications for Zorin OS 11 + + -- Zorin OS Thu, 12 Nov 2015 17:43:30 -0500 + base-files (7.2ubuntu11) wily; urgency=medium * /etc/issue{,.net}, /etc/{lsb,os}-release: Prepare for 15.10 release. diff -Nru base-files-7.2ubuntu11/debian/conffiles base-files-7.2zorin3/debian/conffiles --- base-files-7.2ubuntu11/debian/conffiles 2014-02-20 03:18:31.000000000 +0000 +++ base-files-7.2zorin3/debian/conffiles 2015-11-11 19:35:08.000000000 +0000 @@ -1,6 +1,7 @@ /etc/debian_version /etc/dpkg/origins/debian /etc/dpkg/origins/ubuntu +/etc/dpkg/origins/zorin /etc/host.conf /etc/issue /etc/issue.net diff -Nru base-files-7.2ubuntu11/debian/control base-files-7.2zorin3/debian/control --- base-files-7.2ubuntu11/debian/control 2014-02-20 02:43:56.000000000 +0000 +++ base-files-7.2zorin3/debian/control 2015-11-11 19:35:17.000000000 +0000 @@ -1,7 +1,7 @@ Source: base-files Section: admin Priority: required -Maintainer: Ubuntu Developers +Maintainer: Zorin OS XSBC-Original-Maintainer: Santiago Vila Standards-Version: 3.9.1 diff -Nru base-files-7.2ubuntu11/debian/rules base-files-7.2zorin3/debian/rules --- base-files-7.2ubuntu11/debian/rules 2014-04-21 22:25:07.000000000 +0000 +++ base-files-7.2zorin3/debian/rules 2015-11-11 19:35:27.000000000 +0000 @@ -11,7 +11,7 @@ OSNAME=GNU/Hurd endif -VENDORFILE = ubuntu +VENDORFILE = zorin VERSION = $(shell cat etc/debian_version) diff -Nru base-files-7.2ubuntu11/debian/update-motd.d/10-help-text base-files-7.2zorin3/debian/update-motd.d/10-help-text --- base-files-7.2ubuntu11/debian/update-motd.d/10-help-text 2014-02-20 02:43:56.000000000 +0000 +++ base-files-7.2zorin3/debian/update-motd.d/10-help-text 2015-11-11 19:34:51.000000000 +0000 @@ -27,9 +27,6 @@ DISTRIB_RELEASE=$(lsb_release -sr) fi -URL="https://help.ubuntu.com/" -if uname -r | grep -qs "\-server"; then - URL="https://help.ubuntu.com/$DISTRIB_RELEASE/serverguide/C" -fi +URL="https://www.zorinos.com/" -printf "\n * Documentation: %s\n" "$URL" +printf "\n * Website: %s\n" "$URL" diff -Nru base-files-7.2ubuntu11/etc/issue base-files-7.2zorin3/etc/issue --- base-files-7.2ubuntu11/etc/issue 2015-10-19 08:54:46.000000000 +0000 +++ base-files-7.2zorin3/etc/issue 2015-11-11 19:35:39.000000000 +0000 @@ -1,2 +1,2 @@ -Ubuntu 15.10 \n \l +Zorin OS 11 \n \l diff -Nru base-files-7.2ubuntu11/etc/issue.net base-files-7.2zorin3/etc/issue.net --- base-files-7.2ubuntu11/etc/issue.net 2015-10-19 08:54:59.000000000 +0000 +++ base-files-7.2zorin3/etc/issue.net 2015-11-11 19:35:50.000000000 +0000 @@ -1 +1 @@ -Ubuntu 15.10 +Zorin OS 11 diff -Nru base-files-7.2ubuntu11/etc/legal base-files-7.2zorin3/etc/legal --- base-files-7.2ubuntu11/etc/legal 2014-02-20 02:43:56.000000000 +0000 +++ base-files-7.2zorin3/etc/legal 2015-11-11 19:36:00.000000000 +0000 @@ -1,8 +1,8 @@ -The programs included with the Ubuntu system are free software; +The programs included with the Zorin OS system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. -Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by +Zorin OS comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. diff -Nru base-files-7.2ubuntu11/etc/lsb-release base-files-7.2zorin3/etc/lsb-release --- base-files-7.2ubuntu11/etc/lsb-release 2015-10-19 08:55:17.000000000 +0000 +++ base-files-7.2zorin3/etc/lsb-release 2015-11-11 19:36:27.000000000 +0000 @@ -1,4 +1,4 @@ -DISTRIB_ID=Ubuntu -DISTRIB_RELEASE=15.10 +DISTRIB_ID=Zorin +DISTRIB_RELEASE=11 DISTRIB_CODENAME=wily -DISTRIB_DESCRIPTION="Ubuntu 15.10" +DISTRIB_DESCRIPTION="Zorin OS 11" diff -Nru base-files-7.2ubuntu11/etc/os-release base-files-7.2zorin3/etc/os-release --- base-files-7.2ubuntu11/etc/os-release 2015-10-19 08:56:11.000000000 +0000 +++ base-files-7.2zorin3/etc/os-release 2015-11-11 19:37:40.000000000 +0000 @@ -1,9 +1,9 @@ -NAME="Ubuntu" -VERSION="15.10 (Wily Werewolf)" -ID=ubuntu -ID_LIKE=debian -PRETTY_NAME="Ubuntu 15.10" -VERSION_ID="15.10" -HOME_URL="http://www.ubuntu.com/" -SUPPORT_URL="http://help.ubuntu.com/" +NAME="Zorin OS" +VERSION="11" +ID=Zorin OS +ID_LIKE=ubuntu +PRETTY_NAME="Zorin OS 11" +VERSION_ID="11" +HOME_URL="http://www.zorinos.com/" +SUPPORT_URL="http://www.zorinos.com/help" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" diff -Nru base-files-7.2ubuntu11/origins/zorin base-files-7.2zorin3/origins/zorin --- base-files-7.2ubuntu11/origins/zorin 1970-01-01 00:00:00.000000000 +0000 +++ base-files-7.2zorin3/origins/zorin 2015-11-11 19:37:55.000000000 +0000 @@ -0,0 +1,4 @@ +Vendor: Zorin +Vendor-URL: http://www.zorinos.com/ +Bugs: https://bugs.launchpad.net/ubuntu/+filebug +Parent: Ubuntu