diff options
author | 2023-08-26 16:01:54 +0600 | |
---|---|---|
committer | 2023-08-26 16:01:54 +0600 | |
commit | 22b47d8f27c3d4558f1df2d79cad7a63fd7cc871 (patch) | |
tree | 4f9e55dec008a3f1de61cabfb577fe254ae6e36e /debian/patches/lp1356823.diff | |
parent | 70faa8e9a0ff3cba74b4f753e257d56b768fcbd2 (diff) | |
download | aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.tar.gz aptdaemon-22b47d8f27c3d4558f1df2d79cad7a63fd7cc871.zip |
Drop unused patches
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/patches/lp1356823.diff')
-rw-r--r-- | debian/patches/lp1356823.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/lp1356823.diff b/debian/patches/lp1356823.diff deleted file mode 100644 index db7efb4..0000000 --- a/debian/patches/lp1356823.diff +++ /dev/null @@ -1,13 +0,0 @@ -=== modified file 'aptdaemon/pkcompat.py' ---- old/aptdaemon/pkcompat.py 2014-06-26 07:07:15 +0000 -+++ new/aptdaemon/pkcompat.py 2015-04-16 15:04:08 +0000 -@@ -586,6 +586,8 @@ - - def _remove_from_connection_no_raise(self): - core.Transaction._remove_from_connection_no_raise(self) -+ if self.pktrans is None: -+ return False - self.pktrans.Destroy() - try: - self.pktrans.remove_from_connection() - |