[med-svn] r20729 - trunk/packages/pythonqt/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Fri Dec 11 10:14:21 UTC 2015


Author: tille
Date: 2015-12-11 10:14:21 +0000 (Fri, 11 Dec 2015)
New Revision: 20729

Modified:
   trunk/packages/pythonqt/trunk/debian/control
   trunk/packages/pythonqt/trunk/debian/rules
Log:
Drop explicite mentioning quilt


Modified: trunk/packages/pythonqt/trunk/debian/control
===================================================================
--- trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:13:22 UTC (rev 20728)
+++ trunk/packages/pythonqt/trunk/debian/control	2015-12-11 10:14:21 UTC (rev 20729)
@@ -6,7 +6,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cmake,
-               quilt,
                python-dev,
                qt4-qmake,
                libqt4-dev

Modified: trunk/packages/pythonqt/trunk/debian/rules
===================================================================
--- trunk/packages/pythonqt/trunk/debian/rules	2015-12-11 10:13:22 UTC (rev 20728)
+++ trunk/packages/pythonqt/trunk/debian/rules	2015-12-11 10:14:21 UTC (rev 20729)
@@ -1,16 +1,11 @@
 #!/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
 
 %:
-	dh $@ --parallel --with quilt --buildsystem=cmake
+	dh $@ --parallel --buildsystem=cmake
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz




More information about the debian-med-commit mailing list