[neon/backports-jammy/zxing-cpp-jammy/Neon/release] debian: debian/control: Let python3-zxing-cpp provides python3-zxingcpp

Carlos De Maine null at kde.org
Mon Jan 16 11:56:17 GMT 2023


Git commit 2b7d583daef47878f5ca6a90b6999c3f1cdc959f by Carlos De Maine.
Committed on 16/01/2023 at 11:55.
Pushed by carlosdem into branch 'Neon/release'.

debian/control: Let python3-zxing-cpp provides python3-zxingcpp

Eventually we shall rename binary package to python3-zxingcpp.

A  +1    -0    debian/TODO
M  +51   -1    debian/control

https://invent.kde.org/neon/backports-jammy/zxing-cpp-jammy/commit/2b7d583daef47878f5ca6a90b6999c3f1cdc959f

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..e94fc09
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1 @@
+* Set python package name as python3-zxingcpp as suggested upstream
diff --git a/debian/control b/debian/control
index 4436878..081d785 100644
--- a/debian/control
+++ b/debian/control
@@ -48,4 +48,54 @@ Description: C++ port of ZXing library (library files)
  number of formats:  QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E,
  EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF.
  .
- This package provides library files for zxing-cpp library.
\ No newline at end of file
+ This package provides library files for zxing-cpp library.
+
+Package: libzxingcore-dev
+Architecture: all
+Section: oldlibs
+Depends:
+ libzxing-dev,
+ ${misc:Depends},
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
+
+Package: python3-zxing-cpp
+Architecture: any
+Section: python
+Depends:
+ python3-numpy,
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends},
+Provides:
+ python3-zxingcpp,
+Description: C++ port of ZXing library (python3 binding)
+ ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D
+ barcode image processing library implemented in C++.
+ .
+ It was originally ported from the Java ZXing library but has been
+ developed further and now includes many improvements in terms of
+ quality and performance. It can both read and write barcodes in a
+ number of formats:  QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E,
+ EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF.
+ .
+ This package provides python3 binding for zxing-cpp library.
+
+Package: zxing-cpp-tools
+Architecture: any
+Section: utils
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: Utilities provided by ZXing library
+ ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D
+ barcode image processing library implemented in C++.
+ .
+ It was originally ported from the Java ZXing library but has been
+ developed further and now includes many improvements in terms of
+ quality and performance. It can both read and write barcodes in a
+ number of formats:  QR Code, DataMatrix, Aztec, PDF417, UPC-A, UPC-E,
+ EAN-8, EAN-13, DataBar/RSS, Code 39, Code 93, Code 128, Codabar, ITF.
+ .
+ This package provides various example utilities written with zxing-cpp
+ library.
\ No newline at end of file


More information about the Neon-commits mailing list