DEB build scripts:
1) updated application list. 2) fixed problem with .tdescminfo contents when branches are more recent than master/r14.0.x. 3) fixed issue with detection of extra dependencies repository. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/65/head
parent
628b3b8262
commit
eb3700be2a
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# List of repositories for extra dependency packages
|
||||
# List of repositories for extra dependency packages.
|
||||
# The "default" repo will be used in case a match can't be found.
|
||||
EDEPS_REPO="
|
||||
# - For the time being use stable builds for extra dependencies
|
||||
# master http://mirror.ppa.trinitydesktop.org/trinity-testing deps
|
||||
master http://mirror.ppa.trinitydesktop.org/trinity-sb deps-r14
|
||||
default http://mirror.ppa.trinitydesktop.org/trinity-testing deps
|
||||
master http://mirror.ppa.trinitydesktop.org/trinity-testing deps
|
||||
r14.0.x http://mirror.ppa.trinitydesktop.org/trinity-sb deps-r14
|
||||
"
|
||||
|
Loading…
Reference in New Issue