Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
django-panik-newsletter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
radiopanik
django-panik-newsletter
Commits
cd01d537
Commit
cd01d537
authored
May 28, 2020
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: add debian packaging
parent
199c1250
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
0 deletions
+31
-0
debian/changelog
debian/changelog
+5
-0
debian/compat
debian/compat
+1
-0
debian/control
debian/control
+18
-0
debian/rules
debian/rules
+7
-0
No files found.
debian/changelog
0 → 100644
View file @
cd01d537
django-panik-newsletter (0-0) stable; urgency=low
* Initial version.
-- Frederic Peters <fred@radiopanik.org> Thu, 28 May 2020 17:30:03 +0200
debian/compat
0 → 100644
View file @
cd01d537
10
debian/control
0 → 100644
View file @
cd01d537
Source: django-panik-newsletter
Section: python
Priority: optional
Maintainer: Frederic Peters <fred@radiopanik.org>
Build-Depends: debhelper (>= 10),
python3-all,
python3-django
python3-setuptools,
dh-python
Standards-Version: 3.9.1
Package: python3-django-panik-newsletter
Architecture: all
Depends: ${python3:Depends}
Description: Panik newsletter (Python 3)
django-panik-newsletter holds models/views/etc. for newsletters.
.
This is the Python 3 version of the package.
debian/rules
0 → 100755
View file @
cd01d537
#!/usr/bin/make -f
export PYBUILD_NAME=newsletter
export PYBUILD_DISABLE=test
%:
dh $@ --with python3 --buildsystem=pybuild
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment