[Pkg-wmaker-commits] [wmcube] 04/67: Imported Debian patch 0.98-6.1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit f044079bcfdeca42824d71a3927e056de64d2b44
Author: Bastian Kleineidam <calvin at debian.org>
Date:   Fri Jan 13 21:13:58 2006 +0100

    Imported Debian patch 0.98-6.1
---
 debian/changelog          | 12 ++++++++++++
 debian/compat             |  1 +
 debian/control            |  4 ++--
 debian/copyright          |  3 ++-
 debian/postinst.debhelper |  5 +++++
 debian/postrm.debhelper   |  3 +++
 debian/rules              | 16 ++++++++--------
 debian/substvars          |  1 +
 8 files changed, 34 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65b9a19..dd2752c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+wmcube (0.98-6.1) unstable; urgency=low
+
+  * NMU to fix release critical bug
+  * Split xlibs-dev build depends into individual Xorg libraries
+    (Closes: #346969)
+  * Make package lintian clean:
+    - use debhelper v5
+    - update Standards version to 3.6.2.1
+    - refer to common license text in debian/copyright
+
+ -- Bastian Kleineidam <calvin at debian.org>  Fri, 13 Jan 2006 21:13:58 +0100
+
 wmcube (0.98-6) unstable; urgency=low
 
   * Add two new objects (X-lines & X-planes). Thanks Mathias Czapla.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index 241b361..ab38854 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: wmcube
 Section: x11
 Priority: optional
 Maintainer: Filip Van Raemdonck <mechanix at debian.org>
-Build-Depends: debhelper, xlibs-dev
-Standards-Version: 3.5.8.0
+Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev
+Standards-Version: 3.6.2.1
 
 Package: wmcube
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index b2bf670..4a9e133 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,4 +3,5 @@ This package was debianized by Edward C. Lang
 
 It was downloaded from http://kling.mine.nu/kling/.
 
-wmCube is licensed through the GNU General Public License.
+wmCube is licensed through the GNU General Public License, see
+/usr/share/common-licenses/GPL for more info.
diff --git a/debian/postinst.debhelper b/debian/postinst.debhelper
new file mode 100644
index 0000000..8637a4e
--- /dev/null
+++ b/debian/postinst.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
+	update-menus
+fi
+# End automatically added section
diff --git a/debian/postrm.debhelper b/debian/postrm.debhelper
new file mode 100644
index 0000000..2b4be4f
--- /dev/null
+++ b/debian/postrm.debhelper
@@ -0,0 +1,3 @@
+# Automatically added by dh_installmenu
+if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
+# End automatically added section
diff --git a/debian/rules b/debian/rules
index 28683f6..f052a33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,16 +51,16 @@ binary-arch: build
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(INSTALL_PROGRAM) wmcube/wmcube $(CURDIR)/debian/tmp/usr/bin/wmcube
-	$(INSTALL_FILE) 3dObjects/*.wmc $(CURDIR)/debian/tmp/usr/share/wmcube
-	$(INSTALL_FILE) debian/wmcube.1 debian/tmp/usr/share/man/man1
+	$(INSTALL_PROGRAM) wmcube/wmcube $(CURDIR)/debian/wmcube/usr/bin/wmcube
+	$(INSTALL_FILE) 3dObjects/*.wmc $(CURDIR)/debian/wmcube/usr/share/wmcube
+	$(INSTALL_FILE) debian/wmcube.1 debian/wmcube/usr/share/man/man1
 	dh_installdocs
-	$(INSTALL_FILE) 3dObjects/README $(CURDIR)/debian/tmp/usr/share/doc/wmcube/README.3dObjects
-	$(INSTALL_FILE) 3dObjects/CONTRIBUTE $(CURDIR)/debian/tmp/usr/share/doc/wmcube
+	$(INSTALL_FILE) 3dObjects/README $(CURDIR)/debian/wmcube/usr/share/doc/wmcube/README.3dObjects
+	$(INSTALL_FILE) 3dObjects/CONTRIBUTE $(CURDIR)/debian/wmcube/usr/share/doc/wmcube
 #	( cd XPM ; tar cf - . ) | \
-#		( cd debian/tmp/usr/doc/wmcdplay/examples ; tar xvf - )
-#	mv debian/tmp/usr/doc/wmcdplay/examples/*.art \
-#	  debian/tmp/usr/share/wmcdplay
+#		( cd debian/wmcube/usr/doc/wmcdplay/examples ; tar xvf - )
+#	mv debian/wmcube/usr/doc/wmcdplay/examples/*.art \
+#	  debian/wmcube/usr/share/wmcdplay
 #	dh_installexamples `find XPM -type f`
 	dh_installmenu
 #	dh_undocumented wmcube.1
diff --git a/debian/substvars b/debian/substvars
new file mode 100644
index 0000000..6c85a00
--- /dev/null
+++ b/debian/substvars
@@ -0,0 +1 @@
+shlibs:Depends=libc6 (>= 2.3.5-1), libx11-6, libxext6, libxpm4

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list