Page MenuHomePhabricator (Chris)

No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/debian/changelog b/debian/changelog
index d5b5fed..d8445ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,56 +1,56 @@
-barcoder (1.1.1+nmu1) groovy; urgency=medium
+barcoder (1.1.1build1) groovy; urgency=medium
- * Test upload for ppa/dput.
+ * bump version for ppa release engineering
- -- muninn team <dpkg@chris-nz.com> Sat, 03 Apr 2021 18:50:09 +1300
+ -- muninn team <dpkg@chris-nz.com> Sat, 03 Apr 2021 19:53:19 +1300
barcoder (1.1.1) unstable; urgency=medium
* Change debian/rules to cmake (no changes in qmakefile yet)
-- Chris <sneaky@yellow.lan> Wed, 24 Mar 2021 21:09:06 +1300
barcoder (1.1.0) unstable; urgency=low
* polishing to debianization, removal of lots of code, some linting
-- 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 3955c51..1ac9eef 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,25 @@
Source: barcoder
Section: utils
Priority: optional
Maintainer: barcoder team <dpkg@chris-nz.com>
-Build-Depends: cdbs, cmake, debhelper, libdmtx-dev, libqrencode-dev, qtbase5-dev
+Build-Depends: cmake, debhelper, libdmtx-dev, libqrencode-dev, qtbase5-dev
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/rules b/debian/rules
index 00d1f88..6ab01af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,14 @@
#!/usr/bin/make -f
+
export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CXXFLAGS_MAINT_APPEND = -DQT_NO_DEBUG_OUTPUT -DQT_NO_WARNING_OUTPUT
+
+#include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/class/cmake.mk
+
+%:
+ dh $@ --buildsystem=cmake
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/cmake.mk

File Metadata

Mime Type
text/x-diff
Expires
Wed, Sep 10, 3:18 PM (3 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42607
Default Alt Text
(3 KB)

Event Timeline