diff -Nru swapsyncer-0.1/debian/bzr-builder.manifest swapsyncer-0.1/debian/bzr-builder.manifest --- swapsyncer-0.1/debian/bzr-builder.manifest 2016-11-15 17:13:20.000000000 +0000 +++ swapsyncer-0.1/debian/bzr-builder.manifest 2017-02-07 02:36:45.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-13 -lp:swapsyncer revid:git-v1:c2ea5076f9e395474cb29b4f284dc5ece89d3fe8 +# bzr-builder format 0.3 deb-version {debupstream}-14 +lp:swapsyncer revid:git-v1:36b50b50c36ec7e3369545a87fd924780f8e6a47 diff -Nru swapsyncer-0.1/debian/changelog swapsyncer-0.1/debian/changelog --- swapsyncer-0.1/debian/changelog 2016-11-15 17:13:20.000000000 +0000 +++ swapsyncer-0.1/debian/changelog 2017-02-07 02:36:45.000000000 +0000 @@ -1,8 +1,14 @@ -swapsyncer (0.1-13~ubuntu15.04.1) vivid; urgency=low +swapsyncer (0.1-14~ubuntu15.04.1) vivid; urgency=low * Auto build. - -- Zen aka Chibiko Tue, 15 Nov 2016 17:13:20 +0000 + -- Zen aka Chibiko Tue, 07 Feb 2017 02:36:45 +0000 + +swapsyncer (0.1-ubuntu12) trusty; urgency=medium + + * add new site for sync = http://hacktech.xyz/swap/ + + -- Zen aka Chibiko Mon, 06 Feb 2017 23:29:18 +0300 swapsyncer (0.1-ubuntu11) trusty; urgency=medium diff -Nru swapsyncer-0.1/usr/share/swapsyncer/swapsyncer.py swapsyncer-0.1/usr/share/swapsyncer/swapsyncer.py --- swapsyncer-0.1/usr/share/swapsyncer/swapsyncer.py 2016-11-15 17:13:20.000000000 +0000 +++ swapsyncer-0.1/usr/share/swapsyncer/swapsyncer.py 2017-02-07 02:36:45.000000000 +0000 @@ -27,7 +27,7 @@ print(anything) ##Site -url = "http://swapbase.ru/" +url = "http://hacktech.xyz/swap/" conf_dir_path = "/home/" + getpass.getuser() + "/.swapsyncer" debug("Config directory path: {0}".format(conf_dir_path)) diff -Nru swapsyncer-0.1/usr/share/swapsyncer/swapsyncer-qt.py swapsyncer-0.1/usr/share/swapsyncer/swapsyncer-qt.py --- swapsyncer-0.1/usr/share/swapsyncer/swapsyncer-qt.py 2016-11-15 17:13:20.000000000 +0000 +++ swapsyncer-0.1/usr/share/swapsyncer/swapsyncer-qt.py 2017-02-07 02:36:45.000000000 +0000 @@ -25,7 +25,7 @@ print(anything) ##Site -url = "http://swapbase.ru/" +url = "http://hacktech.xyz/swap/" conf_dir_path = "/home/" + getpass.getuser() + "/.swapsyncer" debug("Config directory path: {0}".format(conf_dir_path))