Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:SCabreraPadron:Link
zsh-autosuggestions
debian.rules
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debian.rules of Package zsh-autosuggestions
#!/usr/bin/make -f #export DH_VERBOSE=1 export DH_COMPAT=7 CFLAGS = -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif build: build-stamp build-stamp: dh_testdir touch build-stamp make clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs install -d 755 /usr/src/packages/BUILD/debian/zsh-autosuggestions/usr/share/zsh-autosuggestions install -pm 644 zsh-autosuggestions.zsh /usr/src/packages/BUILD/debian/zsh-autosuggestions/usr/share/zsh-autosuggestions/ install -pm 644 zsh-autosuggestions.plugin.zsh /usr/src/packages/BUILD/debian/zsh-autosuggestions/usr/share/zsh-autosuggestions/ binary-indep: build install binary-arch: build install dh_testdir dh_testroot # dh_installdebconf dh_installdocs dh_installexamples dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit dh_installcron dh_installman dh_installinfo # dh_undocumented dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms # dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor