Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86124
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
9 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/barcoder.pro b/barcoder.pro
index 26d0cb0..de040c9 100644
--- a/barcoder.pro
+++ b/barcoder.pro
@@ -1,109 +1,109 @@
#-------------------------------------------------
#
# Project created by QtCreator 2017-02-16T22:41:52
#
#-------------------------------------------------
QT += core gui
# this kind of conflicts with a later option
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = barcoder
TEMPLATE = app
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 1
DEFINES += "VERSION_MAJOR=$$VERSION_MAJOR"\
"VERSION_MINOR=$$VERSION_MINOR"\
"VERSION_BUILD=$$VERSION_BUILD"
#Target version
VERSION = "$${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_BUILD}"
DEFINES += VERSION_S='\\"$${VERSION}\\"'
DEFINES += QT_DEPRECATED_WARNINGS
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050000
INCLUDEPATH += 3rdparty/qqrencode
LIBS += -lqrencode -ldmtx
SOURCES += main.cpp\
mainwindow.cpp\
3rdparty/qqrencode/qqrencode.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
unix {
#VARIABLES
isEmpty(PREFIX) {
PREFIX = /usr #QT_INSTALL_PREFIX
}
BINDIR = $$PREFIX/bin
DATADIR =$$PREFIX/share
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
# MAKE tarball
tarball.commands = git archive --prefix $${TARGET}_$${VERSION}/ -o $${TARGET}_$${VERSION}.orig.tar.gz HEAD . \":(exclude)debian\" \":(exclude)data\"
tarball.path = .
# MAKE zip
zip.commands = git archive --prefix $${TARGET}_$${VERSION}/ -o $${TARGET}_$${VERSION}.orig.zip HEAD . \":(exclude)debian\" \":(exclude)data\"
zip.path = .
mangz.commands = gzip -c -9 docs/$${TARGET}.1 > docs/$${TARGET}.1.gz
mangz.files = docs/*.1
mangz.path = $$DATADIR/man/man1
man.depends = mangz
man.path = $$DATADIR/man/man1
man.files = docs/*.?.gz
# i don't provide command for icon but something like convert barcoder.xcf barcoder-256.png
- icon.path = $$DATADIR/icons/hicolor/256x256/apps/
+ icon.path = $$DATADIR/icons/hicolor/128x128/apps/
icon.files = $$PWD/$${TARGET}.png
desktop.depends = icon
desktop.path = $$DATADIR/applications/
desktop.files = $$PWD/$${TARGET}.desktop
QMAKE_CLEAN += $$PWD/*zip $$PWD/*.tar.gz $$PWD/*.deb
QMAKE_EXTRA_TARGETS += tarball zip deb man mangz desktop icon
#MAKE INSTALL
INSTALLS += target mangz man desktop icon
target.path = $$BINDIR
deb.target = deb
deb.path = .
deb.depends = debian/control
deb.commands = dpkg-buildpackage -uc -us
}
DISTFILES += docs/*gz \
$${TARGET}.desktop \
$${TARGET}.png
diff --git a/debian/barcoder.lintian-override b/debian/barcoder.lintian-override
index 968fc8b..47c48ee 100644
--- a/debian/barcoder.lintian-override
+++ b/debian/barcoder.lintian-override
@@ -1,4 +1,3 @@
barcoder binary: source-is-missing */bin/barcoder
barcoder changes: bad-distribution-in-changes-file unstable
-barcoder binary: unknown-section multiverse/utils
-barcoder-dbgsym: unknown-section multiverse/debug
+barcoder changes: multiple-distributions-in-changes-file
diff --git a/debian/changelog b/debian/changelog
index b238d7f..892538a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,44 +1,44 @@
-barcoder (1.1.0) unstable focal; urgency=low
+barcoder (1.1.0) oldstable stable unstable xenial bionic eoan focal groovy; urgency=low
* polishing to debianization, removal of lots of code, some linting
- -- Chris <git@chris-nz.com> Sat, 05 Jul 2020 22:00:00 -0000
+ -- Chris <git@chris-nz.com> Sun, 05 Jul 2020 22:00:00 -0000
barcoder (1.0.1) unstable; urgency=low
* huge overhaul of build stuff to make neat deb and source packages
-- Chris <git@chris-nz.com> Sat, 04 Jul 2020 08:35:50 -0000
barcoder (1.0.0) unstable; urgency=low
* improving premake, preparing for debianization (rev.6b986e4e)
* remove some dead code (rev.f237d18a)
* Remove unused isMicro() function (rev.c84b7b9b)
* Remove a couple of unused functions (rev.c3f7bc65)
* Add some license info for 3rd part QQREncode (rev.75b3a9f7)
* Update Readme to trigger re-render (rev.f4ff13b4)
* Update licence (rev.a386fcdb)
* better clipboard handling (rev.dc59f29a)
* suppress unused warning (rev.74bfdbb6)
* patch for differing clipbaord apis, fix clipboard segfault (rev.be57d568)
* fix segfault on long datamatrix input (rev.8a964fb6)
* removed dead code in mainwindow header (rev.8309d390)
* Update README.md to reflect new situation (rev.7891b3c2)
* Complete rewrite of mainwindow. (rev.eceaf8d5)
* Update README (rev.928c1c8f)
* Update README.md (rev.8341ad83)
* Create LICENSE (rev.478e129d)
* Update README.md (rev.d8a3e710)
* first push of readme (rev.0bdfe1cd)
* shouldn't have this file in repository (rev.63e13980)
* First commit! (rev.c0938417)
-- Chris <git@chris-nz.com> Sun, 28 Jun 2020 08:21:50 -0000
diff --git a/debian/control b/debian/control
index 668d0a0..79e1dfd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,25 @@
Source: barcoder
-Section: multiverse/utils
+Section: utils
Priority: optional
Maintainer: barcoder team <dpkg@chris-nz.com>
Build-Depends: libdmtx-dev, libqrencode-dev, qtbase5-dev, cdbs, debhelper
Standards-Version: 4.4.1
Package: barcoder
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: copyq | clipit | parcellite | xfce4-clipman
Description: Transfer text from clipboard using a qrcode
klipper (included in plasma-workspace) is a clipboard
manager which can show qrcodes for clipboard content.
This can be a very convenient way to transfer clipbaord content
from a desktop machine to a mobile phone.
barcoder provides this clipboard-to-barcode functionality in
a lightweight, one-shot tool. It can be invoked from a command line,
or by calling it as an action from a clipboard manager.
.
barcoder works well with applications like
(Zebra Crossing) "Barcode Scanner" on android
(com.google.zxing.client.android)
diff --git a/debian/copyright b/debian/copyright
index 346f176..60d3180 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,66 +1,66 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: <https://scm.opengress.net/diffusion/4/>
Files: *
Copyright: 2020 barcoder team <dpkg@chris-nz.com>
License: MIT
Files: 3rdparty/qqrencode/*
Copyright: 2013 Kentaro Fukuchi <kentaro@fukuchi.org>
License: LGPL-2.1+
Files: barcoder.png
Copyright: 2015 Palo Kisa <palo.kisa@gmail.com>
-Copyright: 2020 barcoder team <dpkg@chris-nz.com>
+ 2020 barcoder team <dpkg@chris-nz.com>
License: GPL-2.0+
License: GPL-2.0+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
License: LGPL-2.1+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 11, 1:29 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42662
Default Alt Text
(9 KB)
Attached To
Mode
R4 barcoder
Attached
Detach File
Event Timeline
Log In to Comment