Creteil
Creteil
Hi, It look like the build process can't finish. Here is the error : ``` bigbob@bigbob-UX331UN:~/tmp/Building/TextSnatcher/TextSnatcher$ dpkg-checkbuilddeps && rm debian/*~ ; LANG=C dpkg-buildpackage -rfakeroot rm: impossible de supprimer 'debian/*~': Aucun...
Hi Maarten, I don't understand where is exactly my problem, but I cannot build anymore .deb packages since I have switched to Ubuntu 20.10 groovy : ``` bigbob@bigbob-UX331UN:~/tmp/Building/ssr/ssr$ lsb_release -a...
I am building a « .deb » package from this repository, by the way why did you chose to use versioning lower than the old one source code ? I...
Hi, Is there a way to handle simple and double quotes in filenames, for example : * « **Bob's "special" file.txt** ».
Hi @bassmanitram , My original command that work fine : ```bash ffmpeg -y -i "%d/%b" "%d/%w.mp4" ``` My same command using pipe to another one to display progress bar :...
Hi, On my side I always tend to make debian package whenever it is possible... On that way, I also always use commit TAG as the debian package versioning, to...
For example, a file containing an exclamation point : ``` bigbob@bigbob-t480s:~/Téléchargements$ ll Renouvellement\ de\ Votre\ Domaine\ blacktiger.tech\ Avant\ l\'Expiration\ \!.eml 3158596 -rw-rw-r-- 1 bigbob bigbob 12612 2023-12-22 15:22:35.350213309 +0100 Renouvellement...
IMHO, it is better to use « fakeroot » to build the debian package : bigbob@bigbob-ux331un:~/tmp/Building/actions-for-nautilus/actions-for-nautilus$ fakeroot make deb rm -rf build mkdir -p build//usr/share/nautilus-python mkdir -p build//usr/share/actions-for-nautilus-configurator mkdir -p...
Hi, I always build from latest source code from github, by the way, today, trying to build after git pull the latest changes, break the build process... It look like...