From 021ce2561eefeb67ec71e340cf3796ad8bbdecaa Mon Sep 17 00:00:00 2001 From: Walter Lapchynski Date: Mon, 24 Sep 2018 22:32:21 -0700 Subject: [PATCH] rules added --- debian/rules | 22 +--------------------- lubuntu-packaging.remarkup | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/debian/rules b/debian/rules index e1c367c..603a885 100755 --- a/debian/rules +++ b/debian/rules @@ -1,25 +1,5 @@ #!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#export DH_VERBOSE = 1 - - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - +export DH_VERBOSE = 1 %: dh $@ - - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - diff --git a/lubuntu-packaging.remarkup b/lubuntu-packaging.remarkup index 6b61e84..adb7ea2 100644 --- a/lubuntu-packaging.remarkup +++ b/lubuntu-packaging.remarkup @@ -12,7 +12,7 @@ TODO - [ ] Run through list of Depends and eliminate anything unnecessary (seems lengthy) - [ ] Add to the above based on decisions regarding optional dependencies below - [ ] Compare to [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/) and incorporate anything particularly relevant. - - [ ] Other files… + - [X] Fix rules (the [Kubuntu packaging](https://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/trojita/tree/debian/rules) seems overly complicated). - [ ] Check over copyright really well - [ ] Get in a PPA for initial testing first?