Control: tags -1 + pending I've prepared an NMU for paje.app (versioned as 1.98-1.3). The diff is attached to this message.
It will be uploaded as soon as I find a sponsor.
diff -Nru paje.app-1.98/debian/changelog paje.app-1.98/debian/changelog --- paje.app-1.98/debian/changelog 2024-08-30 09:36:13.000000000 +0300 +++ paje.app-1.98/debian/changelog 2025-02-04 14:59:39.000000000 +0200 @@ -1,3 +1,14 @@ +paje.app (1.98-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control (Build-Depends): Require libgnustep-gui-dev + (>= 0.31.1-7) for the multiarch layout. + * debian/rules: Delete the .desktop file generated by pl2link; don't + hard code the path (Closes: #1094312). + * debian/menu: Delete. + + -- Yavor Doganov <ya...@gnu.org> Tue, 04 Feb 2025 14:59:39 +0200 + paje.app (1.98-1.2) unstable; urgency=medium * Non-maintainer upload diff -Nru paje.app-1.98/debian/control paje.app-1.98/debian/control --- paje.app-1.98/debian/control 2024-08-30 09:36:13.000000000 +0300 +++ paje.app-1.98/debian/control 2025-02-04 14:54:29.000000000 +0200 @@ -5,7 +5,7 @@ Standards-Version: 3.9.2 Homepage: https://paje.sourceforge.net Build-Depends: cdbs (>= 0.4.27), - libgnustep-gui-dev (>= 0.12.0), debhelper (>> 5.0.0), + libgnustep-gui-dev (>= 0.31.1-7), debhelper (>> 5.0.0), texlive-latex-base, texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended diff -Nru paje.app-1.98/debian/menu paje.app-1.98/debian/menu --- paje.app-1.98/debian/menu 2012-01-30 14:37:13.000000000 +0200 +++ paje.app-1.98/debian/menu 1970-01-01 02:00:00.000000000 +0200 @@ -1,2 +0,0 @@ -?package(paje.app):needs="X11" section="Applications/Science/Data Analysis"\ - title="Paje" command="/usr/bin/Paje" diff -Nru paje.app-1.98/debian/rules paje.app-1.98/debian/rules --- paje.app-1.98/debian/rules 2024-08-30 09:36:13.000000000 +0300 +++ paje.app-1.98/debian/rules 2025-02-04 14:56:59.000000000 +0200 @@ -41,4 +41,4 @@ # Desktop file binary-install/$(PAJE):: install -m 644 debian/paje.desktop $(CURDIR)/debian/$(PAJE)/usr/share/applications - chmod 644 $(CURDIR)/debian/$(PAJE)/usr/lib/GNUstep/Applications/Paje.app/Resources/Paje.desktop + rm debian/$(PAJE)$(GNUSTEP_SYSTEM_APPS)/Paje.app/Resources/Paje.desktop