r14677 - packages/trunk/peg-e/debian

Jackson Doak noskcaj-guest at moszumanska.debian.org
Thu Dec 5 05:20:49 UTC 2013


Author: noskcaj-guest
Date: 2013-12-05 05:20:48 +0000 (Thu, 05 Dec 2013)
New Revision: 14677

Modified:
   packages/trunk/peg-e/debian/compat
   packages/trunk/peg-e/debian/control
   packages/trunk/peg-e/debian/rules
Log:
Incomplete port to dh (needs dependancy update, Package.manpages)

Modified: packages/trunk/peg-e/debian/compat
===================================================================
--- packages/trunk/peg-e/debian/compat	2013-12-04 20:50:23 UTC (rev 14676)
+++ packages/trunk/peg-e/debian/compat	2013-12-05 05:20:48 UTC (rev 14677)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/peg-e/debian/control
===================================================================
--- packages/trunk/peg-e/debian/control	2013-12-04 20:50:23 UTC (rev 14676)
+++ packages/trunk/peg-e/debian/control	2013-12-05 05:20:48 UTC (rev 14677)
@@ -3,8 +3,8 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 7), dh-buildinfo,
- qt4-qmake, libqt4-dev (>= 4.4)
+Build-Depends: debhelper (>= 9),
+ qt5-qmake, qtbase5-dev
 Standards-Version: 3.8.1
 Homepage: http://gottcode.org/peg-e/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/peg-e/

Modified: packages/trunk/peg-e/debian/rules
===================================================================
--- packages/trunk/peg-e/debian/rules	2013-12-04 20:50:23 UTC (rev 14676)
+++ packages/trunk/peg-e/debian/rules	2013-12-05 05:20:48 UTC (rev 14677)
@@ -3,71 +3,5 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-config: config-stamp
-config-stamp:
-	dh_testdir
-#	$(MAKE) -f /usr/share/quilt/quilt.make patch
-	qmake-qt4 PREFIX=/usr
-	touch $@
-
-build: build-stamp
-build-stamp: config-stamp  
-	dh_testdir
-	$(MAKE) \
-		CFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/games/peg-e\\\"" \
-		CXXFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/games/peg-e\\\"" \
-		LFLAGS="-Wl,-z,defs  -Wl,-as-needed -Wl,--no-undefined"
-	touch $@
-
-clean: 
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp config-stamp
-	test ! -e Makefile || $(MAKE) distclean
-#	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_prep  
-	dh_installdirs
-#	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/peg-e install
-
-# Build architecture-independent files here.
-binary-indep: install
-
-# Build architecture-dependent files here.
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	dh_installexamples
-	dh_install
-#	dh_installmenu
-#	dh_installdebconf
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-	dh_installman debian/peg-e.6
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
-	test -e /usr/bin/dh_buildinfo && dh_buildinfo
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install config
+%:
+	dh $@
\ No newline at end of file




More information about the Pkg-games-commits mailing list