[Python-modules-commits] r10313 - in packages/python-qt3/trunk/debian (2 files)

mcasadevall at users.alioth.debian.org mcasadevall at users.alioth.debian.org
Fri Nov 6 16:15:57 UTC 2009


    Date: Friday, November 6, 2009 @ 16:15:56
  Author: mcasadevall
Revision: 10313

Actually add the new files ...

Added:
  packages/python-qt3/trunk/debian/README.source
  packages/python-qt3/trunk/debian/python-qt-dev.lintian-overrides

Added: packages/python-qt3/trunk/debian/README.source
===================================================================
--- packages/python-qt3/trunk/debian/README.source	                        (rev 0)
+++ packages/python-qt3/trunk/debian/README.source	2009-11-06 16:15:56 UTC (rev 10313)
@@ -0,0 +1,38 @@
+This package uses dpatch to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To get the fully patched source after unpacking the source package, cd
+to the root level of the source package and run:
+
+    debian/rules patch
+
+Removing a patch is as simple as removing its entry from the
+debian/patches/00list file, and please also remove the patch file
+itself.
+
+Creating a new patch is done with "dpatch-edit-patch patch XX_patchname"
+where you should replace XX with a new number and patchname with a
+descriptive shortname of the patch. You can then simply edit all the
+files your patch wants to edit, and then simply "exit 0" from the shell
+to actually create the patch file.
+
+To tweak an already existing patch, call "dpatch-edit-patch XX_patchname"
+and replace XX_patchname with the actual filename from debian/patches
+you want to use.
+
+To clean up afterwards again, "debian/rules unpatch" will do the
+work for you - or you can of course choose to call
+"fakeroot debian/rules clean" all together.
+
+
+--- 
+
+this documentation is part of dpatch package, and may be used by
+packages using dpatch to comply with policy on README.source. This
+documentation is meant to be useful to users who are not proficient in
+dpatch in doing work with dpatch-based packages. Please send any
+improvements to the BTS of dpatch package.
+
+original text by Gerfried Fuchs, edited by Junichi Uekawa <dancer at debian.org>
+10 Aug 2008.

Added: packages/python-qt3/trunk/debian/python-qt-dev.lintian-overrides
===================================================================
--- packages/python-qt3/trunk/debian/python-qt-dev.lintian-overrides	                        (rev 0)
+++ packages/python-qt3/trunk/debian/python-qt-dev.lintian-overrides	2009-11-06 16:15:56 UTC (rev 10313)
@@ -0,0 +1,15 @@
+# lintian test overriden as the files tripping this error are put into the source
+# of the generated package. This is a false-positive
+
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qt/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtaxcontainer/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtcanvas/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtext/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtgl/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtnetwork/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtpe/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtsql/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qttable/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtui/copying.sip
+python-qt-dev binary: extra-license-file usr/share/sip/qt/qtxml/copying.sip
+




More information about the Python-modules-commits mailing list