Changeset 2548 for trunk/packages/invirt-dev
- Timestamp:
- Nov 22, 2009, 4:07:25 PM (15 years ago)
- Location:
- trunk/packages/invirt-dev/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dev/debian/changelog
r2320 r2548 1 invirt-dev (0.1.0) unstable; urgency=low 2 3 * Switch to using git instead of svn. 4 5 -- Evan Broder <broder@mit.edu> Sun, 22 Nov 2009 13:32:45 -0500 6 1 7 invirt-dev (0.0.14) unstable; urgency=low 2 8 -
trunk/packages/invirt-dev/debian/control
r1372 r2548 3 3 Priority: important 4 4 Maintainer: Invirt project <invirt@mit.edu> 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), python-all-dev, python-support, python-setuptools, python-debian, python-apt 6 6 Standards-Version: 3.7.2 7 7 8 8 Package: invirt-dev 9 9 Architecture: all 10 Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev-el, emacs21, reprepro, apache2, postfix, screen, dh-make, fakeroot, quilt, patchutils, config-package-dev, pbuilder, equivs, invirt-base 10 Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev-el, emacs21, reprepro, apache2, postfix, screen, dh-make, fakeroot, quilt, patchutils, config-package-dev, pbuilder, equivs, invirt-base, invirt-database 11 11 Description: Invirt build and apt server 12 12 This packages the build scripts and apt-repository configuration for Invirt. -
trunk/packages/invirt-dev/debian/rules
r1322 r2548 1 1 #!/usr/bin/make -f 2 2 3 3 DEB_PYTHON_SYSTEM=pysupport 4 4 5 5 include /usr/share/cdbs/1/rules/debhelper.mk 6 include /usr/share/cdbs/1/class/python-distutils.mk 7 8 clean:: 9 rm -rf python/invirt.builder.egg-info
Note: See TracChangeset
for help on using the changeset viewer.