Skip to content

Commit

Permalink
add debian folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oberix committed Apr 29, 2016
1 parent 7387470 commit c7e9723
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 0 deletions.
31 changes: 31 additions & 0 deletions debian/changelog
@@ -0,0 +1,31 @@
django-admin-reports (0.8.1~1.gbp738747) UNRELEASED; urgency=medium

** SNAPSHOT build @7387470288ded74959615d5a4fd5ec17176bbb79 **

* admin_report
* use dict_filter to save some iterations on the reports result
* ReportView handle function fields
* ReportView: field's labels
* ReportView: fix QuerySet case
* ReportView: correct media
* ReportView: behave correctly without a form.
* ReportView: title and help text
* ReportView: pagination and styling
* ReportView: sorting
* ReportView: fix automatic fileds
* ReportView: fix behavior on empty results
* ReportView: better aggregate() parameters
* ReportView: handle allow_tags method
* ReportView: correct get_list_max_show_all
* admin_reports: formatting functions
* admin_report: csv export
* admin_reports: small fixes
* add totals to reports
* improve admin_report's totals row and allow to specify total's row placement
* cleanup
* mv in subfolder
* add setup.py
* add .gitignore
* add package_data in setuppy

-- Marco Pattaro <marco.pattaro@simplyopen.org> Fri, 29 Apr 2016 14:28:03 +0200
1 change: 1 addition & 0 deletions debian/compat
@@ -0,0 +1 @@
9
14 changes: 14 additions & 0 deletions debian/control
@@ -0,0 +1,14 @@
Source: django-admin-reports
Section: python
Priority: extra
Build-Depends: debhelper(>= 9), python-setuptools, python (>= 2.6.6-3~)
Maintainer: SimplyOpen <info@simplyopen.org>
Standards-Version: 3.9.4
X-Python-Version: >= 2.6

Package: python-django-admin-reports
Architecture: all
Depends: ${python:Depends}
Suggests: python-pandas
Description: Reports for django-admin
Easily define and show data analysis reports for django-admin
4 changes: 4 additions & 0 deletions debian/gbp.conf
@@ -0,0 +1,4 @@
[DEFAULT]
debian-branch = master
debian-tag = v%(version)s
pristine-tar = False
1 change: 1 addition & 0 deletions debian/pydist-overrides
@@ -0,0 +1 @@
Django python-django;PEP386
4 changes: 4 additions & 0 deletions debian/rules
@@ -0,0 +1,4 @@
#!/usr/bin/make -f

%:
dh $@ --with python2
1 change: 1 addition & 0 deletions debian/source/format
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit c7e9723

Please sign in to comment.