gplugin/gplugin

Update everything for the new repository location
develop
2018-10-01, Gary Kramlich
930e8096b9e4
Parents d16fed597df8
Children 923e2711aab5
Update everything for the new repository location
--- a/HACKING Mon Oct 01 21:11:06 2018 -0500
+++ b/HACKING Mon Oct 01 21:14:19 2018 -0500
@@ -7,7 +7,7 @@
fixes. When a release is deemed done, it's merged back into develop and into
default. hgflow takes care of all of this for us.
-To add a feature please fork https://bitbucket.org/gplugin/main. Then clone
+To add a feature please fork https://bitbucket.org/gplugin/gplugin. Then clone
your fork. Once you have your fork cloned and hgflow setup and installed, type
hg flow feature start $NAME_OF_YOUR_FEATURE$
--- a/meson.build Mon Oct 01 21:11:06 2018 -0500
+++ b/meson.build Mon Oct 01 21:14:19 2018 -0500
@@ -61,7 +61,7 @@
add_project_arguments(
'-DPREFIX="@0@"'.format(get_option('prefix')),
'-DLIBDIR="@0@"'.format(get_option('libdir')),
- '-DGPLUGIN_WEBSITE="https://bitbucket.org/gplugin/main"',
+ '-DGPLUGIN_WEBSITE="https://bitbucket.org/gplugin/gplugin"',
language : 'c'
)
--- a/packaging/debian/control Mon Oct 01 21:11:06 2018 -0500
+++ b/packaging/debian/control Mon Oct 01 21:14:19 2018 -0500
@@ -8,9 +8,9 @@
gobject-introspection, libgirepository1.0-dev,
liblua5.1-0-dev, lua-lgi,
python3-dev, python-gi-dev, python3-gi
-Homepage: https://bitbucket.org/gplugin/main
-Vcs-Browser: https://bitbucket.org/gplugin/main/src
-Vcs-Hg: https://bitbucket.org/gplugin/main
+Homepage: https://bitbucket.org/gplugin/gplugin
+Vcs-Browser: https://bitbucket.org/gplugin/gplugin/src
+Vcs-Hg: https://bitbucket.org/gplugin/gplugin
Standards-Version: 3.9.8
Package: libgplugin0
--- a/packaging/debian/copyright Mon Oct 01 21:11:06 2018 -0500
+++ b/packaging/debian/copyright Mon Oct 01 21:14:19 2018 -0500
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: gplugin
Upstream-Contact: grim@reaperworld.com
-Source: https://bitbucket.org/gplugin/main
+Source: https://bitbucket.org/gplugin/gplugin
Files: *
Copyright: 2011-2014 Gary Kramlich <grim@reaperworld.com>