Changeset 6057
- Timestamp:
- Oct 20, 2017, 9:19:07 AM (3 years ago)
- Location:
- lliurex-store/trunk/fuentes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-store/trunk/fuentes/debian/changelog
r5704 r6057 1 lliurex-store (0.4-lliurex1) xenial; urgency=medium 2 3 * Removed some debug messages 4 5 -- Juanma Navarro Mañez <juanma1980@gmail.com> Fri, 20 Oct 2017 09:13:48 +0200 6 1 7 lliurex-store (0.4) xenial; urgency=high 2 8 -
lliurex-store/trunk/fuentes/debian/rules
r4675 r6057 9 9 # Uncomment this to turn on verbose mode. 10 10 #export DH_VERBOSE=1 11 #export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/lliurex-store/ --install-scripts=/usr/share/lliurex-store/12 11 export PYBUILD_NAME=lliurex-store 13 12 -
lliurex-store/trunk/fuentes/python3-lliurex-store.install/usr/share/lliurexstore/plugins/zmdManager.py
r5674 r6057 207 207 #There're some zomandos that may be unregistered, so we check again 208 208 zmdApp='/usr/share/zero-center/applications/'+zmd+".app" 209 print("*******************")210 print(zmdApp)211 print("*******************")212 209 if os.path.isfile(zmdApp): 213 210 f=open(zmdApp,'r')
Note: See TracChangeset
for help on using the changeset viewer.