Skip to content

Commit 52d638f

Browse files
author
Lukas Linhart
committed
Added default debian structure
1 parent ac1c151 commit 52d638f

File tree

8 files changed

+35
-0
lines changed

8 files changed

+35
-0
lines changed

debian/README.Debian

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
django-markup for debian
2+
-------------------------------------------

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
django-markup (0.1.0) unstable; urgency=low
2+
3+
* initial build
4+
5+
-- Lukas Linhart <[email protected]> Wed, 15 Apr 2009 19:06:07 +0100
6+

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5

debian/control

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: django-markup
2+
Section: python
3+
Priority: optional
4+
Maintainer: Lukas Linhart <[email protected]>
5+
Uploaders: Ondrej Kohout <[email protected]>, Lukas Linhart <[email protected]>
6+
Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.2), python-dev, python-support (>= 0.3), python-setuptools
7+
Standards-Version: 3.7.2
8+
9+
Package: django-markup
10+
Architecture: all
11+
Depends: ${python:Depends}, ${misc:Depends}, python-django
12+
Description: Support for markup languages in Django applications
13+

debian/copyright

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bsd
2+

debian/pycompat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2

debian/pyversions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3-

debian/rules

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/make -f
2+
# -*- mode: makefile; coding: utf-8 -*-
3+
4+
DEB_PYTHON_SYSTEM=pysupport
5+
include /usr/share/cdbs/1/rules/debhelper.mk
6+
include /usr/share/cdbs/1/class/python-distutils.mk
7+
8+
DEB_AUTO_CLEANUP_RCS := yes
9+
#DEB_INSTALL_CHANGELOGS_ALL := CHANGE_LOG.txt

0 commit comments

Comments
 (0)