[SCM] poxml packaging branch, master, updated. debian/15.12.0-3-4-gaf605fd

Pino Toscano pino at moszumanska.debian.org
Sun Aug 28 06:08:50 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/poxml.git;a=commitdiff;h=9fac05a

The following commit has been merged in the master branch:
commit 9fac05ad4780f8ecf0eb0b9e3d413019e89c604e
Author: Pino Toscano <pino at debian.org>
Date:   Sun Aug 28 08:02:30 2016 +0200

    simplify local installation
---
 debian/changelog     | 3 +++
 debian/poxml.install | 8 --------
 debian/rules         | 4 ----
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f2bcf82..a2a8796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ poxml (4:16.08.0-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Stop forcing the local installation to debian/tmp, letting the package
+    directory as install place.
+    - remove poxml.install, no more used now
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Aug 2016 08:01:33 +0200
 
diff --git a/debian/poxml.install b/debian/poxml.install
deleted file mode 100644
index feed0b3..0000000
--- a/debian/poxml.install
+++ /dev/null
@@ -1,8 +0,0 @@
-usr/bin/po2xml
-usr/bin/split2po
-usr/bin/swappo
-usr/bin/xml2pot
-usr/share/man/man1/po2xml.1
-usr/share/man/man1/split2po.1
-usr/share/man/man1/swappo.1
-usr/share/man/man1/xml2pot.1
diff --git a/debian/rules b/debian/rules
index 6f63cbb..b57f3e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,3 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
-
-override_dh_auto_install:
-	$(overridden_command) --destdir=debian/tmp
-

-- 
poxml packaging



More information about the pkg-kde-commits mailing list