[Pkg-wmaker-commits] [wmtime] 30/101: update vcs-*, standards-version, use sourcedirectory for debian/rules
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmtime.
commit ea21d5a53a12176dfd0b7395eb99874c5a4e3696
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Sun Jul 20 23:46:21 2014 -0500
update vcs-*, standards-version, use sourcedirectory for debian/rules
---
debian/changelog | 10 ++++++++++
debian/control | 6 +++---
debian/rules | 14 +-------------
3 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 78c971b..d94bfc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmtime (1.1-2) unstable; urgency=low
+
+ * debian/control
+ + Bump Standards-Version to 3.9.5, no changes required.
+ + Update Vcs-* fields.
+ * debian/rules
+ + Simplify by using --sourcedirectory=wmtime.
+
+ --
+
wmtime (1.1-1) unstable; urgency=low
* New upstream version
diff --git a/debian/control b/debian/control
index 0c09422..1113968 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: x11
Priority: optional
Maintainer: Doug Torrance <dtorrance at monmouthcollege.edu>
Build-Depends: debhelper (>= 9), libx11-dev, libxpm-dev, libxext-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://wmtime.sourceforge.net/
-Vcs-Browser: http://repo.or.cz/w/dockapps.git
-Vcs-Git: git://repo.or.cz/dockapps.git
+Vcs-Browser: https://github.com/d-torrance/wmtime
+Vcs-Git: https://github.com/d-torrance/wmtime.git
Package: wmtime
Architecture: any
diff --git a/debian/rules b/debian/rules
index 45d49b0..808c480 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
-
-override_dh_auto_build:
- dh_auto_build
- cd wmtime && make
-
-override_dh_clean:
- dh_clean
- cd wmtime && make clean || true
-
-override_dh_install:
- dh_install
- cd wmtime && make DESTDIR=$(CURDIR)/debian/wmtime install
+ dh $@ --sourcedirectory=wmtime
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtime.git
More information about the Pkg-wmaker-commits
mailing list