From fb161d7d7465ca395b1ce8434a5a5e7e53117a12 Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Sat, 6 Oct 2018 08:41:27 -0700 Subject: [PATCH] removing now unnecessary TODO list --- lubuntu-packaging.remarkup | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lubuntu-packaging.remarkup diff --git a/lubuntu-packaging.remarkup b/lubuntu-packaging.remarkup deleted file mode 100644 index cdf4fae..0000000 --- a/lubuntu-packaging.remarkup +++ /dev/null @@ -1,31 +0,0 @@ -TODO -==== - - [X] Download latest upstream source - - [X] `dh_make` - - [X] `dch` - - [X] Add minimal debian/control file from the [upstream packaging](http://download.opensuse.org/repositories/home:/jkt-gentoo:/trojita) - - [X] Edit debian/control to deal with some of the required fields - - [X] Add Vcs from Phab - - [X] Get under `git`. Finally. - - [X] Dependencies - - [X] Populate Build-Depends based on requirements from actual compilation - - [X] Run through CMakeLists.txt and add depends as needed. - - [X] Add optional depends. We can always remove them if needed. - - [X] This requires making a patch like [this section](https://cgit.kde.org/trojita.git/tree/CMakeLists.txt?id=feb264cda151a7dfbf39a2d7c774f4b7cc0b6dff#n92) of the upstream code to account for the fact that upstream GPGME rolled in various bindings, including the Qt ones. The initial release will then be 0.7-0ubuntu1. - - [X] Compare to [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/) and incorporate anything particularly relevant. - - [X] Fix rules (the [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/tree/debian/rules) seems overly complicated). - - [X] Check over copyright really well - - [X] Test package building - - [X] Fix lintian warnings - - [X] Get in a PPA for initial testing - - [X] Test - - [X] Roll in stuff from the [Debian LXQt Team's packaging](https://salsa.debian.org/lxqt-team/trojita/tree/experimental-snapshots/latest/debian). - - [ ] Test package building again - - [ ] Put in a PPA again - - [ ] Test - - [ ] Release - -Notes -===== - * In order to successfully pass all tests (final step in the compilation instructions), X is required. - * Upstream does not seem to want to HTTPS their site. Boo, I know.