Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
New upstream version 0~20150801.
d1be8c43
· ca08c5f2
Bas Couwenberg
authored
Sep 19, 2018
ca08c5f2
Merge tag 'upstream/0_20150801.
d1be8c43
'
· 95493505
Bas Couwenberg
authored
Sep 19, 2018
Upstream version 0~20150801.
d1be8c43
95493505
Use CRLF in 0004-unarr.h-Mark-functions-as-visible.patch.
· 91f8a798
Bas Couwenberg
authored
Sep 19, 2018
91f8a798
Show whitespace changes
Inline
Side-by-side
_7z/_7z.c
View file @
91f8a798
_7z/_7z.h
View file @
91f8a798
common/allocator.h
View file @
91f8a798
common/conv.c
View file @
91f8a798
common/crc32.c
View file @
91f8a798
common/custalloc.c
View file @
91f8a798
common/stream.c
View file @
91f8a798
common/unarr-imp.h
View file @
91f8a798
common/unarr.c
View file @
91f8a798
debian/changelog
View file @
91f8a798
unarr (0~20150801.d1be8c4
+ds
-1) unstable; urgency=medium
unarr (0~20150801.d1be8c4-1) unstable; urgency=medium
* Initial release (Closes: #907070)
...
...
debian/patches/0004-unarr.h-Mark-functions-as-visible.patch
View file @
91f8a798
debian/rules
View file @
91f8a798
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
...
...
@@ -10,21 +8,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_test:
echo "No tests available."
# Implement get-orig-source to handle upstream's dos line endings.
VERSION = $(DEB_VERSION_UPSTREAM)
BASE_VERSION = $(word 1,$(subst +, ,$(VERSION)))
get-orig-source:
rm -rf utmp; mkdir utmp
uscan --safe --force-download --compression gzip --destdir utmp
cd utmp; tar xf unarr-$(BASE_VERSION).tar.gz
cd utmp/unarr-$(BASE_VERSION); \
dos2unix -q $$(find . -name \*.c -o -name \*.h -o -name \*.txt)
cd utmp; \
mv unarr-$(BASE_VERSION) unarr-$(VERSION); \
tar -caf unarr-$(VERSION).tar.gz unarr-$(VERSION)
mk-origtargz --compression gzip \
--rename \
--repack \
utmp/unarr-$(VERSION).tar.gz && rm -rf utmp
lzmasdk/7zTypes.h
View file @
91f8a798
lzmasdk/CpuArch.c
View file @
91f8a798
lzmasdk/CpuArch.h
View file @
91f8a798
lzmasdk/LzmaDec.c
View file @
91f8a798
lzmasdk/LzmaDec.h
View file @
91f8a798
lzmasdk/Ppmd.h
View file @
91f8a798
lzmasdk/Ppmd7.c
View file @
91f8a798
lzmasdk/Ppmd7.h
View file @
91f8a798
Prev
1
2
3
Next