From 9129ba168b7b8ab8883513fb06cc64cf4ed6e66b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 28 Aug 2014 15:28:49 -0400 Subject: [PATCH] removed useless comments. --- debian/changelog | 2 ++ debian/rules | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9037156..906218a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ psensor (1.0.4-1) unstable; urgency=medium * debian/control + added build dep to libappindicator3-dev. + switched to optional priority instead of extra. + * debian/rules + + removed useless comments. -- Jean-Philippe Orsini Wed, 06 Aug 2014 18:36:41 -0400 diff --git a/debian/rules b/debian/rules index 1a9bfb1..5b84297 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,5 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 %: -- 2.7.4