Debian Package Tracker
Register | Log in
Subscribe

synaptic

Graphical package manager

Choose email to subscribe with

general
  • source: synaptic (main)
  • version: 0.91.7
  • maintainer: Michael Vogt (DMD)
  • arch: any
  • std-ver: 4.5.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.90.2
  • oldstable: 0.91.3
  • stable: 0.91.7
  • testing: 0.91.7
  • unstable: 0.91.7
versioned links
  • 0.90.2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.91.3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.91.7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • synaptic (359 bugs: 0, 234, 125, 0)
action needed
8 bugs tagged patch in the BTS normal
The BTS contains patches fixing 8 bugs (9 if counting merged bugs), consider including or untagging them.
Created: 2026-06-02 Last update: 2026-07-17 12:30
82 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit 171b2119361f08a670464140d06e721b8d58cd93
Author: Amaa <Amaa>
Date:   Fri Jul 10 11:42:35 2026 +0000

    Fix "unused local variable":
    Removed the unused variables.

commit 2f84a50ed5c8c9862bf41953d8103a13d218d78a
Author: Amaa <Amaa>
Date:   Mon Jul 13 12:18:04 2026 +0000

    Add missing const to getName(), getSubViews() and getViews():
    Added the missing const attributes and revised the implementation of the respective methods.

commit be79cb8a3e8b79abb21a67d5f2dd46e299e160d1
Author: Michael Vogt <michael@amutable.com>
Date:   Tue Jul 14 09:36:31 2026 +0200

    docs: update INSTALL for meson
    
    We no longer use autotools to build synaptic. So update the INSTALL
    file to reflect this.

commit 4e7668fad3c778ba13220e666abc8c9ddb8623e3
Author: amaa-99 <amaa-99>
Date:   Tue Jul 14 08:55:41 2026 +0000

    Invalid non-blank line in synaptic.desktop.in:
    Removed the leading '_' from the Name, GenericName and Comment entries.

commit f12a1fd28f4cb16d859ca63a2badb66ae65c39e9
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Tue Jul 14 14:05:23 2026 +0200

    Use prefix option consistently

commit 60217f24db98a2a9397415a4a01598d8e28939c8
Author: amaa-99 <amaa-99>
Date:   Thu Jul 16 06:28:28 2026 +0000

    Fix memory leaks in RPatternPackageFilter::addPattern():
    Revised the implementation and added the missing freeing of allocated memory.

commit f9a9377531bff335bc7771490ec5ee48936b5900
Merge: cbe034e 78f3af2
Author: Michael Vogt <mvo@debian.org>
Date:   Wed Jul 15 11:12:40 2026 +0200

    Merge pull request #248 from amaa-99/131-fix-size_t-assigned-to-int
    
    Fix size_t assigned to int in rpackagefilter, rgfiltermanager

commit cbe034ec72a2b455e41b47f16dcfff2f5c75c2c5
Author: amaa-99 <amaa-99>
Date:   Wed Jul 15 08:36:58 2026 +0000

    Remove the obsolete intl source folder.

commit 78f3af2f8e9d27f980e2768438eff4b84515dfea
Author: Amaa <Amaa>
Date:   Fri Jul 10 11:42:35 2026 +0000

    Fix size_t assigned to int:
    Corrected int to size_t.

commit 8eee784d455d03df74fa0a1cdbc55a7623701abf
Author: Michael Vogt <michael@amutable.com>
Date:   Tue Jul 14 09:25:39 2026 +0200

    gtk: fix lock-version and mark-auto-installed
    
    When a stateful GAction without a parameter type is activated from a
    menu, the activate handler receives parameter == NULL, so reading the
    new value via g_variant_get_boolean(parameter) always yielded FALSE.
    As a result both toggles could only ever unset their flag.
    
    Read the actions current state instead and toggle it, and update
    the state so the menu checkmark reflects the change immediately.
    
    Fixes: #184

commit 5278648b468a8c3ec7e37138470f6079e815ada4
Merge: c2260d0 43e4514
Author: Michael Vogt <mvo@debian.org>
Date:   Tue Jul 14 07:57:59 2026 +0200

    Merge pull request #231 from amaa-99/119-fix-unused-local-variable
    
    Fix "unused local variable" OrigPath in rpmindexcopy.cc

commit c2260d0c34c2366a9f2fd406cf5fd4a74fbfb208
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 21:59:08 2026 +0200

    gtk: tweaks after embedding UI files
    
    A small follow-up #243 that adds the gtkbuilder ui files
    as resources:
    - remove now-unused SYNAPTIC_GTKBUILDERDIR define
    - drop stale "// for development" comment (referred to the removed
      local-file fallback)
    - remove unused builder_status variable
    - say "resource" instead of "file" in the loading warnings
    - add missing trailing newline in gtk/meson.build

commit 3a9a363e6d5a092a79e177970493ad38cfcf239a
Merge: 2b173a2 0941091
Author: Michael Vogt <mvo@debian.org>
Date:   Mon Jul 13 22:15:52 2026 +0200

    Merge pull request #243 from andy128k/embed-ui-files
    
    gtk: include gtkbuilder UI files as resources

commit 2b173a2bdb67e4d5c27a246b50dcc8c468242ff5
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 21:23:47 2026 +0200

    meson: add new `lint` target
    
    This commit adds a new `lint` target that initially just checks
    for trailing whiespaces. It is also wired up to the GH CI.

commit 09410915b97dd08bf89d6ddbdde95956cacf669b
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jul 13 22:06:47 2026 +0200

    Embed ui files

commit 8fc70e0bc6510c9b31a314472ccd2f126bf04247
Merge: 9a1c2c7 096cc50
Author: Michael Vogt <mvo@debian.org>
Date:   Mon Jul 13 21:53:23 2026 +0200

    Merge pull request #233 from amaa-99/123-fix-unitialized-local-variable-in-rgfiltermanagerwindowgetpatternfilter
    
    Fix unitialized local variable "type" in RGFilterManagerWindow::getPatternFilter

commit 9a1c2c7cd40fa734a596f93029e855531b71f6e6
Merge: 2f3e691 9ac9224
Author: Michael Vogt <mvo@debian.org>
Date:   Mon Jul 13 21:35:35 2026 +0200

    Merge pull request #229 from amaa-99/111-fix-unused-local-variable
    
    Fix "unused local variable" VerTag in getAvailableVersions()

commit 2f3e691ed2f83765e57247be105ef0b96cc8c813
Merge: ba6b20b cbf46ec
Author: Michael Vogt <mvo@debian.org>
Date:   Mon Jul 13 21:16:42 2026 +0200

    Merge pull request #228 from amaa-99/114-fix-unused-local-variable
    
    Removed the unused variable strVal in setTreeList() and some cleanups in the surrounding code.

commit ba6b20b0b39b99f134be101ab6278534bbdf9da2
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jul 13 14:19:30 2026 +0200

    Replace message box about not beeing root with a message in status bar

commit aec1e7f1ea35ab2b91fc0e6b088da90e3a814104
Merge: 13eab49 15d917d
Author: Michael Vogt <michael.vogt@gmail.com>
Date:   Mon Jul 13 14:24:08 2026 +0200

    Merge pull request #236 from mvo5/meson-2
    
    meson: tweak to make the deb build identical to before

commit 096cc5078def50c7bf28b625f403013e96ba38d6
Author: Amaa <Amaa>
Date:   Fri Jul 10 16:11:24 2026 +0000

    Fix unitialized local variable in RGFilterManagerWindow::getPatternFilter:
    Fixed the potential cases where 'type' would be used unitialized or with the wrong value.
    Removed the unused local variables.

commit 43e4514bcb4f27edfbf334a84cc6d01daeb2a153
Author: Amaa <Amaa>
Date:   Fri Jun 26 09:10:41 2026 +0000

    Fix "unused local variable":
    Removed the unused variables.

commit cbf46ecc6311dcb24184f55fc786a946540dc114
Author: Amaa <Amaa>
Date:   Thu Jul 9 15:02:42 2026 +0000

    Fix "unused local variable":
    Removed the unused variables.

commit 9ac92242de332210eebf350d95f85f82b296c1bf
Author: Amaa <Amaa>
Date:   Thu Jul 9 14:55:45 2026 +0000

    Fix "unused local variable":
    Removed the unused variables.

commit 13eab4932cf83ef41846699d8808120f8cea1220
Author: Amaa <Amaa>
Date:   Mon Jul 13 09:03:18 2026 +0000

    Fix ruserdialog.h included as system header:
    Corrected <ruserdialog.h> to "ruserdialog.h".

commit 15d917d023116a5185df945e95028f57865f3e2f
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 09:41:16 2026 +0200

    debian,help: add xmlto and custom synaptic-html target
    
    Our help menu will use yelp:synaptic and then if yelp is not
    avaiable fallback to use the html pages. So we still want to
    ship the (auto generated) html pages in an install.
    
    This commit readds them and adds xmlto as build-dep so that
    it all works inside a clean chroot.

commit eecdf792b5b89663fd5567dfb5470a66b862e7d8
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 09:11:34 2026 +0200

    debian: add libpolkit-gobject-1-dev build-dep
    
    A clean pbuilder build will fail without this build-dep.

commit 9159cc3375c54bafefa8037753490d0453cf9a75
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 09:26:17 2026 +0200

    tests: skip test_rpackagefilter.cc if HOME not writable
    
    The test is failing in a clean pbuilder environment because there
    HOME is set to a non-writable location. So we just skip the test
    in this case.

commit 343c7a1ecc7961ce227a8dc6559f8f8a81381ed4
Author: Michael Vogt <michael@amutable.com>
Date:   Mon Jul 13 09:02:55 2026 +0200

    meson: update version to match changelog

commit 33910851c663bf354f3572e0f8b5101ffbcc3bc1
Merge: 5c0f882 fecc84e
Author: Michael Vogt <mvo@ubuntu.com>
Date:   Mon Jul 13 10:04:34 2026 +0200

    Merge pull request #186 from andy128k/meson
    
    Replace Autotools with Meson

commit 5c0f882e23f32907724fd8d1c38d92b7116946dd
Author: Amaa <Amaa>
Date:   Fri Jun 26 09:10:41 2026 +0000

    Revise the #include statements:
    Added missing #include statements and removed the not used.
    Grouped the #include statements and removed duplicates.
    Fixed the circular/recursive inclusion cases.

commit fecc84e2cef8832f5a05e0209b36f662990b77c0
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sun Jul 12 13:41:17 2026 +0200

    Update pre-build.sh to modify meson.build

commit 5d17de9a150b0d03019f289697042fa882b1b1ef
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jun 22 20:51:55 2026 +0200

    debian: switch packaging to meson

commit 3e650f7e76cf4345e849213496f049776437abe9
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jul 6 01:35:05 2026 +0200

    Fix a test

commit 7ad3b241d6dc117deccdece4919dc0843b2a4102
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jun 22 19:25:30 2026 +0200

    Update github action to use Meson

commit d53334902469bc4b3d860729708be0c235f87b53
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Fri Mar 20 02:15:42 2026 +0100

    build: replace autotools with meson

commit 9952a12c1e3d4ebbe44da63fd4e8abfb395b5886
Author: Amaa <Amaa>
Date:   Thu Jul 9 13:14:39 2026 +0000

    Fix "unused local variable":
    Removed the unused (duplicate) variables.
    Adjusted the variable names to lower case and moved the local string variable into the loop.

commit dca96d175b93843b735df000ce085cd2e29a8eda
Author: Amaa <Amaa>
Date:   Thu Jul 9 11:31:57 2026 +0000

    Fix the "enumeration values 'ButtonsDefault' and 'ButtonsOk' not handled in switch":
    Added the explicit default to the switch statement.

commit b3a1cd5917cd35eb3806b22b42870f2ba7e745a7
Author: Amaa <Amaa>
Date:   Thu Jul 9 10:31:33 2026 +0000

    Fix "object backing the pointer will be destroyed at the end of the full-expression":
    Fixed the access to the object's data outside its lifetime.

commit c3a254920cbde90a39b77ac4bf1fc8ca16a4ada4
Author: Amaa <Amaa>
Date:   Thu Jul 9 10:06:46 2026 +0000

    Fix "object backing the pointer will be destroyed at the end of the full-expression":
    Fixed the access to the object's data outside its lifetime.

commit 759382d8684f5fccd186e65a7f258694fc7af8cc
Author: Amaa <Amaa>
Date:   Thu Jul 9 08:19:17 2026 +0000

    Replace the deprecated GdkColor:
    Replaced GdkColor with GdkRGBA.
    Moved the initialization of _gray to the declaration and declared it const.

commit 2bbc8994b9c3b8c4cc7c5de2d848598da46b1c65
Author: Amaa <Amaa>
Date:   Tue Jun 30 23:31:56 2026 +0000

    Revise the RPackage::installedFiles() implementation:
    Changed the implementation to return std::string instead of relying on a static variable for storage lifetime.
    Avoided calling FileExists() twice in case the file was already found.
    Added returning an informative message in case the list can't be retrieved.
    Added skipping the insertion of empty lines instead of relying on a single empty line always being read from the input file.
    Removed the unused HAVE_RPM variant of RPackage::installedFiles().

commit 2ba78a786f87d9a6aae4b5cd9a218698391b31ab
Author: Amaa <Amaa>
Date:   Fri Jul 3 19:26:23 2026 +0000

    Set the gtk-disable-deprecated defines by default:
    Changed the configuration so that the GTK deprecated functionality is disabled by default.

commit cbb77b194c813371b7b5c999b8eb7eadcda7bde3
Author: Amaa <Amaa>
Date:   Mon Jul 6 20:52:35 2026 +0000

    Fix the deprecated std::binary_function in the implementation of the std::sort custom comparator:
    Replaced the implementation with one based on std::function.

commit 460fb26c7396ece48cea3aea0a75f3b15014e525
Author: Amaa <Amaa>
Date:   Sat Jul 4 10:13:34 2026 +0000

    Remove the obsolete STDC_HEADERS statements from configure.ac:
    Removed the obsolete AC_HEADER_STDC statements.

commit 0241b5f23e7c6ddae4a5b657ace92a129383a7b8
Author: Amaa <Amaa>
Date:   Fri Jul 3 20:19:00 2026 +0000

    Add an option to put the application path definitions in the config.h (with default values):
    Added the --enable-ide-integration autogen option to enable putting the application path definitions (with default values) in the config.h file.
    This is useful for cases where the development tools fail due to those symbols not being defined.

commit 7c8d33962baabfba6c4a9285a177ba475aa1b8e2
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Tue Jul 7 00:53:34 2026 +0200

    Install synaptic into /bin instead of /sbin

commit 2696a826d81388b76f7b0d861b50c22b84d4ed57
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Mon Jul 6 21:12:24 2026 +0200

    Remove unused ui files

commit d7b28e673b29fdbe50c0c60a34afdfa7972dfc13
Author: Amaa <Amaa>
Date:   Thu Jul 2 19:07:55 2026 +0000

    Remove using namespace from the header files:
    Moved the 'using namespace std' statements out of the header files.

commit 908f486b4cbfd3bc00ce2361a7e0c9beed1c0f74
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sun Jun 21 17:13:05 2026 +0200

    Replace deprecated GtkTable with GtkGrid

commit ddc2d789903c5932e96503f01149d1e4c8922c52
Merge: c46ca91 1030b73
Author: Michael Vogt <mvo@ubuntu.com>
Date:   Mon Jul 6 09:08:30 2026 +0200

    Merge pull request #204 from amaa-99/32-merge-add-missing-inclusion-of-apt-pkgmacrosh-for-apt_pkg_major-definition
    
    Remove the obsolete pkgAcqFile workaround implementation

commit c46ca9175131f673c116cde8180d5959511b0d8d
Author: Amaa <Amaa>
Date:   Sat Jul 4 13:47:39 2026 +0000

    Remove the orphaned rswig.cc, rswig.h, rpackagemanager.h and rdependency.h files:
    Removed those unused files.

commit 1030b733c7f78894b6c60542478bc8886bae81d2
Author: Amaa <Amaa>
Date:   Wed Jul 1 19:26:40 2026 +0000

    Remove the obsolete pkgAcqFile workaround implementation:
    Removed the workaround implementation of pkgAcqFile used with APT_PKG versions older than 5.

commit c0f14197f63b22a4bbb1bf99a033b0f549004e7d
Author: Amaa <Amaa>
Date:   Fri Jul 3 11:20:08 2026 +0000

    Remove redundant -lapt-pkg from the makefiles:
    Removed the -lapt-pkg parameter (the related libraries are now injected by APT_PKG_LIBS).

commit 2a94db5efba182f9b643ddab55605c5c76728598
Author: Amaa <Amaa>
Date:   Thu Jul 2 08:18:08 2026 +0000

    Revise the include paths in the makefiles:
    Added the include path to the generated config.h and normalized the include paths to the project headers.
    Normalized the definition of PACKAGE_DATA_DIR, PACKAGE_LOCALE_DIR and SYNAPTICSTATEDIR.
    Deleted the unused definition of synapticlocaledir.
    Added a check for apt-pkg to configure.ac and added the respective CFLAGS and LIBS to the makefiles.
    Normalized the CFLAGS and the LIBS among the makefiles.

commit 906e5c72c253648a3cb87e24aae08e6bf1c40062
Author: Amaa <Amaa>
Date:   Thu Jul 2 16:22:51 2026 +0000

    Remove the empty gsynaptic.h file:
    Removed the gsynaptic.h file and all references to it.

commit 495eef7ea33fe1e95965c8a34d8700987c6953ba
Author: Amaa <Amaa>
Date:   Thu Jul 2 07:13:36 2026 +0000

    Revise the GTK_DISABLE_DEPRECATED project configuration:
    Added GDK_DISABLE_DEPRECATED, GDK_PIXBUF_DISABLE_DEPRECATED and G_DISABLE_DEPRECATED to the disable deprecation options.
    Changed the configuration argument from --with-gtk-disable-deprecated to --enable-gtk-deprecated (i.e. deprecated functionality is now disabled by default).

commit 550939ba61860e3ae088d0ef52fdcf7659c12aa1
Author: Amaa <Amaa>
Date:   Wed Jul 1 12:45:05 2026 +0000

    Revise the i18n.h inclusions:
    Added the missing include directives and removed the unnecessary ones.

commit 4f3948fe0ae2c331b2a63aba7e2838f7bd18e4b0
Merge: 3e05d84 b6358d9
Author: Michael Vogt <mvo@ubuntu.com>
Date:   Wed Jul 1 17:53:27 2026 +0200

    Merge pull request #202 from amaa-99/26-merge-fix-project-headers-included-with
    
    Fix project headers included with #include <>

commit b6358d92ac96eb1a6ac31f9de9b07f901b3e95a9
Author: Amaa <Amaa>
Date:   Wed Jul 1 10:07:58 2026 +0000

    Fix project headers included with #include<>:
    Moved the header inclusions to the correct location.

commit 6e988d24f8fd4dca0a78f0bb1ddc3fe10c892b96
Author: Amaa <Amaa>
Date:   Wed Jul 1 10:02:07 2026 +0000

    Fix project headers included with #include<>:
    Replaced the #include<> with #include"" for the affected files.
    This fixes those headers getting searched for in the incorrect paths, and, on specific scenarios, confusing the IDEs and code analysis tools.

commit 3e05d84db4e7254d27d3dd107018fff93d68ee06
Author: Amaa <Amaa>
Date:   Fri Jun 26 00:54:36 2026 +0000

    Add the missing config.h inclusions:
    Revised the inclusion of config.h so that it is the first one included in the source files and added the missing inclusions.

commit 1a6db781559b1a7cef247190d79f1edc9622c2bd
Author: Amaa <Amaa>
Date:   Tue Jun 30 09:54:00 2026 +0000

    Remove leftover libept statements:
    Removed the orphaned LIBEPT_CFLAGS references from the makefile templates.

commit cc14eb7d759a70101f75941c45cba50b47a70ebf
Author: Amaa <Amaa>
Date:   Fri Jun 26 07:44:32 2026 +0000

    Update the obsolete actions in the GitHub workflows:
    Updated actions/checkout to version 7.

commit e605c7a674ae3c8f9c5b6474f27b644fde7f24dd
Author: Amaa <Amaa>
Date:   Fri Jun 26 07:07:39 2026 +0000

    Remove the config.h.in generated file from the repo:
    Removed the config.h.in file which is (always) generated by the autogen during the build configuration process.

commit b5cd7dc850722f7c8e184186eac088c96a7fbd2d
Author: Amaa <Amaa>
Date:   Fri Jun 26 06:11:32 2026 +0000

    Add the missing header guards:
    Revised the header guards and added the missing ones.

commit a58b1b953b3fc1dc99c00eafd3d9a2610337d331
Author: amaa-99 <140518484+amaa-99@users.noreply.github.com>
Date:   Thu Jun 25 11:16:37 2026 +0000

    Fix the building out-of-tree (#189)
    
    * Fix the building out-of-tree:
    Added the missing $(srcdir) to the image file glob definitions in various makefile.am files.
    This fixes the incorrect paths generated by autoconf in out-of-tree building cases.
    
    * Fix the building out-of-tree:
    Added ${top_srcdir} to the include paths to accommodate for some test source code files having the include folder names in the #include statements.
    This fixes the include files not found errors in out-of-tree building cases.
    
    ---------
    
    Co-authored-by: Amaa <Amaa>

commit a16dbb2dd72163055ddce0f50b37d3d61144d4f2
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Sun May 3 18:18:21 2026 +0100

    Also try run0 when sudo/pkexec are not found
    
    run0 also allows running commands as other users. If neither
    sudo nor pkexec are found, try run0.
    
    https://www.freedesktop.org/software/systemd/man/latest/run0.html

commit 5f6df93107c08480167bcdfeddc7d0cc1866961e
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Sun May 3 18:21:16 2026 +0100

    debian/control: drop obsolete alternative dependency
    
    polkitd and pkexec are available as packages since bookworm (debian 12)
    and jammy (ubuntu 22.04), so the alternatives can be dropped now

commit f0847497666ae87b030b0f4b1c2a24bb6fe7c266
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sat Feb 28 01:12:31 2026 +0100

    Use GtkApplication

commit cbf77cc06d2f780cc56f4826085052dc27ab19f8
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sat Feb 28 13:07:24 2026 +0100

    Add missing return statement

commit d7ee6844b522586200c1d8b67e7646e9c68f856f
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sat Feb 28 12:59:37 2026 +0100

    Remove dead code

commit f30169b13b1eea85ae3be9592febc0601f9a45b0
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Tue Jan 20 23:52:50 2026 +0100

    Reimplement toolbar with regular boxes and buttons

commit 0620b62ccb5aa94e16755134b3cfa01c5c616de5
Author: Andrey Kutejko <andy128k@gmail.com>
Date:   Sun Jan 18 17:27:25 2026 +0100

    Reimplement menu and toolbar with GActions

commit 0798629e34e9a1c2e1c61206d5d7621372ece7de
Author: Ekaterine Papava <papava.e@gtu.ge>
Date:   Thu Dec 11 06:46:57 2025 +0100

    po: Update Georgian translation

commit 48e17b5bed0fde3e7deffff939770e1b3fb119c3
Author: AsciiWolf <mail@asciiwolf.com>
Date:   Fri Nov 14 00:02:49 2025 +0100

    Update AppStream metadata
    
    Remove deprecated developer_name tag

commit 2cded3bf23fe6927a19d60c7febdafee992130ad
Author: I.Rezkov <fagothmail@gmail.com>
Date:   Fri Oct 31 21:06:08 2025 +0300

    fix downloading screenshots

commit 76ed6a370e167f3b79e1ce585e64641f5ba1e51f
Author: Daniel Gröber <dxld@darkboxed.org>
Date:   Thu Jul 10 15:16:26 2025 +0200

    quick filter: Desensitise whole widget while index is updating

commit b83349fcfd4eb71516657f1483e767c6ef6592dc
Author: Daniel Gröber <dxld@darkboxed.org>
Date:   Thu Jul 10 15:15:20 2025 +0200

    quick filter: Hide only when apt-xapian-index is unavailable
    
    Previously the widget wouldn't be displayed on first run as epected since
    the xapian database doesn't exist yet at this point.

commit 171def26430548c64b39244c8cb6f2bc01a4f655
Author: Daniel Gröber <dxld@darkboxed.org>
Date:   Thu Jul 10 15:14:15 2025 +0200

    quick filter: Simplify widget hiding code

commit 1b7a816cbae1cc063d0e446c36b449778b8732de
Author: Daniel Gröber <dxld@darkboxed.org>
Date:   Wed Jul 9 13:51:40 2025 +0200

    Revive "quick filter" by using apt-xapian-index directly without ept
    
    Users report the removal of the libept dependency caused loss of the "quick
    filter" bar which, reportedly, has better usability than Edit>Search
    feature for some users due to better relevancy of results.
    
    (Eg. try "apt" Search will return aapt as the first result whereas quick
    filter will return "apt" as first result as expected)
    
    It seems libept was hastily removed from Debian because of overall
    deprecation of debbugs, however here in synaptic none of the debbugs parts
    of libept were really used only the transitive dependency on libxapian-dev
    and two trivial API functions for xapian database handling where relevant.
    
    This commit refactors the code to depend on libxapian-dev directly and
    pulls in the trivial code to find the apt-xapain-index database file.
    
    See commit 21790e0263 ("Build without libept")
    
    Closes: #1103351

commit 15b6a177d8f12445f1ec8ba3c32585accb5ce50d
Author: Michael Vogt <michael.vogt@gmail.com>
Date:   Tue May 6 22:15:11 2025 +0200

    workflow: move workflow to ubuntu-latest
Created: 2026-07-17 Last update: 2026-07-17 10:47
lintian reports 5 warnings normal
Lintian reports 5 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-04-10 Last update: 2025-08-27 14:02
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.5.0).
Created: 2015-01-20 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2025-04-12] synaptic 0.91.7 MIGRATED to testing (Debian testing watch)
  • [2025-04-06] Accepted synaptic 0.91.7 (source) into unstable (Michael Vogt)
  • [2025-03-27] synaptic 0.91.6 MIGRATED to testing (Debian testing watch)
  • [2025-03-22] Accepted synaptic 0.91.6 (source) into unstable (Michael Vogt)
  • [2025-02-22] synaptic 0.91.5+nmu2 MIGRATED to testing (Debian testing watch)
  • [2025-02-18] synaptic 0.91.5+nmu1 MIGRATED to testing (Debian testing watch)
  • [2025-02-17] Accepted synaptic 0.91.5+nmu2 (source) into unstable (Julian Andres Klode)
  • [2025-02-13] Accepted synaptic 0.91.5+nmu1 (source) into unstable (Julian Andres Klode)
  • [2025-02-01] synaptic 0.91.5 MIGRATED to testing (Debian testing watch)
  • [2025-01-26] Accepted synaptic 0.91.5 (source) into unstable (Michael Vogt)
  • [2025-01-07] synaptic 0.91.4 MIGRATED to testing (Debian testing watch)
  • [2025-01-01] Accepted synaptic 0.91.4 (source) into unstable (Michael Vogt)
  • [2023-02-21] synaptic 0.91.3 MIGRATED to testing (Debian testing watch)
  • [2023-02-11] Accepted synaptic 0.91.3 (source) into unstable (Michael Vogt)
  • [2022-07-07] synaptic 0.91.2 MIGRATED to testing (Debian testing watch)
  • [2022-07-02] Accepted synaptic 0.91.2 (source) into unstable (Michael Vogt)
  • [2022-06-30] Accepted synaptic 0.91.1 (source) into unstable (Michael Vogt)
  • [2022-06-29] Accepted synaptic 0.91 (source) into unstable (Michael Vogt)
  • [2022-06-25] synaptic REMOVED from testing (Debian testing watch)
  • [2020-11-21] synaptic 0.90.2 MIGRATED to testing (Debian testing watch)
  • [2020-11-16] Accepted synaptic 0.90.2 (source) into unstable (Michael Vogt)
  • [2020-11-12] Accepted synaptic 0.90.1 (source) into unstable (Michael Vogt)
  • [2020-03-14] synaptic 0.90+nmu1 MIGRATED to testing (Debian testing watch)
  • [2020-03-08] Accepted synaptic 0.90+nmu1 (source) into unstable (Julian Andres Klode)
  • [2020-01-30] synaptic 0.90 MIGRATED to testing (Debian testing watch)
  • [2020-01-25] Accepted synaptic 0.90 (source) into unstable (Michael Vogt)
  • [2019-10-20] synaptic 0.84.8 MIGRATED to testing (Debian testing watch)
  • [2019-10-15] Accepted synaptic 0.84.8 (source) into unstable (Michael Vogt)
  • [2019-10-13] Accepted synaptic 0.84.7 (source) into unstable (Michael Vogt)
  • [2019-04-20] synaptic 0.84.6 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 354 365
  • RC: 0
  • I&N: 233 238
  • M&W: 120 126
  • F&P: 1
  • patch: 8 9
  • NC: 2
links
  • homepage
  • lintian (0, 5)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • screenshots
  • l10n (-, 44)
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.91.7build1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing