summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2015-06-10Do not link documentation from Architecture: all to Architecture: anyJulian Andres Klode1-2/+2
This was breaking binNMUs.
2014-09-30Embed changelog entry date and time instead of build date and timeJulian Andres Klode1-1/+7
This makes reproducible builds possible. For non-package builds, simply use the start of the Unix time. Also make sure that all time values are in the UTC timezone. Closes: #762674
2014-02-22debian/rules: Do not run dh_sphinxdoc -aJulian Andres Klode1-0/+5
Running dh_sphinxdoc -a causes the build to FTBFS on buildds, because the sphinx documentation is not built. Only run dh_sphinxdoc if we are building the sphinx documentation.
2014-01-26debian/rules: Use dh_sphinxdoc integrationJulian Andres Klode1-1/+1
This ensures that we do not include JavaScript from Sphinx in our binary package. Adjust debian/control to include the dependencies created by dh_sphinxdoc.
2013-10-23debian: Upgrade to debhelper 9 (and dpkg-buildflags)Julian Andres Klode1-2/+2
This gives us some more hardening, amongst other things.
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-1/+0
2011-04-05Fix debian/rules to work correctly with tilde in version numberJulian Andres Klode1-3/+3
2011-04-05Disable the old-style API, and break all packages using itJulian Andres Klode1-1/+2
2011-04-04Rework Python 3.2 patchJulian Andres Klode1-8/+3
Move Python 3 debug files before installing other files (Closes: #619528)
2011-04-04* debian/rules:Julian Andres Klode1-1/+6
- Support the nocheck build option and ignore test failures on hurd (Closes: #610448)
2011-04-04Merge not-uploaded NMU diff by scott kittermanJulian Andres Klode1-0/+9
* Override override_dh_auto_install to install python3 extensions in the correct locations (Closes: #619528) - Drop .so files from python3-apt.install * Removed ${python:Breaks} - No longer used in dh_python2
2010-09-29merged patch from Piotr, many thanksMichael Vogt1-6/+8
2010-07-05rules: Fix SHELL override.Julian Andres Klode1-1/+1
2010-07-05Re-enable Python 3 support for latest python-default changes (hack).Julian Andres Klode1-0/+2
2010-03-12Build documentation only when needed (when building python-apt-doc).Julian Andres Klode1-2/+4
2010-03-12Pass --link-doc=python-apt to dh_installdocs.Julian Andres Klode1-3/+3
2010-03-12Use dh_link instead of ln for python-apt-doc (Closes: #573523).Julian Andres Klode1-2/+0
2010-03-11Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not dependJulian Andres Klode1-0/+3
on python2.6.
2010-03-10Build documentation only once on the default Python version.Julian Andres Klode1-0/+4
2010-03-10Move documentation into python-apt-doc (Closes: #572617)Julian Andres Klode1-1/+1
2010-02-13* debian/rules:Julian Andres Klode1-0/+5
- Run tests during build time.
2010-01-17* Build for Python 2.5, 2.6 and 3.1; 2.6 and 3.1 hit unstable on Jan 16.Julian Andres Klode1-1/+2
- Use DH_PYCENTRAL=nomove for now because include-links seems broken
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode1-1/+1
2009-08-21debian/rules: Build with DH_PYCENTRAL=include-links instead of nomove.Julian Andres Klode1-1/+1
2009-07-30debian/rules: Add -DCOMPAT_0_7 to the CFLAGS again.Julian Andres Klode1-1/+1
2009-07-30Use debhelper 7 instead of CDBSJulian Andres Klode1-35/+13
2009-04-12setup.py, debian/rules: Support version in setup.py again by gettingJulian Andres Klode1-0/+1
the value from the variable DEBVER (defined in debian/rules), falling back to None.
2009-04-01Depend on libjs-jquery, and remove internal copyJulian Andres Klode1-3/+3
2009-01-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode1-0/+1
We now build the extension first, and then the documentation. Also add the text docs.
2008-12-15* setup.py:Michael Vogt1-0/+3
- build html/ help of the apt and aptsources modules into /usr/share/doc/python-apt/html
2008-07-18* debian/rules:Michael Vogt1-7/+0
- remove the arch-build target, we have bzr-builddeb now
2007-03-09* apt/cdrom.py:Michael Vogt1-0/+2
- fix bug in cdrom __init__ code * debian/rules: - added "DH_PYCENTRAL=nomove"
2007-02-27* debian/rules:Michael Vogt1-1/+1
- the package is python-apt not gdebi (blush)
2007-02-26* merged dokos patchMichael Vogt1-1/+24
2007-02-02* debian/rules: re-added arch-buildMichael Vogt1-0/+11
2007-01-26merged glatzors python-apt branch that includes the new aptsource moduleMichael Vogt1-73/+5
2007-01-26* also install aptsourcesSebastian Heinlein1-72/+6
* switch to cdbs * add a pot file * setup the POTFILES.in
2006-10-12* merged from python-apt--mainMichael Vogt1-2/+1
* merged the upload from doko
2006-10-12* remove dh_pythonMichael Vogt1-2/+1
2006-07-24* merged the NMUs from debianMichael Vogt1-2/+2
2006-06-30 - add dh_installexamples in package buildingOtavio Salvador1-0/+1
2006-06-26* merging the NMU changesMichael Vogt1-16/+5
2006-04-26* debian/compat: Michael Vogt1-4/+1
- debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()"
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-1/+1
2005-05-09* more work on the native python apt interfaceMichael Vogt1-1/+1
2005-05-06* merged with matts mainlineMichael Vogt1-1/+3
Patches applied: * apt@packages.debian.org/python-apt--main--0--patch-9 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * apt@packages.debian.org/python-apt--main--0--patch-10 Merge minor changes from michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-16 * merged with Greek0@gmx.net--2005-main/python-apt--debian--0.6 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-17 * python/pkgsrcrecords.cc: fix a refcount problem * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-18 * changed version to 0.6.11 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-19 * build depends against python-dev (without a version). this will do the right thing on both debian and ubuntu * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-20 * made the "arch-build" target work again * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-21 * made arch-build work again (for real this time)
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ↵Michael Vogt1-24/+32
refcount problem, added tests/ directory * apt/package.py, apt/__init__.py: - started a native python interface that will wrap the uglier bits of python-apt in the future * tests/pkgsrcrecords.py: - started a test directory * python/pkgsrcrecords.cc: - fixed a refcount problem - merged with Greek0s tree Patches applied: * Greek0@gmx.net--2005-main/python-apt--debian--0.6--base-0 tag of apt@packages.debian.org/python-apt--main--0--patch-8 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-1 Minor typo fix in debian/rules * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-2 Typo fix in depcache.cc which caused wrong function to be called * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-3 Improved CppPyObject, leading to a better PkgDepCacheStruct * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-4 Improved build system * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-5 Restored the old tar.cc to work with the older apt in debian again * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-6 Fix for Debian #304296 (Segfault in CppOwnedDealloc) * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-7 Fix for Debian #304903 (FD leak) * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-8 Fixed the compilation error introduced in patch-6 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-9 New debian/changelog from Debians python-apt 0.6.10 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-10 Minor changes to make the packages lintian/linda clean * apt@packages.debian.org/python-apt--main--0--patch-8 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0
2005-03-02* merged with matts tree, resolved lots of conflictsMichael Vogt1-2/+14
Patches applied: * apt@packages.debian.org/python-apt--main--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * apt@packages.debian.org/python-apt--main--0--patch-1 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * apt@packages.debian.org/python-apt--main--0--patch-2 0.5.33 * apt@packages.debian.org/python-apt--main--0--patch-3 Add arch-build target to rules * apt@packages.debian.org/python-apt--main--0--patch-4 Fix typo (fund->find) * apt@packages.debian.org/python-apt--main--0--patch-5 Restore Ubuntu changes * apt@packages.debian.org/python-apt--main--0--patch-6 0.5.35 -> hoary * apt@packages.debian.org/python-apt--main--0--patch-7 Fix build-depends, somehow lost in merge * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-1 * merged from my mvo tree, removed all non-pkgDepCache releated stuff and cleaned up the code * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-2 * beefed up the example code, added DepCache.Upgrade() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-3 * implemented the marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-4 * state information and marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-5 * fixed wrong types for "UsrSize" and "DebSize" * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-6 * added DepCache.FixBroken() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-7 * example code how a overview about the changes can be computed
2005-02-23* progress callback support addedMichael Vogt1-1/+1
2004-11-24python2.3Arch Librarian1-1/+1
Author: mdz Date: 2003-08-08 13:01:51 GMT python2.3