diff --git a/debian/changelog b/debian/changelog index eee9dd6..0d35764 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +screengrab (1.101-1ubuntu2) UNRELEASED; urgency=medium + + * Refreshed patches + + -- apt-ghetto Thu, 04 Jul 2019 17:55:29 +0200 + screengrab (1.101-1ubuntu1) disco; urgency=medium * Lubuntuify the package. diff --git a/debian/patches/core-cli-upload-option.patch b/debian/patches/core-cli-upload-option.patch index 7d37c7c..9c70f3c 100644 --- a/debian/patches/core-cli-upload-option.patch +++ b/debian/patches/core-cli-upload-option.patch @@ -5,7 +5,7 @@ Last-Update: 2016-09-19 --- a/src/core/core.cpp +++ b/src/core/core.cpp -@@ -536,8 +536,9 @@ +@@ -535,8 +535,9 @@ void Core::processCmdLineOpts(const QStr if (_cmdLine.isSet(_screenTypeOpts.at(i))) _conf->setDefScreenshotType(i); @@ -16,7 +16,7 @@ Last-Update: 2016-09-19 const QString UPLOAD_CMD_PARAM = "upload"; const QString UPLOAD_CMD_PARAM_SHORT = "u"; QCommandLineOption u(QStringList() << UPLOAD_CMD_PARAM_SHORT << UPLOAD_CMD_PARAM); -@@ -549,6 +550,9 @@ +@@ -548,6 +549,9 @@ void Core::processCmdLineOpts(const QStr } else initWindow(); #endif diff --git a/debian/patches/disable-cli-upload-option.patch b/debian/patches/disable-cli-upload-option.patch index 8402392..b6f5e6a 100644 --- a/debian/patches/disable-cli-upload-option.patch +++ b/debian/patches/disable-cli-upload-option.patch @@ -5,7 +5,7 @@ Last-Update: 2016-09-19 --- a/src/modules/uploader/moduleuploader.cpp +++ b/src/modules/uploader/moduleuploader.cpp -@@ -36,11 +36,11 @@ +@@ -36,11 +36,11 @@ const QString UPLOAD_CMD_PARAM_SHORT = " ModuleUploader::ModuleUploader(QObject *parent) : QObject(parent), _ignoreCmdParam(false),