gplugin/gplugin

5d832d3f9ff9
get a little bit more specific with the source package hacks
--- a/packaging/debian/rules Tue Dec 04 22:49:29 2018 -0600
+++ b/packaging/debian/rules Sat Dec 15 02:47:49 2018 -0600
@@ -28,6 +28,6 @@
override_dh_builddeb:
# copy the dsc and the tar file to the uploads dir
- cp ../*.dsc ../*.tar.* $(ARTIFACTS_DIR)
+ cp ../gplugin_*.dsc ../gplugin_*.tar.* ../gplugin_*.changes $(ARTIFACTS_DIR)
dh_builddeb $@ --destdir=$(ARTIFACTS_DIR)