File: control

package info (click to toggle)
django-sortedm2m 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 954; javascript: 129; makefile: 17
file content (41 lines) | stat: -rw-r--r-- 1,653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: django-sortedm2m
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: William Grzybowski <william@grzy.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               libjs-jquery-ui,
               python3-all,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/gregmuellegger/django-sortedm2m
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-sortedm2m
Vcs-Git: https://salsa.debian.org/python-team/packages/django-sortedm2m.git
Testsuite: autopkgtest-pkg-python

Package: python3-sortedm2m
Architecture: all
Depends: django-sortedm2m-data (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: Replacement for Django's many to many field with sorted relations (Python 3)
 sortedm2m is a drop-in replacement for Django's own ManyToManyField. The
 provided SortedManyToManyField behaves like the original one, but remembers
 the order of added relations.
 .
 This is the Python 3 version of the package.

Package: django-sortedm2m-data
Replaces: python-sortedm2m-data (<< 1.5.0-1~)
Breaks: python-sortedm2m-data (<< 1.5.0-1~)
Architecture: all
Depends: libjs-jquery-ui, ${misc:Depends}
Multi-Arch: foreign
Description: Replacement for Django's many to many field with sorted relations (data files)
 sortedm2m is a drop-in replacement for Django's own ManyToManyField. The
 provided SortedManyToManyField behaves like the original one, but remembers
 the order of added relations.
 .
 This package contains the static data files and templates.