diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-08 13:35:23 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-12-10 10:32:50 +0100 |
commit | efb9beda243ac342304e6f09ba9f0deff1e77a2b (patch) | |
tree | 35e8c1c5572b3c73e74709b639630fea4fe11595 /debian/control | |
parent | a22b26b058700efdca04108c125d61b85184ffc8 (diff) | |
download | qmenumodel-efb9beda243ac342304e6f09ba9f0deff1e77a2b.tar.gz qmenumodel-efb9beda243ac342304e6f09ba9f0deff1e77a2b.tar.bz2 qmenumodel-efb9beda243ac342304e6f09ba9f0deff1e77a2b.zip |
debian/{control,*qmenumodel*}: Rename bin:pkg qmenumodel-qml to qml-module-qmenumodel1 (reflecting the version bump _and_ becoming compliant to Debian's naming policy for QML modules.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 92a0f8c..fac5162 100644 --- a/debian/control +++ b/debian/control @@ -50,7 +50,7 @@ Description: Qt binding for GMenuModel - development files . This package contains the development headers for libqmenumodel. -Package: qmenumodel-qml +Package: qml-module-qmenumodel1 Section: libs Architecture: any Depends: ${shlibs:Depends}, @@ -63,4 +63,3 @@ Description: Qt binding for GMenuModel - QML module . This package contains the QML module for building applications using the QMenuModel library. - |