[neon/forks/massif-visualizer/Neon/release] /: merge manually from salsa https://salsa.debian.org/debian/massif-visualizer

Jonathan Esk-Riddell null at kde.org
Thu Sep 8 17:04:58 BST 2022


Git commit eb043ddc0c5cfe7d79750e206e147201954a5d6f by Jonathan Esk-Riddell.
Committed on 08/09/2022 at 16:04.
Pushed by jriddell into branch 'Neon/release'.

merge manually from salsa https://salsa.debian.org/debian/massif-visualizer

M  +22   -0    debian/changelog
D  +0    -1    debian/compat
M  +6    -6    debian/control
M  +2    -0    debian/rules
D  +0    -83   snapcraft.yaml

https://invent.kde.org/neon/forks/massif-visualizer/commit/eb043ddc0c5cfe7d79750e206e147201954a5d6f

diff --git a/debian/changelog b/debian/changelog
index c87fa3a..0d9d6bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+massif-visualizer (0.7.0-3) unstable; urgency=medium
+
+  * QA upload.
+
+  [ Debian Janitor ]
+  * Remove constraints unnecessary since buster:
+    + Build-Depends: Drop versioned constraint on qtbase5-dev.
+
+ -- Jelmer Vernooij <jelmer at debian.org>  Wed, 25 May 2022 11:21:58 +0100
+
+massif-visualizer (0.7.0-2) unstable; urgency=medium
+
+  * QA upload.
+  * debian/rules: Disable fixfilepath feature, as it triggers build
+    failures when enabled. (Closes: #972299)
+  * debian/control: Update Vcs headers.
+  * Update to debhelper-compat 13.
+  * debian/control: Set Rules-Requires-Root to "no".
+  * debian/control: Update to Standards-Version 4.5.1.
+
+ -- Vagrant Cascadian <vagrant at reproducible-builds.org>  Tue, 22 Dec 2020 19:13:06 -0800
+
 massif-visualizer (0.7.0-1) unstable; urgency=medium
 
   * QA upload.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index fd17d12..81dd02f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends:
  cmake,
- debhelper (>= 9),
+ debhelper-compat (= 13),
  extra-cmake-modules,
  libkchart-dev,
  libkf5archive-dev,
@@ -17,12 +17,13 @@ Build-Depends:
  libkf5i18n-dev,
  pkg-kde-tools,
  python3-docutils,
- qtbase5-dev (>= 5.2),
+ qtbase5-dev,
  xauth,
  xvfb
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/massif-visualizer.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/massif-visualizer.git
+Standards-Version: 4.5.1
+Rules-Requires-Root: no
+Vcs-Browser: https://salsa.debian.org/debian/massif-visualizer
+Vcs-Git: https://salsa.debian.org/debian/massif-visualizer.git
 Homepage: https://projects.kde.org/projects/extragear/sdk/massif-visualizer
 
 Package: massif-visualizer
@@ -31,7 +32,6 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
- kgraphviewer,
  valgrind
 Description: Tool for visualizing memory usage recorded by Valgrind Massif
  Massif Visualizer is a graphical interface to visualize memory usage recorded
diff --git a/debian/rules b/debian/rules
index dc1384d..d5dae93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+# Disable fixfilepath feature, as it triggers build failures.
+export DEB_BUILD_MAINT_OPTIONS=reproducible=-fixfilepath
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
diff --git a/snapcraft.yaml b/snapcraft.yaml
deleted file mode 100644
index 3beb8ea..0000000
--- a/snapcraft.yaml
+++ /dev/null
@@ -1,83 +0,0 @@
----
-name: massif-visualizer
-parse-info: massif-visualizer
-version: 0.7.0
-confinement: strict
-grade: stable
-base: core20
-apps:
-    massif-visualizer:
-        command: kf5-launch massif-visualizer
-        plugs:
-        - kde-frameworks-5-plug
-        - home
-        - x11
-        - opengl
-        - network
-        - network-bind
-        - audio-playback
-        - desktop
-        - desktop-legacy
-slots:
-    session-dbus-interface:
-        interface: dbus
-        name: org.kde.massif-visualizer
-        bus: session
-plugs:
-    kde-frameworks-5-plug:
-        content: kde-frameworks-5-core18-all
-        interface: content
-        default-provider: kde-frameworks-5-core18
-        target: kf5
-package-repositories:
--   type: apt
-    components:
-    - main
-    suites:
-    - focal
-    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
-    url: http://origin.archive.neon.kde.org/user
-    key-server: keyserver.ubuntu.com
-parts:
-    massif-visualizer:
-        parse-info:
-        - usr/share/metainfo/org.kde.massif-visualizer.appdata.xml
-        build-snaps:
-        - kde-frameworks-5-core18-sdk/latest/edge
-        after:
-        - kde-frameworks-5-env
-        plugin: cmake
-        build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        build-packages:
-        - libkchart-dev
-        - libkgraphviewer-dev
-        stage-packages:
-        - libkchart
-        - libkgraphviewer
-        - kgraphviewer
-        - valgrind
-        source: https://download.kde.org/stable/massif-visualizer/0.7.0/src/massif-visualizer-0.7.0.tar.xz
-        cmake-parameters:
-        - "-DCMAKE_INSTALL_PREFIX=/usr"
-        - "-DCMAKE_BUILD_TYPE=Release"
-        - "-DENABLE_TESTING=OFF"
-        - "-DBUILD_TESTING=OFF"
-        - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
-        filesets:
-            exclusion:
-            - "-usr/lib/*/cmake/*"
-            - "-usr/include/*"
-            - "-usr/share/ECM/*"
-            - "-usr/share/doc/*"
-            - "-usr/share/man/*"
-            - "-usr/share/icons/breeze-dark*"
-            - "-usr/bin/X11"
-            - "-usr/lib/gcc/x86_64-linux-gnu/6.0.0"
-            - "-usr/lib/aspell/*"
-        prime:
-        - "$exclusion"
-    kde-frameworks-5-env:
-        plugin: dump
-        source: https://invent.kde.org/packaging/snap-kf5-launcher.git


More information about the Neon-commits mailing list